Adjust for odlparent 3 / yangtools 2
[integration/distribution.git] / features / repos / index / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 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>feature-repo-parent</artifactId>
17         <version>3.0.2</version>
18         <relativePath/>
19     </parent>
20     <groupId>org.opendaylight.integration</groupId>
21     <artifactId>features-index</artifactId>
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>Aggregate repository of all ODL repositories with user-facing features.</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/repos/index;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         <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
57
58         <!-- AAA -->
59         <dependency>
60             <groupId>org.opendaylight.aaa</groupId>
61             <artifactId>features-aaa</artifactId>
62             <classifier>features</classifier>
63             <type>xml</type>
64         </dependency>
65
66         <!-- ALTO -->
67         <!-- Removed for the odlparent 3 / yangtools 2 migration
68         <dependency>
69             <groupId>org.opendaylight.alto</groupId>
70             <artifactId>features4-alto</artifactId>
71             <classifier>features</classifier>
72             <type>xml</type>
73         </dependency>
74         -->
75
76         <!-- BGPCEP -->
77         <dependency>
78             <groupId>org.opendaylight.bgpcep</groupId>
79             <artifactId>features-bgp</artifactId>
80             <classifier>features</classifier>
81             <type>xml</type>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.bgpcep</groupId>
85             <artifactId>features-bmp</artifactId>
86             <classifier>features</classifier>
87             <type>xml</type>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.bgpcep</groupId>
91             <artifactId>features-bgpcep-extras</artifactId>
92             <classifier>features</classifier>
93             <type>xml</type>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.bgpcep</groupId>
97             <artifactId>features-pcep</artifactId>
98             <classifier>features</classifier>
99             <type>xml</type>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.bgpcep</groupId>
103             <artifactId>features-rsvp</artifactId>
104             <classifier>features</classifier>
105             <type>xml</type>
106         </dependency>
107
108         <!-- BIER -->
109         <!-- Comment due to fail merge job
110         <dependency>
111             <groupId>org.opendaylight.bier</groupId>
112             <artifactId>features-bier</artifactId>
113             <classifier>features</classifier>
114             <type>xml</type>
115         </dependency>
116         -->
117
118         <!-- COE -->
119         <dependency>
120             <groupId>org.opendaylight.coe</groupId>
121             <artifactId>features-coe</artifactId>
122             <classifier>features</classifier>
123             <type>xml</type>
124         </dependency>
125
126         <!-- Controller -->
127         <dependency>
128             <groupId>org.opendaylight.controller</groupId>
129             <artifactId>features-extras</artifactId>
130             <classifier>features</classifier>
131             <type>xml</type>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.controller</groupId>
135             <artifactId>features-mdsal</artifactId>
136             <classifier>features</classifier>
137             <type>xml</type>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.controller</groupId>
141             <artifactId>features-mdsal-benchmark</artifactId>
142             <classifier>features</classifier>
143             <type>xml</type>
144         </dependency>
145         <dependency>
146             <groupId>org.opendaylight.controller</groupId>
147             <artifactId>features-mdsal-trace</artifactId>
148             <classifier>features</classifier>
149             <type>xml</type>
150         </dependency>
151
152         <!-- Daexim -->
153         <dependency>
154             <groupId>org.opendaylight.daexim</groupId>
155             <artifactId>daexim-features</artifactId>
156             <classifier>features</classifier>
157             <type>xml</type>
158         </dependency>
159
160         <!-- Distribution -->
161         <dependency>
162             <groupId>${project.groupId}</groupId>
163             <artifactId>features-distribution</artifactId>
164             <classifier>features</classifier>
165             <type>xml</type>
166         </dependency>
167
168         <!-- Dlux -->
169         <dependency>
170             <groupId>org.opendaylight.dlux</groupId>
171             <artifactId>features-dlux</artifactId>
172             <classifier>features</classifier>
173             <type>xml</type>
174         </dependency>
175
176         <!-- DluxApps -->
177         <dependency>
178             <groupId>org.opendaylight.dluxapps</groupId>
179             <artifactId>features-dluxapps</artifactId>
180             <classifier>features</classifier>
181             <type>xml</type>
182         </dependency>
183
184         <!-- Eman -->
185         <!-- Removed for the odlparent 3 / yangtools 2 migration
186         <dependency>
187             <groupId>org.opendaylight.eman</groupId>
188             <artifactId>features-eman</artifactId>
189             <classifier>features</classifier>
190             <type>xml</type>
191         </dependency>
192         -->
193
194         <!-- FAAS -->
195         <!-- Removed for the odlparent 3 / yangtools 2 migration
196         <dependency>
197             <groupId>org.opendaylight.faas</groupId>
198             <artifactId>features4-faas</artifactId>
199             <classifier>features</classifier>
200             <type>xml</type>
201         </dependency>
202         -->
203
204         <!-- Genius -->
205         <dependency>
206             <groupId>org.opendaylight.genius</groupId>
207             <artifactId>genius-features</artifactId>
208             <classifier>features</classifier>
209             <type>xml</type>
210         </dependency>
211
212         <!-- GROUPBASEDPOLICY -->
213         <!-- Removed for the odlparent 3 / yangtools 2 migration
214         <dependency>
215             <groupId>org.opendaylight.groupbasedpolicy</groupId>
216             <artifactId>features-groupbasedpolicy</artifactId>
217             <type>xml</type>
218             <classifier>features</classifier>
219         </dependency>
220         -->
221
222         <!-- Honeycomb/VBD -->
223         <dependency>
224             <groupId>org.opendaylight.honeycomb.vbd</groupId>
225             <artifactId>vbd-features</artifactId>
226             <classifier>features</classifier>
227             <type>xml</type>
228         </dependency>
229
230         <!-- InfraUtils -->
231         <dependency>
232             <groupId>org.opendaylight.infrautils</groupId>
233             <artifactId>infrautils-features</artifactId>
234             <classifier>features</classifier>
235             <type>xml</type>
236         </dependency>
237
238         <!-- L2switch -->
239         <dependency>
240             <groupId>org.opendaylight.l2switch</groupId>
241             <artifactId>features-l2switch</artifactId>
242             <classifier>features</classifier>
243             <type>xml</type>
244         </dependency>
245
246         <!-- NEMO -->
247         <!-- Removed for the odlparent 3 / yangtools 2 migration
248         <dependency>
249             <groupId>org.opendaylight.nemo</groupId>
250             <artifactId>nemo-features</artifactId>
251             <classifier>features</classifier>
252             <type>xml</type>
253         </dependency>
254         -->
255
256         <!-- LISP Flow Mapping -->
257         <dependency>
258             <groupId>org.opendaylight.lispflowmapping</groupId>
259             <artifactId>features-lispflowmapping</artifactId>
260             <classifier>features</classifier>
261             <type>xml</type>
262         </dependency>
263
264         <!-- FIXME: Add Mdsal -->
265
266         <!-- Netconf -->
267         <dependency>
268             <groupId>org.opendaylight.netconf</groupId>
269             <artifactId>features-netconf</artifactId>
270             <classifier>features</classifier>
271             <type>xml</type>
272         </dependency>
273         <dependency>
274             <groupId>org.opendaylight.netconf</groupId>
275             <artifactId>features-netconf-connector</artifactId>
276             <classifier>features</classifier>
277             <type>xml</type>
278         </dependency>
279         <dependency>
280             <groupId>org.opendaylight.netconf</groupId>
281             <artifactId>features-restconf</artifactId>
282             <classifier>features</classifier>
283             <type>xml</type>
284         </dependency>
285         <dependency>
286             <groupId>org.opendaylight.netconf</groupId>
287             <artifactId>features-yanglib</artifactId>
288             <classifier>features</classifier>
289             <type>xml</type>
290         </dependency>
291
292         <!-- Netvirt -->
293         <dependency>
294             <groupId>org.opendaylight.netvirt</groupId>
295             <artifactId>vpnservice-features</artifactId>
296             <classifier>features</classifier>
297             <type>xml</type>
298         </dependency>
299
300         <!-- Neutron Northbound -->
301         <dependency>
302             <groupId>org.opendaylight.neutron</groupId>
303             <artifactId>features-neutron-service</artifactId>
304             <classifier>features</classifier>
305             <type>xml</type>
306         </dependency>
307
308         <!-- NIC -->
309         <!-- Removed for the odlparent 3 / yangtools 2 migration
310         <dependency>
311             <groupId>org.opendaylight.nic</groupId>
312             <artifactId>features-nic</artifactId>
313             <classifier>features</classifier>
314             <type>xml</type>
315         </dependency>
316         -->
317
318         <!-- OCPplugin -->
319         <!-- Not active project
320         <dependency>
321             <groupId>org.opendaylight.ocpplugin</groupId>
322             <artifactId>features-ocpplugin</artifactId>
323             <classifier>features</classifier>
324             <type>xml</type>
325         </dependency>
326         -->
327
328         <!-- ODL Parent -->
329         <dependency>
330             <groupId>org.opendaylight.odlparent</groupId>
331             <artifactId>features-akka</artifactId>
332             <classifier>features</classifier>
333             <type>xml</type>
334         </dependency>
335         <dependency>
336             <groupId>org.opendaylight.odlparent</groupId>
337             <artifactId>features-odlparent</artifactId>
338             <classifier>features</classifier>
339             <type>xml</type>
340         </dependency>
341
342         <!-- OF-CONFIG -->
343         <!-- Removed for the odlparent 3 / yangtools 2 migration
344         <dependency>
345             <groupId>org.opendaylight.of-config</groupId>
346             <artifactId>features-of-config</artifactId>
347             <type>xml</type>
348             <classifier>features</classifier>
349         </dependency>
350         -->
351
352         <!-- OpenflowPlugin -->
353         <dependency>
354             <groupId>org.opendaylight.openflowplugin</groupId>
355             <artifactId>features-openflowplugin</artifactId>
356             <classifier>features</classifier>
357             <type>xml</type>
358         </dependency>
359         <dependency>
360             <groupId>org.opendaylight.openflowplugin</groupId>
361             <artifactId>features-openflowplugin-extension</artifactId>
362             <classifier>features</classifier>
363             <type>xml</type>
364         </dependency>
365
366         <!-- OVSDB -->
367         <dependency>
368             <groupId>org.opendaylight.ovsdb</groupId>
369             <artifactId>library-features</artifactId>
370             <classifier>features</classifier>
371             <type>xml</type>
372         </dependency>
373         <dependency>
374             <groupId>org.opendaylight.ovsdb</groupId>
375             <artifactId>hwvtepsouthbound-features</artifactId>
376             <classifier>features</classifier>
377             <type>xml</type>
378         </dependency>
379         <dependency>
380             <groupId>org.opendaylight.ovsdb</groupId>
381             <artifactId>southbound-features</artifactId>
382             <classifier>features</classifier>
383             <type>xml</type>
384         </dependency>
385
386         <!-- P4 Plugin -->
387         <!-- Removed for the odlparent 3 / yangtools 2 migration
388         <dependency>
389             <groupId>org.opendaylight.p4plugin</groupId>
390             <artifactId>features-p4plugin</artifactId>
391             <classifier>features</classifier>
392             <type>xml</type>
393         </dependency>
394         -->
395
396         <!-- Packetcable -->
397         <!-- Removed for the odlparent 3 / yangtools 2 migration
398         <dependency>
399             <groupId>org.opendaylight.packetcable</groupId>
400             <artifactId>features4-packetcable-policy</artifactId>
401             <classifier>features</classifier>
402             <type>xml</type>
403         </dependency>
404         -->
405
406         <!-- SFC -->
407         <dependency>
408             <groupId>org.opendaylight.sfc</groupId>
409             <artifactId>features4-sfc</artifactId>
410             <classifier>features</classifier>
411             <type>xml</type>
412         </dependency>
413
414         <!-- SNMP -->
415         <dependency>
416             <groupId>org.opendaylight.snmp</groupId>
417             <artifactId>features-snmp</artifactId>
418             <classifier>features</classifier>
419             <type>xml</type>
420         </dependency>
421
422         <!-- SNMP4SDN -->
423         <!-- Removed for the odlparent 3 / yangtools 2 migration
424         <dependency>
425             <groupId>org.opendaylight.snmp4sdn</groupId>
426             <artifactId>features-snmp4sdn</artifactId>
427             <classifier>features</classifier>
428             <type>xml</type>
429         </dependency>
430         -->
431
432         <!-- SXP -->
433         <dependency>
434             <groupId>org.opendaylight.sxp</groupId>
435             <artifactId>features-sxp</artifactId>
436             <classifier>features</classifier>
437             <type>xml</type>
438         </dependency>
439
440         <!-- TSDR  -->
441         <!-- Removed for the odlparent 3 / yangtools 2 migration
442         <dependency>
443             <groupId>org.opendaylight.tsdr</groupId>
444             <artifactId>features-tsdr</artifactId>
445             <classifier>features</classifier>
446             <type>xml</type>
447         </dependency>
448         -->
449
450         <!-- Unimgr -->
451         <!-- Removed for the odlparent 3 / yangtools 2 migration
452         <dependency>
453             <groupId>org.opendaylight.unimgr</groupId>
454             <artifactId>features4-unimgr</artifactId>
455             <classifier>features</classifier>
456             <type>xml</type>
457         </dependency>
458         -->
459
460         <!-- USC -->
461         <!-- Removed for the odlparent 3 / yangtools 2 migration
462         <dependency>
463             <groupId>org.opendaylight.usc</groupId>
464             <artifactId>usc-features</artifactId>
465             <classifier>features</classifier>
466             <type>xml</type>
467         </dependency>
468         -->
469
470         <!-- VTN -->
471         <!-- Removed for the odlparent 3 / yangtools 2 migration
472         <dependency>
473             <groupId>org.opendaylight.vtn</groupId>
474             <artifactId>features-vtn-manager</artifactId>
475             <classifier>features</classifier>
476             <type>xml</type>
477         </dependency>
478         -->
479
480         <!-- FIXME: Add Yangtools -->
481
482     </dependencies>
483 </project>