01c7f80089b38981ee89262476dc427bff6472aa
[integration/distribution.git] / features3-index / pom.xml
1 <?xml version="1.0"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014-2017 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>features-parent</artifactId>
17         <version>1.8.0-SNAPSHOT</version>
18         <relativePath/>
19     </parent>
20     <groupId>org.opendaylight.integration</groupId>
21     <!-- TODO: Rename to features-index when migrating to Karaf 4. -->
22     <artifactId>features-integration-index</artifactId>
23     <version>0.6.0-SNAPSHOT</version>
24     <packaging>jar</packaging>
25     <!-- <name> formatting is used by autorelease to parse and notify projects on
26          build failure. Please do not modify this unless you have a good reason. -->
27     <name>ODL :: integration :: ${project.artifactId}</name>
28     <description>Sub-project gathering feature repositories of all ODL projects participating in distribution.</description>
29     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
30     <licenses>
31         <license>
32             <name>Eclipse Public License v1.0</name>
33             <url>http://www.eclipse.org/legal/epl-v10.html</url>
34         </license>
35     </licenses>
36     <!-- FIXME: Add developers section -->
37     <scm>
38         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
39         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
40         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features-index;hb=HEAD</url>
41         <tag>HEAD</tag>
42     </scm>
43     <dependencyManagement>
44         <dependencies>
45             <dependency>
46                 <groupId>${project.groupId}</groupId>
47                 <artifactId>all-artifacts</artifactId>
48                 <version>${project.version}</version>
49                 <scope>import</scope>
50                 <type>pom</type>
51             </dependency>
52         </dependencies>
53     </dependencyManagement>
54     <!-- Keep upstream-artifacts updated. -->
55     <dependencies>
56         <!-- Feature repository dependencies from this project. -->
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>features3-distribution</artifactId>
60             <classifier>features</classifier>
61             <type>xml</type>
62         </dependency>
63         <!-- Feature repository dependencies from other ODL projects. -->
64         <!-- TODO: Use comment lines to separate ODL project blocks? -->
65         <dependency>
66             <groupId>org.opendaylight.aaa</groupId>
67             <artifactId>features-aaa</artifactId>
68             <classifier>features</classifier>
69             <type>xml</type>
70         </dependency>
71         <dependency>
72             <groupId>org.opendaylight.aaa</groupId>
73             <artifactId>features-aaa-shiro</artifactId>
74             <classifier>features</classifier>
75             <type>xml</type>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.alto</groupId>
79             <artifactId>features-alto-release</artifactId>
80             <classifier>features</classifier>
81             <type>xml</type>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.bgpcep</groupId>
85             <artifactId>features-bgp</artifactId>
86             <classifier>features</classifier>
87             <type>xml</type>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.bgpcep</groupId>
91             <artifactId>features-bmp</artifactId>
92             <classifier>features</classifier>
93             <type>xml</type>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.bgpcep</groupId>
97             <artifactId>features-extras</artifactId>
98             <classifier>features</classifier>
99             <type>xml</type>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.bgpcep</groupId>
103             <artifactId>features-pcep</artifactId>
104             <classifier>features</classifier>
105             <type>xml</type>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.bgpcep</groupId>
109             <artifactId>features-rsvp</artifactId>
110             <classifier>features</classifier>
111             <type>xml</type>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.bier</groupId>
115             <artifactId>features-bier</artifactId>
116             <classifier>features</classifier>
117             <type>xml</type>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.capwap</groupId>
121             <artifactId>capwap-features</artifactId>
122             <classifier>features</classifier>
123             <type>xml</type>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.cardinal</groupId>
127             <artifactId>cardinal-features</artifactId>
128             <classifier>features</classifier>
129             <type>xml</type>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.controller</groupId>
133             <artifactId>features-extras</artifactId>
134             <classifier>features</classifier>
135             <type>xml</type>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.controller</groupId>
139             <artifactId>features-mdsal</artifactId>
140             <classifier>features</classifier>
141             <type>xml</type>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.controller</groupId>
145             <artifactId>features-mdsal-benchmark</artifactId>
146             <classifier>features</classifier>
147             <type>xml</type>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.didm</groupId>
151             <artifactId>features-didm</artifactId>
152             <classifier>features</classifier>
153             <type>xml</type>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.didm</groupId>
157             <artifactId>features-didm-hp</artifactId>
158             <classifier>features</classifier>
159             <type>xml</type>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.didm</groupId>
163             <artifactId>features-didm-ovs</artifactId>
164             <classifier>features</classifier>
165             <type>xml</type>
166         </dependency>
167         <dependency>
168             <groupId>org.opendaylight.dlux</groupId>
169             <artifactId>features-dlux</artifactId>
170             <classifier>features</classifier>
171             <type>xml</type>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.dluxapps</groupId>
175             <artifactId>features-dluxapps</artifactId>
176             <classifier>features</classifier>
177             <type>xml</type>
178         </dependency>
179         <dependency>
180             <groupId>org.opendaylight.eman</groupId>
181             <artifactId>eman-features</artifactId>
182             <classifier>features</classifier>
183             <type>xml</type>
184         </dependency>
185         <dependency>
186             <groupId>org.opendaylight.faas</groupId>
187             <artifactId>features-faas</artifactId>
188             <classifier>features</classifier>
189             <type>xml</type>
190         </dependency>
191         <dependency>
192             <groupId>org.opendaylight.federation</groupId>
193             <artifactId>federation-features</artifactId>
194             <classifier>features</classifier>
195             <type>xml</type>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.genius</groupId>
199             <artifactId>genius-features</artifactId>
200             <classifier>features</classifier>
201             <type>xml</type>
202         </dependency>
203         <dependency>
204             <groupId>org.opendaylight.groupbasedpolicy</groupId>
205             <artifactId>features-groupbasedpolicy</artifactId>
206             <classifier>features</classifier>
207             <type>xml</type>
208         </dependency>
209         <dependency>
210             <groupId>org.opendaylight.honeycomb.vbd</groupId>
211             <artifactId>vbd-features</artifactId>
212             <classifier>features</classifier>
213             <type>xml</type>
214         </dependency>
215         <dependency>
216             <groupId>org.opendaylight.infrautils</groupId>
217             <artifactId>infrautils-features</artifactId>
218             <classifier>features</classifier>
219             <type>xml</type>
220         </dependency>
221         <dependency>
222             <groupId>org.opendaylight.iotdm</groupId>
223             <artifactId>iotdmcsitdist-features</artifactId>
224             <classifier>features</classifier>
225             <type>xml</type>
226         </dependency>
227         <dependency>
228             <groupId>org.opendaylight.l2switch</groupId>
229             <artifactId>features-l2switch</artifactId>
230             <classifier>features</classifier>
231             <type>xml</type>
232         </dependency>
233         <dependency>
234             <groupId>org.opendaylight.lacp</groupId>
235             <artifactId>features-lacp</artifactId>
236             <classifier>features</classifier>
237             <type>xml</type>
238         </dependency>
239         <dependency>
240             <groupId>org.opendaylight.lispflowmapping</groupId>
241             <artifactId>features-lispflowmapping</artifactId>
242             <classifier>features</classifier>
243             <type>xml</type>
244         </dependency>
245         <dependency>
246             <groupId>org.opendaylight.nemo</groupId>
247             <artifactId>nemo-features</artifactId>
248             <classifier>features</classifier>
249             <type>xml</type>
250         </dependency>
251         <dependency>
252             <groupId>org.opendaylight.netconf</groupId>
253             <artifactId>features-netconf</artifactId>
254             <classifier>features</classifier>
255             <type>xml</type>
256         </dependency>
257         <dependency>
258             <groupId>org.opendaylight.netconf</groupId>
259             <artifactId>features-netconf-connector</artifactId>
260             <classifier>features</classifier>
261             <type>xml</type>
262         </dependency>
263         <dependency>
264             <groupId>org.opendaylight.netconf</groupId>
265             <artifactId>features-restconf</artifactId>
266             <classifier>features</classifier>
267             <type>xml</type>
268         </dependency>
269         <dependency>
270             <groupId>org.opendaylight.netvirt</groupId>
271             <artifactId>features-netvirt</artifactId>
272             <classifier>features</classifier>
273             <type>xml</type>
274         </dependency>
275         <dependency>
276             <groupId>org.opendaylight.netvirt</groupId>
277             <artifactId>openstack.net-virt-sfc-features</artifactId>
278             <classifier>features</classifier>
279             <type>xml</type>
280         </dependency>
281         <dependency>
282             <groupId>org.opendaylight.netvirt</groupId>
283             <artifactId>openstack.sfc-translator-features</artifactId>
284             <classifier>features</classifier>
285             <type>xml</type>
286         </dependency>
287         <dependency>
288             <groupId>org.opendaylight.netvirt</groupId>
289             <artifactId>vpnservice-features</artifactId>
290             <classifier>features</classifier>
291             <type>xml</type>
292         </dependency>
293         <dependency>
294             <groupId>org.opendaylight.netide</groupId>
295             <artifactId>netide-features</artifactId>
296             <classifier>features</classifier>
297             <type>xml</type>
298         </dependency>
299         <dependency>
300             <groupId>org.opendaylight.neutron</groupId>
301             <artifactId>features-neutron</artifactId>
302             <classifier>features</classifier>
303             <type>xml</type>
304         </dependency>
305         <dependency>
306             <groupId>org.opendaylight.nic</groupId>
307             <artifactId>features-nic</artifactId>
308             <classifier>features</classifier>
309             <type>xml</type>
310         </dependency>
311         <dependency>
312             <groupId>org.opendaylight.ocpplugin</groupId>
313             <artifactId>features-ocpplugin</artifactId>
314             <classifier>features</classifier>
315             <type>xml</type>
316         </dependency>
317         <dependency>
318             <groupId>org.opendaylight.odlparent</groupId>
319             <artifactId>features-akka</artifactId>
320             <classifier>features</classifier>
321             <type>xml</type>
322         </dependency>
323         <dependency>
324             <groupId>org.opendaylight.odlparent</groupId>
325             <artifactId>features-odlparent</artifactId>
326             <classifier>features</classifier>
327             <type>xml</type>
328         </dependency>
329         <dependency>
330             <groupId>org.opendaylight.of-config</groupId>
331             <artifactId>features-of-config</artifactId>
332             <classifier>features</classifier>
333             <type>xml</type>
334         </dependency>
335         <dependency>
336             <groupId>org.opendaylight.openflowplugin</groupId>
337             <artifactId>features-openflowplugin</artifactId>
338             <classifier>features</classifier>
339             <type>xml</type>
340         </dependency>
341         <dependency>
342             <groupId>org.opendaylight.openflowplugin</groupId>
343             <artifactId>features-openflowplugin-he</artifactId>
344             <classifier>features</classifier>
345             <type>xml</type>
346         </dependency>
347         <dependency>
348             <groupId>org.opendaylight.openflowplugin</groupId>
349             <artifactId>features-openflowplugin-extension</artifactId>
350             <classifier>features</classifier>
351             <type>xml</type>
352         </dependency>
353         <dependency>
354             <groupId>org.opendaylight.openflowplugin</groupId>
355             <artifactId>features-openflowplugin-extension-he</artifactId>
356             <classifier>features</classifier>
357             <type>xml</type>
358         </dependency>
359         <dependency>
360             <groupId>org.opendaylight.ovsdb</groupId>
361             <artifactId>library-features</artifactId>
362             <classifier>features</classifier>
363             <type>xml</type>
364         </dependency>
365         <dependency>
366             <groupId>org.opendaylight.ovsdb</groupId>
367             <artifactId>southbound-features</artifactId>
368             <classifier>features</classifier>
369             <type>xml</type>
370         </dependency>
371         <dependency>
372             <groupId>org.opendaylight.ovsdb</groupId>
373             <artifactId>hwvtepsouthbound-features</artifactId>
374             <classifier>features</classifier>
375             <type>xml</type>
376         </dependency>
377         <dependency>
378             <groupId>org.opendaylight.packetcable</groupId>
379             <artifactId>features-packetcable-policy</artifactId>
380             <classifier>features</classifier>
381             <type>xml</type>
382         </dependency>
383         <dependency>
384             <groupId>org.opendaylight.sdninterfaceapp</groupId>
385             <artifactId>features-sdninterfaceapp</artifactId>
386             <classifier>features</classifier>
387             <type>xml</type>
388         </dependency>
389         <dependency>
390             <groupId>org.opendaylight.sfc</groupId>
391             <artifactId>features-sfc</artifactId>
392             <classifier>features</classifier>
393             <type>xml</type>
394         </dependency>
395         <dependency>
396             <groupId>org.opendaylight.snmp</groupId>
397             <artifactId>features-snmp</artifactId>
398             <classifier>features</classifier>
399             <type>xml</type>
400         </dependency>
401         <dependency>
402             <groupId>org.opendaylight.snmp4sdn</groupId>
403             <artifactId>features-snmp4sdn</artifactId>
404             <classifier>features</classifier>
405             <type>xml</type>
406         </dependency>
407         <dependency>
408             <groupId>org.opendaylight.sxp</groupId>
409             <artifactId>features</artifactId>
410             <classifier>features</classifier>
411             <type>xml</type>
412         </dependency>
413         <dependency>
414             <groupId>org.opendaylight.topoprocessing</groupId>
415             <artifactId>features-topoprocessing</artifactId>
416             <classifier>features</classifier>
417             <type>xml</type>
418         </dependency>
419         <dependency>
420             <groupId>org.opendaylight.tsdr</groupId>
421             <artifactId>features-tsdr</artifactId>
422             <classifier>features</classifier>
423             <type>xml</type>
424         </dependency>
425         <dependency>
426             <groupId>org.opendaylight.ttp</groupId>
427             <artifactId>features-ttp</artifactId>
428             <classifier>features</classifier>
429             <type>xml</type>
430         </dependency>
431         <dependency>
432             <groupId>org.opendaylight.unimgr</groupId>
433             <artifactId>unimgr-features</artifactId>
434             <classifier>features</classifier>
435             <type>xml</type>
436         </dependency>
437         <dependency>
438             <groupId>org.opendaylight.usc</groupId>
439             <artifactId>usc-features</artifactId>
440             <classifier>features</classifier>
441             <type>xml</type>
442         </dependency>
443         <dependency>
444             <groupId>org.opendaylight.vtn</groupId>
445             <artifactId>features-vtn-manager</artifactId>
446             <classifier>features</classifier>
447             <type>xml</type>
448         </dependency>
449     </dependencies>
450 </project>