Bump versions by x.(y+1).z for next dev cycle
[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.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         <!-- 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         <!-- GROUPBASEDPOLICY or GBP-->
182         <!-- Commenting this feature because SFT memory issues
183         <dependency>
184             <groupId>org.opendaylight.groupbasedpolicy</groupId>
185             <artifactId>odl-groupbasedpolicy-base</artifactId>
186             <type>xml</type>
187             <classifier>features</classifier>
188         </dependency>
189         <dependency>
190             <groupId>org.opendaylight.groupbasedpolicy</groupId>
191             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
192             <type>xml</type>
193             <classifier>features</classifier>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.groupbasedpolicy</groupId>
197             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
198             <type>xml</type>
199             <classifier>features</classifier>
200         </dependency>
201         <dependency>
202             <groupId>org.opendaylight.groupbasedpolicy</groupId>
203             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
204             <type>xml</type>
205             <classifier>features</classifier>
206         </dependency>
207         <dependency>
208             <groupId>org.opendaylight.groupbasedpolicy</groupId>
209             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
210             <type>xml</type>
211             <classifier>features</classifier>
212         </dependency>
213         <dependency>
214             <groupId>org.opendaylight.groupbasedpolicy</groupId>
215             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
216             <type>xml</type>
217             <classifier>features</classifier>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.groupbasedpolicy</groupId>
221             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
222             <type>xml</type>
223             <classifier>features</classifier>
224         </dependency>
225         <dependency>
226             <groupId>org.opendaylight.groupbasedpolicy</groupId>
227             <artifactId>odl-groupbasedpolicy-ui</artifactId>
228             <type>xml</type>
229             <classifier>features</classifier>
230         </dependency>
231         <dependency>
232             <groupId>org.opendaylight.groupbasedpolicy</groupId>
233             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
234             <type>xml</type>
235             <classifier>features</classifier>
236         </dependency>
237         <dependency>
238             <groupId>org.opendaylight.groupbasedpolicy</groupId>
239             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
240             <type>xml</type>
241             <classifier>features</classifier>
242         </dependency>
243         <dependency>
244             <groupId>org.opendaylight.groupbasedpolicy</groupId>
245             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
246             <type>xml</type>
247             <classifier>features</classifier>
248         </dependency>
249         <dependency>
250             <groupId>org.opendaylight.groupbasedpolicy</groupId>
251             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
252             <type>xml</type>
253             <classifier>features</classifier>
254         </dependency>
255         <dependency>
256             <groupId>org.opendaylight.groupbasedpolicy</groupId>
257             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
258             <type>xml</type>
259             <classifier>features</classifier>
260         </dependency>
261         -->
262
263         <!-- Honeycomb/VBD -->
264         <dependency>
265             <groupId>org.opendaylight.honeycomb.vbd</groupId>
266             <artifactId>odl-vbd</artifactId>
267             <classifier>features</classifier>
268             <type>xml</type>
269         </dependency>
270         <dependency>
271             <groupId>org.opendaylight.honeycomb.vbd</groupId>
272             <artifactId>odl-vbd-rest</artifactId>
273             <classifier>features</classifier>
274             <type>xml</type>
275         </dependency>
276         <dependency>
277             <groupId>org.opendaylight.honeycomb.vbd</groupId>
278             <artifactId>odl-vbd-ui</artifactId>
279             <classifier>features</classifier>
280             <type>xml</type>
281         </dependency>
282
283         <!-- LISP Flow Mapping -->
284         <dependency>
285             <groupId>org.opendaylight.lispflowmapping</groupId>
286             <artifactId>odl-lispflowmapping-msmr</artifactId>
287             <type>xml</type>
288             <classifier>features</classifier>
289         </dependency>
290
291         <!-- Netconf -->
292         <dependency>
293             <groupId>org.opendaylight.netconf</groupId>
294             <artifactId>odl-netconf-mdsal</artifactId>
295             <type>xml</type>
296             <classifier>features</classifier>
297         </dependency>
298         <dependency>
299             <groupId>org.opendaylight.netconf</groupId>
300             <artifactId>odl-mdsal-apidocs</artifactId>
301             <classifier>features</classifier>
302             <type>xml</type>
303         </dependency>
304         <dependency>
305             <groupId>org.opendaylight.netconf</groupId>
306             <artifactId>odl-netconf-callhome-ssh</artifactId>
307             <classifier>features</classifier>
308             <type>xml</type>
309         </dependency>
310         <dependency>
311             <groupId>org.opendaylight.netconf</groupId>
312             <artifactId>odl-netconf-console</artifactId>
313             <classifier>features</classifier>
314             <type>xml</type>
315         </dependency>
316         <dependency>
317             <groupId>org.opendaylight.netconf</groupId>
318             <artifactId>odl-restconf</artifactId>
319             <classifier>features</classifier>
320             <type>xml</type>
321         </dependency>
322         <dependency>
323             <groupId>org.opendaylight.netconf</groupId>
324             <artifactId>odl-yanglib</artifactId>
325             <classifier>features</classifier>
326             <type>xml</type>
327         </dependency>
328
329         <!-- Neutron Northbound -->
330         <dependency>
331             <groupId>org.opendaylight.neutron</groupId>
332             <artifactId>odl-neutron-service</artifactId>
333             <type>xml</type>
334             <classifier>features</classifier>
335         </dependency>
336
337         <!-- NIC -->
338         <!-- Commenting this feature because SFT memory issues
339         <dependency>
340             <groupId>org.opendaylight.nic</groupId>
341             <artifactId>odl-nic-intent-common</artifactId>
342             <type>xml</type>
343             <classifier>features</classifier>
344         </dependency>
345         -->
346
347         <!-- OCPplugin -->
348         <dependency>
349             <groupId>org.opendaylight.ocpplugin</groupId>
350             <artifactId>odl-ocpplugin-all</artifactId>
351             <type>xml</type>
352             <classifier>features</classifier>
353         </dependency>
354
355         <!-- OpenflowPlugin -->
356         <dependency>
357             <groupId>org.opendaylight.openflowplugin</groupId>
358             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
359             <type>xml</type>
360             <classifier>features</classifier>
361         </dependency>
362         <dependency>
363             <groupId>org.opendaylight.openflowplugin</groupId>
364             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
365             <type>xml</type>
366             <classifier>features</classifier>
367         </dependency>
368
369         <!-- OVSDB -->
370         <dependency>
371             <groupId>org.opendaylight.ovsdb</groupId>
372             <artifactId>odl-ovsdb-library</artifactId>
373             <type>xml</type>
374             <classifier>features</classifier>
375         </dependency>
376         <dependency>
377             <groupId>org.opendaylight.ovsdb</groupId>
378             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
379             <type>xml</type>
380             <classifier>features</classifier>
381         </dependency>
382         <dependency>
383             <groupId>org.opendaylight.ovsdb</groupId>
384             <artifactId>odl-ovsdb-southbound-impl</artifactId>
385             <type>xml</type>
386             <classifier>features</classifier>
387         </dependency>
388
389         <!-- Packetcable -->
390         <dependency>
391             <groupId>org.opendaylight.packetcable</groupId>
392             <artifactId>odl-packetcable-policy-model</artifactId>
393             <type>xml</type>
394             <classifier>features</classifier>
395         </dependency>
396         <!-- Commenting because SFT memory issue
397         <dependency>
398             <groupId>org.opendaylight.packetcable</groupId>
399             <artifactId>odl-packetcable-policy-server</artifactId>
400             <type>xml</type>
401             <classifier>features</classifier>
402         </dependency>
403         <dependency>
404             <groupId>org.opendaylight.packetcable</groupId>
405             <artifactId>odl-packetcable-policy-server-all</artifactId>
406             <type>xml</type>
407             <classifier>features</classifier>
408         </dependency>
409         -->
410
411         <!-- SFC -->
412         <dependency>
413             <groupId>org.opendaylight.sfc</groupId>
414             <artifactId>odl-sfc-netconf</artifactId>
415             <type>xml</type>
416             <classifier>features</classifier>
417         </dependency>
418         <dependency>
419             <groupId>org.opendaylight.sfc</groupId>
420             <artifactId>odl-sfc-ovs</artifactId>
421             <type>xml</type>
422             <classifier>features</classifier>
423         </dependency>
424         <dependency>
425             <groupId>org.opendaylight.sfc</groupId>
426             <artifactId>odl-sfc-sb-rest</artifactId>
427             <type>xml</type>
428             <classifier>features</classifier>
429         </dependency>
430         <dependency>
431             <groupId>org.opendaylight.sfc</groupId>
432             <artifactId>odl-sfc-test-consumer</artifactId>
433             <type>xml</type>
434             <classifier>features</classifier>
435         </dependency>
436         <dependency>
437             <groupId>org.opendaylight.sfc</groupId>
438             <artifactId>odl-sfc-ui</artifactId>
439             <type>xml</type>
440             <classifier>features</classifier>
441         </dependency>
442         <dependency>
443             <groupId>org.opendaylight.sfc</groupId>
444             <artifactId>odl-sfclisp</artifactId>
445             <type>xml</type>
446             <classifier>features</classifier>
447         </dependency>
448
449         <!-- SNMP4SDN -->
450         <dependency>
451             <groupId>org.opendaylight.snmp4sdn</groupId>
452             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
453             <classifier>features</classifier>
454             <type>xml</type>
455         </dependency>
456
457         <!-- SXP -->
458         <dependency>
459             <groupId>org.opendaylight.sxp</groupId>
460             <artifactId>odl-sxp-controller</artifactId>
461             <classifier>features</classifier>
462             <type>xml</type>
463         </dependency>
464
465         <!-- Topoprocessing -->
466         <dependency>
467             <groupId>org.opendaylight.topoprocessing</groupId>
468             <artifactId>odl-topoprocessing-i2rs</artifactId>
469             <type>xml</type>
470             <classifier>features</classifier>
471         </dependency>
472         <dependency>
473             <groupId>org.opendaylight.topoprocessing</groupId>
474             <artifactId>odl-topoprocessing-inventory</artifactId>
475             <type>xml</type>
476             <classifier>features</classifier>
477         </dependency>
478         <dependency>
479             <groupId>org.opendaylight.topoprocessing</groupId>
480             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
481             <type>xml</type>
482             <classifier>features</classifier>
483         </dependency>
484         <dependency>
485             <groupId>org.opendaylight.topoprocessing</groupId>
486             <artifactId>odl-topoprocessing-network-topology</artifactId>
487             <type>xml</type>
488             <classifier>features</classifier>
489         </dependency>
490         <dependency>
491             <groupId>org.opendaylight.topoprocessing</groupId>
492             <artifactId>odl-topoprocessing-mlmt</artifactId>
493             <type>xml</type>
494             <classifier>features</classifier>
495         </dependency>
496
497         <!-- TTP -->
498         <dependency>
499             <groupId>org.opendaylight.ttp</groupId>
500             <artifactId>odl-ttp-model-rest</artifactId>
501             <type>xml</type>
502             <classifier>features</classifier>
503         </dependency>
504
505         <!-- Unimgr -->
506         <dependency>
507             <groupId>org.opendaylight.unimgr</groupId>
508             <artifactId>odl-unimgr</artifactId>
509             <type>xml</type>
510             <classifier>features</classifier>
511         </dependency>
512
513     </dependencies>
514 </project>