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