Fix Nitrogen distribution
[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.4</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         <!-- ALTO -->
66         <!-- Commenting this feature because SFT memory issues
67         <dependency>
68             <groupId>org.opendaylight.alto</groupId>
69             <artifactId>odl-alto-simpleird</artifactId>
70             <classifier>features</classifier>
71             <type>xml</type>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.alto</groupId>
75             <artifactId>odl-alto-manual-maps</artifactId>
76             <classifier>features</classifier>
77             <type>xml</type>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.alto</groupId>
81             <artifactId>odl-alto-simpleecs</artifactId>
82             <classifier>features</classifier>
83             <type>xml</type>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.alto</groupId>
87             <artifactId>odl-alto-auto-maps</artifactId>
88             <classifier>features</classifier>
89             <type>xml</type>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.alto</groupId>
93             <artifactId>odl-alto-spce</artifactId>
94             <classifier>features</classifier>
95             <type>xml</type>
96         </dependency>
97         -->
98
99         <!-- BGPCEP -->
100         <dependency>
101             <groupId>org.opendaylight.bgpcep</groupId>
102             <artifactId>odl-bgpcep-bgp</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.bgpcep</groupId>
108             <artifactId>odl-bgpcep-bmp</artifactId>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.bgpcep</groupId>
114             <artifactId>odl-bgpcep-pcep</artifactId>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.bgpcep</groupId>
120             <artifactId>odl-bgpcep-rsvp</artifactId>
121             <type>xml</type>
122             <classifier>features</classifier>
123         </dependency>
124
125         <!-- Cardinal -->
126         <dependency>
127             <groupId>org.opendaylight.cardinal</groupId>
128             <artifactId>odl-cardinal-ui</artifactId>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132         <dependency>
133             <groupId>org.opendaylight.cardinal</groupId>
134             <artifactId>odl-cardinal</artifactId>
135             <type>xml</type>
136             <classifier>features</classifier>
137         </dependency>
138
139         <!-- Daexim -->
140         <dependency>
141             <groupId>org.opendaylight.daexim</groupId>
142             <artifactId>odl-daexim-all</artifactId>
143             <type>xml</type>
144             <classifier>features</classifier>
145         </dependency>
146
147         <!-- Distribution -->
148         <dependency>
149             <groupId>${project.groupId}</groupId>
150             <artifactId>odl-distribution-version</artifactId>
151             <type>xml</type>
152             <classifier>features</classifier>
153         </dependency>
154
155         <!-- DluxApps -->
156         <dependency>
157             <groupId>org.opendaylight.dluxapps</groupId>
158             <artifactId>odl-dluxapps-nodes</artifactId>
159             <type>xml</type>
160             <classifier>features</classifier>
161         </dependency>
162         <dependency>
163             <groupId>org.opendaylight.dluxapps</groupId>
164             <artifactId>odl-dluxapps-topology</artifactId>
165             <type>xml</type>
166             <classifier>features</classifier>
167         </dependency>
168         <dependency>
169             <groupId>org.opendaylight.dluxapps</groupId>
170             <artifactId>odl-dluxapps-yangman</artifactId>
171             <type>xml</type>
172             <classifier>features</classifier>
173         </dependency>
174         <dependency>
175             <groupId>org.opendaylight.dluxapps</groupId>
176             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
177             <type>xml</type>
178             <classifier>features</classifier>
179         </dependency>
180
181         <!-- Honeycomb/VBD -->
182         <dependency>
183             <groupId>org.opendaylight.honeycomb.vbd</groupId>
184             <artifactId>odl-vbd</artifactId>
185             <classifier>features</classifier>
186             <type>xml</type>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.honeycomb.vbd</groupId>
190             <artifactId>odl-vbd-rest</artifactId>
191             <classifier>features</classifier>
192             <type>xml</type>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.honeycomb.vbd</groupId>
196             <artifactId>odl-vbd-ui</artifactId>
197             <classifier>features</classifier>
198             <type>xml</type>
199         </dependency>
200
201         <!-- LISP Flow Mapping -->
202         <dependency>
203             <groupId>org.opendaylight.lispflowmapping</groupId>
204             <artifactId>odl-lispflowmapping-msmr</artifactId>
205             <type>xml</type>
206             <classifier>features</classifier>
207         </dependency>
208
209         <!-- Netconf -->
210         <dependency>
211             <groupId>org.opendaylight.netconf</groupId>
212             <artifactId>odl-netconf-mdsal</artifactId>
213             <type>xml</type>
214             <classifier>features</classifier>
215         </dependency>
216         <dependency>
217             <groupId>org.opendaylight.netconf</groupId>
218             <artifactId>odl-mdsal-apidocs</artifactId>
219             <classifier>features</classifier>
220             <type>xml</type>
221         </dependency>
222         <dependency>
223             <groupId>org.opendaylight.netconf</groupId>
224             <artifactId>odl-netconf-callhome-ssh</artifactId>
225             <classifier>features</classifier>
226             <type>xml</type>
227         </dependency>
228         <dependency>
229             <groupId>org.opendaylight.netconf</groupId>
230             <artifactId>odl-netconf-console</artifactId>
231             <classifier>features</classifier>
232             <type>xml</type>
233         </dependency>
234         <dependency>
235             <groupId>org.opendaylight.netconf</groupId>
236             <artifactId>odl-restconf</artifactId>
237             <classifier>features</classifier>
238             <type>xml</type>
239         </dependency>
240         <dependency>
241             <groupId>org.opendaylight.netconf</groupId>
242             <artifactId>odl-yanglib</artifactId>
243             <classifier>features</classifier>
244             <type>xml</type>
245         </dependency>
246
247         <!-- Neutron Northbound -->
248         <dependency>
249             <groupId>org.opendaylight.neutron</groupId>
250             <artifactId>odl-neutron-service</artifactId>
251             <type>xml</type>
252             <classifier>features</classifier>
253         </dependency>
254
255         <!-- NIC -->
256         <!-- Commenting this feature because SFT memory issues
257         <dependency>
258             <groupId>org.opendaylight.nic</groupId>
259             <artifactId>odl-nic-intent-common</artifactId>
260             <type>xml</type>
261             <classifier>features</classifier>
262         </dependency>
263         -->
264
265         <!-- OCPplugin -->
266         <dependency>
267             <groupId>org.opendaylight.ocpplugin</groupId>
268             <artifactId>odl-ocpplugin-all</artifactId>
269             <type>xml</type>
270             <classifier>features</classifier>
271         </dependency>
272
273         <!-- OpenflowPlugin -->
274         <dependency>
275             <groupId>org.opendaylight.openflowplugin</groupId>
276             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
277             <type>xml</type>
278             <classifier>features</classifier>
279         </dependency>
280         <dependency>
281             <groupId>org.opendaylight.openflowplugin</groupId>
282             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
283             <type>xml</type>
284             <classifier>features</classifier>
285         </dependency>
286
287         <!-- OVSDB -->
288         <dependency>
289             <groupId>org.opendaylight.ovsdb</groupId>
290             <artifactId>odl-ovsdb-library</artifactId>
291             <type>xml</type>
292             <classifier>features</classifier>
293         </dependency>
294         <dependency>
295             <groupId>org.opendaylight.ovsdb</groupId>
296             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
297             <type>xml</type>
298             <classifier>features</classifier>
299         </dependency>
300         <dependency>
301             <groupId>org.opendaylight.ovsdb</groupId>
302             <artifactId>odl-ovsdb-southbound-impl</artifactId>
303             <type>xml</type>
304             <classifier>features</classifier>
305         </dependency>
306
307         <!-- Packetcable -->
308         <dependency>
309             <groupId>org.opendaylight.packetcable</groupId>
310             <artifactId>odl-packetcable-policy-model</artifactId>
311             <type>xml</type>
312             <classifier>features</classifier>
313         </dependency>
314         <!-- Commenting because SFT memory issue
315         <dependency>
316             <groupId>org.opendaylight.packetcable</groupId>
317             <artifactId>odl-packetcable-policy-server</artifactId>
318             <type>xml</type>
319             <classifier>features</classifier>
320         </dependency>
321         <dependency>
322             <groupId>org.opendaylight.packetcable</groupId>
323             <artifactId>odl-packetcable-policy-server-all</artifactId>
324             <type>xml</type>
325             <classifier>features</classifier>
326         </dependency>
327         -->
328
329         <!-- SFC -->
330         <dependency>
331             <groupId>org.opendaylight.sfc</groupId>
332             <artifactId>odl-sfc-netconf</artifactId>
333             <type>xml</type>
334             <classifier>features</classifier>
335         </dependency>
336         <dependency>
337             <groupId>org.opendaylight.sfc</groupId>
338             <artifactId>odl-sfc-ovs</artifactId>
339             <type>xml</type>
340             <classifier>features</classifier>
341         </dependency>
342         <dependency>
343             <groupId>org.opendaylight.sfc</groupId>
344             <artifactId>odl-sfc-sb-rest</artifactId>
345             <type>xml</type>
346             <classifier>features</classifier>
347         </dependency>
348         <dependency>
349             <groupId>org.opendaylight.sfc</groupId>
350             <artifactId>odl-sfc-test-consumer</artifactId>
351             <type>xml</type>
352             <classifier>features</classifier>
353         </dependency>
354         <dependency>
355             <groupId>org.opendaylight.sfc</groupId>
356             <artifactId>odl-sfc-ui</artifactId>
357             <type>xml</type>
358             <classifier>features</classifier>
359         </dependency>
360         <dependency>
361             <groupId>org.opendaylight.sfc</groupId>
362             <artifactId>odl-sfclisp</artifactId>
363             <type>xml</type>
364             <classifier>features</classifier>
365         </dependency>
366
367         <!-- SNMP4SDN -->
368         <dependency>
369             <groupId>org.opendaylight.snmp4sdn</groupId>
370             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
371             <classifier>features</classifier>
372             <type>xml</type>
373         </dependency>
374
375         <!-- SXP -->
376         <dependency>
377             <groupId>org.opendaylight.sxp</groupId>
378             <artifactId>odl-sxp-controller</artifactId>
379             <classifier>features</classifier>
380             <type>xml</type>
381         </dependency>
382
383         <!-- Topoprocessing -->
384         <dependency>
385             <groupId>org.opendaylight.topoprocessing</groupId>
386             <artifactId>odl-topoprocessing-i2rs</artifactId>
387             <type>xml</type>
388             <classifier>features</classifier>
389         </dependency>
390         <dependency>
391             <groupId>org.opendaylight.topoprocessing</groupId>
392             <artifactId>odl-topoprocessing-inventory</artifactId>
393             <type>xml</type>
394             <classifier>features</classifier>
395         </dependency>
396         <dependency>
397             <groupId>org.opendaylight.topoprocessing</groupId>
398             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
399             <type>xml</type>
400             <classifier>features</classifier>
401         </dependency>
402         <dependency>
403             <groupId>org.opendaylight.topoprocessing</groupId>
404             <artifactId>odl-topoprocessing-network-topology</artifactId>
405             <type>xml</type>
406             <classifier>features</classifier>
407         </dependency>
408         <dependency>
409             <groupId>org.opendaylight.topoprocessing</groupId>
410             <artifactId>odl-topoprocessing-mlmt</artifactId>
411             <type>xml</type>
412             <classifier>features</classifier>
413         </dependency>
414
415         <!-- TTP -->
416         <dependency>
417             <groupId>org.opendaylight.ttp</groupId>
418             <artifactId>odl-ttp-model-rest</artifactId>
419             <type>xml</type>
420             <classifier>features</classifier>
421         </dependency>
422
423         <!-- Unimgr -->
424         <dependency>
425             <groupId>org.opendaylight.unimgr</groupId>
426             <artifactId>odl-unimgr</artifactId>
427             <type>xml</type>
428             <classifier>features</classifier>
429         </dependency>
430
431     </dependencies>
432 </project>