Add Cardinal to Karaf 4 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.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         <!-- 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         <!-- OCPplugin -->
222         <dependency>
223             <groupId>org.opendaylight.ocpplugin</groupId>
224             <artifactId>odl-ocpplugin-all</artifactId>
225             <type>xml</type>
226             <classifier>features</classifier>
227         </dependency>
228
229         <!-- OpenflowPlugin -->
230         <dependency>
231             <groupId>org.opendaylight.openflowplugin</groupId>
232             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
233             <type>xml</type>
234             <classifier>features</classifier>
235         </dependency>
236         <dependency>
237             <groupId>org.opendaylight.openflowplugin</groupId>
238             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
239             <type>xml</type>
240             <classifier>features</classifier>
241         </dependency>
242
243         <!-- OVSDB -->
244         <dependency>
245             <groupId>org.opendaylight.ovsdb</groupId>
246             <artifactId>odl-ovsdb-library</artifactId>
247             <type>xml</type>
248             <classifier>features</classifier>
249         </dependency>
250         <dependency>
251             <groupId>org.opendaylight.ovsdb</groupId>
252             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
253             <type>xml</type>
254             <classifier>features</classifier>
255         </dependency>
256         <dependency>
257             <groupId>org.opendaylight.ovsdb</groupId>
258             <artifactId>odl-ovsdb-southbound-impl</artifactId>
259             <type>xml</type>
260             <classifier>features</classifier>
261         </dependency>
262
263         <!-- SFC -->
264         <dependency>
265             <groupId>org.opendaylight.sfc</groupId>
266             <artifactId>odl-sfc-netconf</artifactId>
267             <type>xml</type>
268             <classifier>features</classifier>
269         </dependency>
270         <dependency>
271             <groupId>org.opendaylight.sfc</groupId>
272             <artifactId>odl-sfc-ovs</artifactId>
273             <type>xml</type>
274             <classifier>features</classifier>
275         </dependency>
276         <dependency>
277             <groupId>org.opendaylight.sfc</groupId>
278             <artifactId>odl-sfc-sb-rest</artifactId>
279             <type>xml</type>
280             <classifier>features</classifier>
281         </dependency>
282         <dependency>
283             <groupId>org.opendaylight.sfc</groupId>
284             <artifactId>odl-sfc-test-consumer</artifactId>
285             <type>xml</type>
286             <classifier>features</classifier>
287         </dependency>
288         <dependency>
289             <groupId>org.opendaylight.sfc</groupId>
290             <artifactId>odl-sfc-ui</artifactId>
291             <type>xml</type>
292             <classifier>features</classifier>
293         </dependency>
294         <dependency>
295             <groupId>org.opendaylight.sfc</groupId>
296             <artifactId>odl-sfclisp</artifactId>
297             <type>xml</type>
298             <classifier>features</classifier>
299         </dependency>
300
301         <!-- SNMP4SDN -->
302         <dependency>
303             <groupId>org.opendaylight.snmp4sdn</groupId>
304             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
305             <classifier>features</classifier>
306             <type>xml</type>
307         </dependency>
308
309         <!-- SXP -->
310         <dependency>
311             <groupId>org.opendaylight.sxp</groupId>
312             <artifactId>odl-sxp-controller</artifactId>
313             <classifier>features</classifier>
314             <type>xml</type>
315         </dependency>
316
317         <!-- Topoprocessing -->
318         <dependency>
319             <groupId>org.opendaylight.topoprocessing</groupId>
320             <artifactId>odl-topoprocessing-i2rs</artifactId>
321             <type>xml</type>
322             <classifier>features</classifier>
323         </dependency>
324         <dependency>
325             <groupId>org.opendaylight.topoprocessing</groupId>
326             <artifactId>odl-topoprocessing-inventory</artifactId>
327             <type>xml</type>
328             <classifier>features</classifier>
329         </dependency>
330         <dependency>
331             <groupId>org.opendaylight.topoprocessing</groupId>
332             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
333             <type>xml</type>
334             <classifier>features</classifier>
335         </dependency>
336         <dependency>
337             <groupId>org.opendaylight.topoprocessing</groupId>
338             <artifactId>odl-topoprocessing-network-topology</artifactId>
339             <type>xml</type>
340             <classifier>features</classifier>
341         </dependency>
342         <dependency>
343             <groupId>org.opendaylight.topoprocessing</groupId>
344             <artifactId>odl-topoprocessing-mlmt</artifactId>
345             <type>xml</type>
346             <classifier>features</classifier>
347         </dependency>
348
349         <!-- TTP -->
350         <dependency>
351             <groupId>org.opendaylight.ttp</groupId>
352             <artifactId>odl-ttp-model-rest</artifactId>
353             <type>xml</type>
354             <classifier>features</classifier>
355         </dependency>
356
357         <!-- Unimgr -->
358         <dependency>
359             <groupId>org.opendaylight.unimgr</groupId>
360             <artifactId>odl-unimgr</artifactId>
361             <type>xml</type>
362             <classifier>features</classifier>
363         </dependency>
364
365     </dependencies>
366 </project>