Remove TTP & Cardinal from oxygen 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.5</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.8.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         <!-- Daexim -->
126         <dependency>
127             <groupId>org.opendaylight.daexim</groupId>
128             <artifactId>odl-daexim-all</artifactId>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132
133         <!-- Distribution -->
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>odl-distribution-version</artifactId>
137             <type>xml</type>
138             <classifier>features</classifier>
139         </dependency>
140
141         <!-- DluxApps -->
142         <dependency>
143             <groupId>org.opendaylight.dluxapps</groupId>
144             <artifactId>odl-dluxapps-nodes</artifactId>
145             <type>xml</type>
146             <classifier>features</classifier>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.dluxapps</groupId>
150             <artifactId>odl-dluxapps-topology</artifactId>
151             <type>xml</type>
152             <classifier>features</classifier>
153         </dependency>
154         <dependency>
155             <groupId>org.opendaylight.dluxapps</groupId>
156             <artifactId>odl-dluxapps-yangman</artifactId>
157             <type>xml</type>
158             <classifier>features</classifier>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.dluxapps</groupId>
162             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
163             <type>xml</type>
164             <classifier>features</classifier>
165         </dependency>
166
167         <!-- GROUPBASEDPOLICY or GBP-->
168         <!-- Commenting this feature because SFT memory issues
169         <dependency>
170             <groupId>org.opendaylight.groupbasedpolicy</groupId>
171             <artifactId>odl-groupbasedpolicy-base</artifactId>
172             <type>xml</type>
173             <classifier>features</classifier>
174         </dependency>
175         <dependency>
176             <groupId>org.opendaylight.groupbasedpolicy</groupId>
177             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
178             <type>xml</type>
179             <classifier>features</classifier>
180         </dependency>
181         <dependency>
182             <groupId>org.opendaylight.groupbasedpolicy</groupId>
183             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
184             <type>xml</type>
185             <classifier>features</classifier>
186         </dependency>
187         <dependency>
188             <groupId>org.opendaylight.groupbasedpolicy</groupId>
189             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
190             <type>xml</type>
191             <classifier>features</classifier>
192         </dependency>
193         <dependency>
194             <groupId>org.opendaylight.groupbasedpolicy</groupId>
195             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
196             <type>xml</type>
197             <classifier>features</classifier>
198         </dependency>
199         <dependency>
200             <groupId>org.opendaylight.groupbasedpolicy</groupId>
201             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
202             <type>xml</type>
203             <classifier>features</classifier>
204         </dependency>
205         <dependency>
206             <groupId>org.opendaylight.groupbasedpolicy</groupId>
207             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
208             <type>xml</type>
209             <classifier>features</classifier>
210         </dependency>
211         <dependency>
212             <groupId>org.opendaylight.groupbasedpolicy</groupId>
213             <artifactId>odl-groupbasedpolicy-ui</artifactId>
214             <type>xml</type>
215             <classifier>features</classifier>
216         </dependency>
217         <dependency>
218             <groupId>org.opendaylight.groupbasedpolicy</groupId>
219             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
220             <type>xml</type>
221             <classifier>features</classifier>
222         </dependency>
223         <dependency>
224             <groupId>org.opendaylight.groupbasedpolicy</groupId>
225             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
226             <type>xml</type>
227             <classifier>features</classifier>
228         </dependency>
229         <dependency>
230             <groupId>org.opendaylight.groupbasedpolicy</groupId>
231             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
232             <type>xml</type>
233             <classifier>features</classifier>
234         </dependency>
235         <dependency>
236             <groupId>org.opendaylight.groupbasedpolicy</groupId>
237             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
238             <type>xml</type>
239             <classifier>features</classifier>
240         </dependency>
241         <dependency>
242             <groupId>org.opendaylight.groupbasedpolicy</groupId>
243             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
244             <type>xml</type>
245             <classifier>features</classifier>
246         </dependency>
247         -->
248
249         <!-- Honeycomb/VBD -->
250         <dependency>
251             <groupId>org.opendaylight.honeycomb.vbd</groupId>
252             <artifactId>odl-vbd</artifactId>
253             <classifier>features</classifier>
254             <type>xml</type>
255         </dependency>
256         <dependency>
257             <groupId>org.opendaylight.honeycomb.vbd</groupId>
258             <artifactId>odl-vbd-rest</artifactId>
259             <classifier>features</classifier>
260             <type>xml</type>
261         </dependency>
262         <dependency>
263             <groupId>org.opendaylight.honeycomb.vbd</groupId>
264             <artifactId>odl-vbd-ui</artifactId>
265             <classifier>features</classifier>
266             <type>xml</type>
267         </dependency>
268
269         <!-- LISP Flow Mapping -->
270         <dependency>
271             <groupId>org.opendaylight.lispflowmapping</groupId>
272             <artifactId>odl-lispflowmapping-msmr</artifactId>
273             <type>xml</type>
274             <classifier>features</classifier>
275         </dependency>
276
277         <!-- Netconf -->
278         <dependency>
279             <groupId>org.opendaylight.netconf</groupId>
280             <artifactId>odl-netconf-mdsal</artifactId>
281             <type>xml</type>
282             <classifier>features</classifier>
283         </dependency>
284         <dependency>
285             <groupId>org.opendaylight.netconf</groupId>
286             <artifactId>odl-mdsal-apidocs</artifactId>
287             <classifier>features</classifier>
288             <type>xml</type>
289         </dependency>
290         <dependency>
291             <groupId>org.opendaylight.netconf</groupId>
292             <artifactId>odl-netconf-callhome-ssh</artifactId>
293             <classifier>features</classifier>
294             <type>xml</type>
295         </dependency>
296         <dependency>
297             <groupId>org.opendaylight.netconf</groupId>
298             <artifactId>odl-netconf-console</artifactId>
299             <classifier>features</classifier>
300             <type>xml</type>
301         </dependency>
302         <dependency>
303             <groupId>org.opendaylight.netconf</groupId>
304             <artifactId>odl-restconf</artifactId>
305             <classifier>features</classifier>
306             <type>xml</type>
307         </dependency>
308         <dependency>
309             <groupId>org.opendaylight.netconf</groupId>
310             <artifactId>odl-yanglib</artifactId>
311             <classifier>features</classifier>
312             <type>xml</type>
313         </dependency>
314
315         <!-- Neutron Northbound -->
316         <dependency>
317             <groupId>org.opendaylight.neutron</groupId>
318             <artifactId>odl-neutron-service</artifactId>
319             <type>xml</type>
320             <classifier>features</classifier>
321         </dependency>
322
323         <!-- NIC -->
324         <!-- Commenting this feature because SFT memory issues
325         <dependency>
326             <groupId>org.opendaylight.nic</groupId>
327             <artifactId>odl-nic-intent-common</artifactId>
328             <type>xml</type>
329             <classifier>features</classifier>
330         </dependency>
331         -->
332
333         <!-- OCPplugin -->
334         <dependency>
335             <groupId>org.opendaylight.ocpplugin</groupId>
336             <artifactId>odl-ocpplugin-all</artifactId>
337             <type>xml</type>
338             <classifier>features</classifier>
339         </dependency>
340
341         <!-- OpenflowPlugin -->
342         <dependency>
343             <groupId>org.opendaylight.openflowplugin</groupId>
344             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
345             <type>xml</type>
346             <classifier>features</classifier>
347         </dependency>
348         <dependency>
349             <groupId>org.opendaylight.openflowplugin</groupId>
350             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
351             <type>xml</type>
352             <classifier>features</classifier>
353         </dependency>
354
355         <!-- OVSDB -->
356         <dependency>
357             <groupId>org.opendaylight.ovsdb</groupId>
358             <artifactId>odl-ovsdb-library</artifactId>
359             <type>xml</type>
360             <classifier>features</classifier>
361         </dependency>
362         <dependency>
363             <groupId>org.opendaylight.ovsdb</groupId>
364             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
365             <type>xml</type>
366             <classifier>features</classifier>
367         </dependency>
368         <dependency>
369             <groupId>org.opendaylight.ovsdb</groupId>
370             <artifactId>odl-ovsdb-southbound-impl</artifactId>
371             <type>xml</type>
372             <classifier>features</classifier>
373         </dependency>
374
375         <!-- Packetcable -->
376         <dependency>
377             <groupId>org.opendaylight.packetcable</groupId>
378             <artifactId>odl-packetcable-policy-model</artifactId>
379             <type>xml</type>
380             <classifier>features</classifier>
381         </dependency>
382         <!-- Commenting because SFT memory issue
383         <dependency>
384             <groupId>org.opendaylight.packetcable</groupId>
385             <artifactId>odl-packetcable-policy-server</artifactId>
386             <type>xml</type>
387             <classifier>features</classifier>
388         </dependency>
389         <dependency>
390             <groupId>org.opendaylight.packetcable</groupId>
391             <artifactId>odl-packetcable-policy-server-all</artifactId>
392             <type>xml</type>
393             <classifier>features</classifier>
394         </dependency>
395         -->
396
397         <!-- SFC -->
398         <dependency>
399             <groupId>org.opendaylight.sfc</groupId>
400             <artifactId>odl-sfc-netconf</artifactId>
401             <type>xml</type>
402             <classifier>features</classifier>
403         </dependency>
404         <dependency>
405             <groupId>org.opendaylight.sfc</groupId>
406             <artifactId>odl-sfc-ovs</artifactId>
407             <type>xml</type>
408             <classifier>features</classifier>
409         </dependency>
410         <dependency>
411             <groupId>org.opendaylight.sfc</groupId>
412             <artifactId>odl-sfc-sb-rest</artifactId>
413             <type>xml</type>
414             <classifier>features</classifier>
415         </dependency>
416         <dependency>
417             <groupId>org.opendaylight.sfc</groupId>
418             <artifactId>odl-sfc-test-consumer</artifactId>
419             <type>xml</type>
420             <classifier>features</classifier>
421         </dependency>
422         <dependency>
423             <groupId>org.opendaylight.sfc</groupId>
424             <artifactId>odl-sfc-ui</artifactId>
425             <type>xml</type>
426             <classifier>features</classifier>
427         </dependency>
428         <dependency>
429             <groupId>org.opendaylight.sfc</groupId>
430             <artifactId>odl-sfclisp</artifactId>
431             <type>xml</type>
432             <classifier>features</classifier>
433         </dependency>
434
435         <!-- SNMP4SDN -->
436         <dependency>
437             <groupId>org.opendaylight.snmp4sdn</groupId>
438             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
439             <classifier>features</classifier>
440             <type>xml</type>
441         </dependency>
442
443         <!-- SXP -->
444         <dependency>
445             <groupId>org.opendaylight.sxp</groupId>
446             <artifactId>odl-sxp-controller</artifactId>
447             <classifier>features</classifier>
448             <type>xml</type>
449         </dependency>
450
451         <!-- Unimgr -->
452         <dependency>
453             <groupId>org.opendaylight.unimgr</groupId>
454             <artifactId>odl-unimgr</artifactId>
455             <type>xml</type>
456             <classifier>features</classifier>
457         </dependency>
458
459     </dependencies>
460 </project>