Restore compatible netconf features
[integration/distribution.git] / features / singles / odl-integration-compatible-with-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>2.0.2</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-compatible-with-all</artifactId>
21     <!-- TODO: Shorter name? -->
22     <version>0.7.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: integration :: ${project.artifactId}</name>
27     <description>Single feature containing all features compatible together.</description>
28     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-compatible-with-all;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <dependencyManagement>
43         <dependencies>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>all-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51         </dependencies>
52     </dependencyManagement>
53     <dependencies>
54
55         <!-- User facing single features. Alphabetical order -->
56
57         <!-- AAA -->
58         <dependency>
59             <groupId>org.opendaylight.aaa</groupId>
60             <artifactId>odl-aaa-shiro</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64
65          <!-- BGPCEP -->
66         <dependency>
67             <groupId>org.opendaylight.bgpcep</groupId>
68             <artifactId>odl-bgpcep-bgp</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.bgpcep</groupId>
74             <artifactId>odl-bgpcep-bmp</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.bgpcep</groupId>
80             <artifactId>odl-bgpcep-pcep</artifactId>
81             <type>xml</type>
82             <classifier>features</classifier>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.bgpcep</groupId>
86             <artifactId>odl-bgpcep-rsvp</artifactId>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90
91         <!-- Daexim -->
92         <dependency>
93             <groupId>org.opendaylight.daexim</groupId>
94             <artifactId>odl-daexim-all</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98
99         <!-- Distribution -->
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>odl-distribution-version</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106
107         <!-- DluxApps -->
108         <dependency>
109             <groupId>org.opendaylight.dluxapps</groupId>
110             <artifactId>odl-dluxapps-nodes</artifactId>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.dluxapps</groupId>
116             <artifactId>odl-dluxapps-topology</artifactId>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.dluxapps</groupId>
122             <artifactId>odl-dluxapps-yangman</artifactId>
123             <type>xml</type>
124             <classifier>features</classifier>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.dluxapps</groupId>
128             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132
133         <!-- Honeycomb/VBD -->
134         <!-- Comment out because SFT memory problem
135         <dependency>
136             <groupId>org.opendaylight.honeycomb.vbd</groupId>
137             <artifactId>odl-vbd</artifactId>
138             <classifier>features</classifier>
139             <type>xml</type>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.honeycomb.vbd</groupId>
143             <artifactId>odl-vbd-rest</artifactId>
144             <classifier>features</classifier>
145             <type>xml</type>
146         </dependency>
147         <dependency>
148             <groupId>org.opendaylight.honeycomb.vbd</groupId>
149             <artifactId>odl-vbd-ui</artifactId>
150             <classifier>features</classifier>
151             <type>xml</type>
152         </dependency>
153         -->
154
155         <!-- LISP Flow Mapping -->
156         <dependency>
157             <groupId>org.opendaylight.lispflowmapping</groupId>
158             <artifactId>odl-lispflowmapping-msmr</artifactId>
159             <type>xml</type>
160             <classifier>features</classifier>
161         </dependency>
162
163         <!-- Netconf -->
164         <dependency>
165             <groupId>org.opendaylight.netconf</groupId>
166             <artifactId>odl-netconf-mdsal</artifactId>
167             <type>xml</type>
168             <classifier>features</classifier>
169         </dependency>
170         <dependency>
171             <groupId>org.opendaylight.netconf</groupId>
172             <artifactId>odl-mdsal-apidocs</artifactId>
173             <classifier>features</classifier>
174             <type>xml</type>
175         </dependency>
176         <dependency>
177             <groupId>org.opendaylight.netconf</groupId>
178             <artifactId>odl-netconf-callhome-ssh</artifactId>
179             <classifier>features</classifier>
180             <type>xml</type>
181         </dependency>
182         <dependency>
183             <groupId>org.opendaylight.netconf</groupId>
184             <artifactId>odl-netconf-console</artifactId>
185             <classifier>features</classifier>
186             <type>xml</type>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.netconf</groupId>
190             <artifactId>odl-restconf</artifactId>
191             <classifier>features</classifier>
192             <type>xml</type>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.netconf</groupId>
196             <artifactId>odl-yanglib</artifactId>
197             <classifier>features</classifier>
198             <type>xml</type>
199         </dependency>
200
201         <!-- Neutron Northbound -->
202         <dependency>
203             <groupId>org.opendaylight.neutron</groupId>
204             <artifactId>odl-neutron-service</artifactId>
205             <type>xml</type>
206             <classifier>features</classifier>
207         </dependency>
208
209         <!-- OCPplugin -->
210         <dependency>
211             <groupId>org.opendaylight.ocpplugin</groupId>
212             <artifactId>odl-ocpplugin-all</artifactId>
213             <type>xml</type>
214             <classifier>features</classifier>
215         </dependency>
216
217         <!-- OpenflowPlugin -->
218         <dependency>
219             <groupId>org.opendaylight.openflowplugin</groupId>
220             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
221             <type>xml</type>
222             <classifier>features</classifier>
223         </dependency>
224         <dependency>
225             <groupId>org.opendaylight.openflowplugin</groupId>
226             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
227             <type>xml</type>
228             <classifier>features</classifier>
229         </dependency>
230
231         <!-- OVSDB -->
232         <dependency>
233             <groupId>org.opendaylight.ovsdb</groupId>
234             <artifactId>odl-ovsdb-library</artifactId>
235             <type>xml</type>
236             <classifier>features</classifier>
237         </dependency>
238         <dependency>
239             <groupId>org.opendaylight.ovsdb</groupId>
240             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
241             <type>xml</type>
242             <classifier>features</classifier>
243         </dependency>
244         <dependency>
245             <groupId>org.opendaylight.ovsdb</groupId>
246             <artifactId>odl-ovsdb-southbound-impl</artifactId>
247             <type>xml</type>
248             <classifier>features</classifier>
249         </dependency>
250
251         <!-- SNMP4SDN -->
252         <dependency>
253             <groupId>org.opendaylight.snmp4sdn</groupId>
254             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
255             <classifier>features</classifier>
256             <type>xml</type>
257         </dependency>
258
259         <!-- SXP -->
260         <dependency>
261             <groupId>org.opendaylight.sxp</groupId>
262             <artifactId>odl-sxp-controller</artifactId>
263             <classifier>features</classifier>
264             <type>xml</type>
265         </dependency>
266
267         <!-- Topoprocessing -->
268         <dependency>
269             <groupId>org.opendaylight.topoprocessing</groupId>
270             <artifactId>odl-topoprocessing-i2rs</artifactId>
271             <type>xml</type>
272             <classifier>features</classifier>
273         </dependency>
274         <dependency>
275             <groupId>org.opendaylight.topoprocessing</groupId>
276             <artifactId>odl-topoprocessing-inventory</artifactId>
277             <type>xml</type>
278             <classifier>features</classifier>
279         </dependency>
280         <dependency>
281             <groupId>org.opendaylight.topoprocessing</groupId>
282             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
283             <type>xml</type>
284             <classifier>features</classifier>
285         </dependency>
286         <dependency>
287             <groupId>org.opendaylight.topoprocessing</groupId>
288             <artifactId>odl-topoprocessing-network-topology</artifactId>
289             <type>xml</type>
290             <classifier>features</classifier>
291         </dependency>
292         <dependency>
293             <groupId>org.opendaylight.topoprocessing</groupId>
294             <artifactId>odl-topoprocessing-mlmt</artifactId>
295             <type>xml</type>
296             <classifier>features</classifier>
297         </dependency>
298
299         <!-- TTP -->
300         <dependency>
301             <groupId>org.opendaylight.ttp</groupId>
302             <artifactId>odl-ttp-model-rest</artifactId>
303             <type>xml</type>
304             <classifier>features</classifier>
305         </dependency>
306
307         <!-- Unimgr -->
308         <dependency>
309             <groupId>org.opendaylight.unimgr</groupId>
310             <artifactId>odl-unimgr</artifactId>
311             <type>xml</type>
312             <classifier>features</classifier>
313         </dependency>
314
315     </dependencies>
316 </project>