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