Karaf4 features and distribution
[integration/distribution.git] / artifacts / upstream / feature3-repos / 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.integration</groupId>
16         <artifactId>properties</artifactId>
17         <version>0.6.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>feature3-repo-artifacts</artifactId>
21     <packaging>pom</packaging>
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23          build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: integration :: ${project.artifactId}</name>
25     <description>POM to import, with all user-facing upstream ODL Karaf 3 feature repository artifact versions.</description>
26     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
27     <licenses>
28         <license>
29             <name>Eclipse Public License v1.0</name>
30             <url>http://www.eclipse.org/legal/epl-v10.html</url>
31         </license>
32     </licenses>
33     <!-- FIXME: Add developers section -->
34     <scm>
35         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
36         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
37         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/feature3-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- Question: This basically duplicates features-index dependencies just to save 1 line per dependency there. Worth it? -->
41     <!-- Answer: This will be deleted soon, and even if not, projects should provide these in artifact poms. -->
42     <dependencyManagement>
43         <dependencies>
44             <!-- For feature repositories (Karaf 3), by project. -->
45             <!-- Aaa -->
46             <dependency>
47                 <groupId>org.opendaylight.aaa</groupId>
48                 <artifactId>features-aaa</artifactId>
49                 <version>${aaa.version}</version>
50                 <classifier>features</classifier>
51                 <type>xml</type>
52             </dependency>
53             <dependency>
54                 <groupId>org.opendaylight.aaa</groupId>
55                 <artifactId>features-aaa-shiro</artifactId>
56                 <version>${aaa.version}</version>
57                 <classifier>features</classifier>
58                 <type>xml</type>
59             </dependency>
60             <!-- Alto -->
61             <dependency>
62                 <groupId>org.opendaylight.alto</groupId>
63                 <artifactId>features-alto-release</artifactId>
64                 <version>${alto.version}</version>
65                 <classifier>features</classifier>
66                 <type>xml</type>
67             </dependency>
68             <!-- Atrium
69                 Removed from autorelease due to inactivity.
70             <dependency>
71                 <groupId>org.opendaylight.atrium</groupId>
72                 <artifactId>atrium-features</artifactId>
73                 <version>${atrium.version}</version>
74                 <classifier>features</classifier>
75                 <type>xml</type>
76             </dependency>
77             -->
78             <!-- Bgpcep -->
79             <dependency>
80                 <groupId>org.opendaylight.bgpcep</groupId>
81                 <artifactId>features-bgp</artifactId>
82                 <classifier>features</classifier>
83                 <version>${bgpcep.version}</version>
84                 <type>xml</type>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.bgpcep</groupId>
88                 <artifactId>features-bmp</artifactId>
89                 <classifier>features</classifier>
90                 <version>${bgpcep.version}</version>
91                 <type>xml</type>
92             </dependency>
93             <dependency>
94                 <groupId>org.opendaylight.bgpcep</groupId>
95                 <artifactId>features-extras</artifactId>
96                 <classifier>features</classifier>
97                 <version>${bgpcep.version}</version>
98                 <type>xml</type>
99             </dependency>
100             <dependency>
101                 <groupId>org.opendaylight.bgpcep</groupId>
102                 <artifactId>features-pcep</artifactId>
103                 <classifier>features</classifier>
104                 <version>${bgpcep.version}</version>
105                 <type>xml</type>
106             </dependency>
107             <dependency>
108                 <groupId>org.opendaylight.bgpcep</groupId>
109                 <artifactId>features-rsvp</artifactId>
110                 <classifier>features</classifier>
111                 <version>${bgpcep.version}</version>
112                 <type>xml</type>
113             </dependency>
114             <!-- Bier -->
115             <dependency>
116                 <groupId>org.opendaylight.bier</groupId>
117                 <artifactId>features-bier</artifactId>
118                 <classifier>features</classifier>
119                 <version>${bier.version}</version>
120                 <type>xml</type>
121             </dependency>
122             <!-- Capwap -->
123             <dependency>
124                 <groupId>org.opendaylight.capwap</groupId>
125                 <artifactId>capwap-features</artifactId>
126                 <version>${capwap.version}</version>
127                 <classifier>features</classifier>
128                 <type>xml</type>
129             </dependency>
130             <!-- Cardinal -->
131             <dependency>
132                 <groupId>org.opendaylight.cardinal</groupId>
133                 <artifactId>cardinal-features</artifactId>
134                 <version>${cardinal.version}</version>
135                 <classifier>features</classifier>
136                 <type>xml</type>
137             </dependency>
138             <!-- Centinel
139                 Removed from autorelease due to inactivity.
140             <dependency>
141                 <groupId>org.opendaylight.centinel</groupId>
142                 <artifactId>centinel-features</artifactId>
143                 <version>${centinel.version}</version>
144                 <classifier>features</classifier>
145                 <type>xml</type>
146             </dependency>
147             -->
148             <!-- Controller -->
149             <dependency>
150                 <groupId>org.opendaylight.controller</groupId>
151                 <artifactId>features-extras</artifactId>
152                 <version>${controller.extras.version}</version>
153                 <classifier>features</classifier>
154                 <type>xml</type>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.controller</groupId>
158                 <artifactId>features-mdsal</artifactId>
159                 <version>${mdsal.version}</version>
160                 <classifier>features</classifier>
161                 <type>xml</type>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.controller</groupId>
165                 <artifactId>features-mdsal-benchmark</artifactId>
166                 <version>${benchmark.version}</version>
167                 <classifier>features</classifier>
168                 <type>xml</type>
169             </dependency>
170             <!-- Didm -->
171             <dependency>
172                 <groupId>org.opendaylight.didm</groupId>
173                 <artifactId>features-didm</artifactId>
174                 <version>${didm.version}</version>
175                 <classifier>features</classifier>
176                 <type>xml</type>
177             </dependency>
178             <dependency>
179                 <groupId>org.opendaylight.didm</groupId>
180                 <artifactId>features-didm-hp</artifactId>
181                 <version>${didm.version}</version>
182                 <classifier>features</classifier>
183                 <type>xml</type>
184             </dependency>
185             <dependency>
186                 <groupId>org.opendaylight.didm</groupId>
187                 <artifactId>features-didm-ovs</artifactId>
188                 <version>${didm.version}</version>
189                 <classifier>features</classifier>
190                 <type>xml</type>
191             </dependency>
192             <!-- Dlux -->
193             <dependency>
194                 <groupId>org.opendaylight.dlux</groupId>
195                 <artifactId>features-dlux</artifactId>
196                 <version>${dlux.version}</version>
197                 <classifier>features</classifier>
198                 <type>xml</type>
199             </dependency>
200             <!-- Dluxapps -->
201             <dependency>
202                 <groupId>org.opendaylight.dluxapps</groupId>
203                 <artifactId>features-dluxapps</artifactId>
204                 <version>${dluxapps.version}</version>
205                 <classifier>features</classifier>
206                 <type>xml</type>
207             </dependency>
208             <!-- Eman -->
209             <dependency>
210                 <groupId>org.opendaylight.eman</groupId>
211                 <artifactId>eman-features</artifactId>
212                 <version>${eman.version}</version>
213                 <classifier>features</classifier>
214                 <type>xml</type>
215             </dependency>
216             <!-- Faas -->
217             <dependency>
218                 <groupId>org.opendaylight.faas</groupId>
219                 <artifactId>features-faas</artifactId>
220                 <version>${faas.version}</version>
221                 <classifier>features</classifier>
222                 <type>xml</type>
223             </dependency>
224             <!-- Federation -->
225             <dependency>
226                 <groupId>org.opendaylight.federation</groupId>
227                 <artifactId>federation-features</artifactId>
228                 <version>${federation.version}</version>
229                 <classifier>features</classifier>
230                 <type>xml</type>
231             </dependency>
232             <!-- Genius -->
233             <dependency>
234                 <groupId>org.opendaylight.genius</groupId>
235                 <artifactId>genius-features</artifactId>
236                 <version>${genius.version}</version>
237                 <classifier>features</classifier>
238                 <type>xml</type>
239             </dependency>
240             <!-- Groupbasedpolicy -->
241             <dependency>
242                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
243                 <artifactId>features-groupbasedpolicy</artifactId>
244                 <version>${groupbasedpolicy.version}</version>
245                 <classifier>features</classifier>
246                 <type>xml</type>
247             </dependency>
248             <!-- Honeycomb/Vbd -->
249             <dependency>
250                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
251                 <artifactId>vbd-features</artifactId>
252                 <version>${honeycomb.vbd.version}</version>
253                 <classifier>features</classifier>
254                 <type>xml</type>
255             </dependency>
256             <!-- Infrautils -->
257             <dependency>
258                 <groupId>org.opendaylight.infrautils</groupId>
259                 <artifactId>infrautils-features</artifactId>
260                 <version>${infrautils.version}</version>
261                 <classifier>features</classifier>
262                 <type>xml</type>
263             </dependency>
264             <!-- Iotdm -->
265             <dependency>
266                 <groupId>org.opendaylight.iotdm</groupId>
267                 <artifactId>onem2mall-features</artifactId>
268                 <version>${iotdm.version}</version>
269                 <classifier>features</classifier>
270                 <type>xml</type>
271             </dependency>
272             <!-- L2switch -->
273             <dependency>
274                 <groupId>org.opendaylight.l2switch</groupId>
275                 <artifactId>features-l2switch</artifactId>
276                 <version>${l2switch.version}</version>
277                 <classifier>features</classifier>
278                 <type>xml</type>
279             </dependency>
280             <!-- Lacp -->
281             <dependency>
282                 <groupId>org.opendaylight.lacp</groupId>
283                 <artifactId>features-lacp</artifactId>
284                 <version>${lacp.version}</version>
285                 <classifier>features</classifier>
286                 <type>xml</type>
287             </dependency>
288             <!-- Lispflowmapping -->
289             <dependency>
290                 <groupId>org.opendaylight.lispflowmapping</groupId>
291                 <artifactId>features-lispflowmapping</artifactId>
292                 <version>${lispflowmapping.version}</version>
293                 <classifier>features</classifier>
294                 <type>xml</type>
295             </dependency>
296             <!-- Natapp -->
297             <dependency>
298                 <groupId>org.opendaylight.natapp</groupId>
299                 <artifactId>natapp-features</artifactId>
300                 <version>${natapp.version}</version>
301                 <classifier>features</classifier>
302                 <type>xml</type>
303             </dependency>
304             <!-- Nemo -->
305             <dependency>
306                 <groupId>org.opendaylight.nemo</groupId>
307                 <artifactId>nemo-features</artifactId>
308                 <version>${nemo.version}</version>
309                 <classifier>features</classifier>
310                 <type>xml</type>
311             </dependency>
312             <!-- Netconf -->
313             <dependency>
314                 <groupId>org.opendaylight.netconf</groupId>
315                 <artifactId>features-netconf</artifactId>
316                 <version>${netconf.version}</version>
317                 <classifier>features</classifier>
318                 <type>xml</type>
319             </dependency>
320             <dependency>
321                 <groupId>org.opendaylight.netconf</groupId>
322                 <artifactId>features-netconf-connector</artifactId>
323                 <version>${netconf.version}</version>
324                 <classifier>features</classifier>
325                 <type>xml</type>
326             </dependency>
327             <dependency>
328                 <groupId>org.opendaylight.netconf</groupId>
329                 <artifactId>features-restconf</artifactId>
330                 <version>${restconf.version}</version>
331                 <classifier>features</classifier>
332                 <type>xml</type>
333             </dependency>
334             <!-- Netvirt -->
335             <dependency>
336                 <groupId>org.opendaylight.netvirt</groupId>
337                 <artifactId>features-netvirt</artifactId>
338                 <version>${netvirt.version}</version>
339                 <classifier>features</classifier>
340                 <type>xml</type>
341             </dependency>
342             <dependency>
343                 <groupId>org.opendaylight.netvirt</groupId>
344                 <artifactId>openstack.net-virt-sfc-features</artifactId>
345                 <version>${netvirt.version}</version>
346                 <classifier>features</classifier>
347                 <type>xml</type>
348             </dependency>
349             <dependency>
350                 <groupId>org.opendaylight.netvirt</groupId>
351                 <artifactId>openstack.sfc-translator-features</artifactId>
352                 <version>${netvirt.version}</version>
353                 <classifier>features</classifier>
354                 <type>xml</type>
355             </dependency>
356             <dependency>
357                 <groupId>org.opendaylight.netvirt</groupId>
358                 <artifactId>vpnservice-features</artifactId>
359                 <version>${vpnservice.version}</version>
360                 <classifier>features</classifier>
361                 <type>xml</type>
362             </dependency>
363             <!-- Netide -->
364             <dependency>
365                 <groupId>org.opendaylight.netide</groupId>
366                 <artifactId>netide-features</artifactId>
367                 <version>${netide.version}</version>
368                 <classifier>features</classifier>
369                 <type>xml</type>
370             </dependency>
371             <!-- Neutron -->
372             <dependency>
373                 <groupId>org.opendaylight.neutron</groupId>
374                 <artifactId>features-neutron</artifactId>
375                 <version>${neutron.version}</version>
376                 <classifier>features</classifier>
377                 <type>xml</type>
378             </dependency>
379             <!-- Nic -->
380             <dependency>
381                 <groupId>org.opendaylight.nic</groupId>
382                 <artifactId>features-nic</artifactId>
383                 <version>${nic.version}</version>
384                 <classifier>features</classifier>
385                 <type>xml</type>
386             </dependency>
387             <!-- Ocpplugin -->
388             <dependency>
389                 <groupId>org.opendaylight.ocpplugin</groupId>
390                 <artifactId>features-ocpplugin</artifactId>
391                 <version>${ocpplugin.version}</version>
392                 <classifier>features</classifier>
393                 <type>xml</type>
394             </dependency>
395             <!-- Odlparent -->
396             <dependency>
397                 <groupId>org.opendaylight.odlparent</groupId>
398                 <artifactId>features-akka</artifactId>
399                 <version>${odlparent.version}</version>
400                 <classifier>features</classifier>
401                 <type>xml</type>
402             </dependency>
403             <dependency>
404                 <groupId>org.opendaylight.odlparent</groupId>
405                 <artifactId>features-odlparent</artifactId>
406                 <version>${odlparent.version}</version>
407                 <classifier>features</classifier>
408                 <type>xml</type>
409             </dependency>
410             <!-- Of-config -->
411             <dependency>
412                 <groupId>org.opendaylight.of-config</groupId>
413                 <artifactId>features-of-config</artifactId>
414                 <version>${of-config.version}</version>
415                 <classifier>features</classifier>
416                 <type>xml</type>
417             </dependency>
418             <!-- Openflowplugin -->
419             <dependency>
420                 <groupId>org.opendaylight.openflowplugin</groupId>
421                 <artifactId>features-openflowplugin</artifactId>
422                 <version>${openflowplugin.version}</version>
423                 <classifier>features</classifier>
424                 <type>xml</type>
425             </dependency>
426             <dependency>
427                 <groupId>org.opendaylight.openflowplugin</groupId>
428                 <artifactId>features-openflowplugin-he</artifactId>
429                 <version>${openflowplugin.version}</version>
430                 <classifier>features</classifier>
431                 <type>xml</type>
432             </dependency>
433             <dependency>
434                 <groupId>org.opendaylight.openflowplugin</groupId>
435                 <artifactId>features-openflowplugin-extension</artifactId>
436                 <version>${openflowplugin.version}</version>
437                 <classifier>features</classifier>
438                 <type>xml</type>
439             </dependency>
440             <dependency>
441                 <groupId>org.opendaylight.openflowplugin</groupId>
442                 <artifactId>features-openflowplugin-extension-he</artifactId>
443                 <version>${openflowplugin.version}</version>
444                 <classifier>features</classifier>
445                 <type>xml</type>
446             </dependency>
447             <!-- Ovsdb -->
448             <dependency>
449                 <groupId>org.opendaylight.ovsdb</groupId>
450                 <artifactId>library-features</artifactId>
451                 <version>${ovsdb.version}</version>
452                 <classifier>features</classifier>
453                 <type>xml</type>
454             </dependency>
455             <dependency>
456                 <groupId>org.opendaylight.ovsdb</groupId>
457                 <artifactId>southbound-features</artifactId>
458                 <version>${ovsdb.version}</version>
459                 <classifier>features</classifier>
460                 <type>xml</type>
461             </dependency>
462             <dependency>
463                 <groupId>org.opendaylight.ovsdb</groupId>
464                 <artifactId>hwvtepsouthbound-features</artifactId>
465                 <version>${ovsdb.version}</version>
466                 <classifier>features</classifier>
467                 <type>xml</type>
468             </dependency>
469             <!-- Packetcable -->
470             <dependency>
471                 <groupId>org.opendaylight.packetcable</groupId>
472                 <artifactId>features-packetcable-policy</artifactId>
473                 <version>${packetcable.version}</version>
474                 <classifier>features</classifier>
475                 <type>xml</type>
476             </dependency>
477             <!-- Sdninterfaceapp -->
478             <dependency>
479                 <groupId>org.opendaylight.sdninterfaceapp</groupId>
480                 <artifactId>features-sdninterfaceapp</artifactId>
481                 <version>${sdninterfaceapp.version}</version>
482                 <classifier>features</classifier>
483                 <type>xml</type>
484             </dependency>
485             <!-- Sfc -->
486             <dependency>
487                 <groupId>org.opendaylight.sfc</groupId>
488                 <artifactId>features-sfc</artifactId>
489                 <version>${sfc.version}</version>
490                 <classifier>features</classifier>
491                 <type>xml</type>
492             </dependency>
493             <!-- Snbi -->
494             <dependency>
495                 <groupId>org.opendaylight.snbi</groupId>
496                 <artifactId>features-snbi</artifactId>
497                 <version>${snbi.version}</version>
498                 <classifier>features</classifier>
499                 <type>xml</type>
500             </dependency>
501             <!-- Snmp -->
502             <dependency>
503                 <groupId>org.opendaylight.snmp</groupId>
504                 <artifactId>features-snmp</artifactId>
505                 <version>${snmp.version}</version>
506                 <classifier>features</classifier>
507                 <type>xml</type>
508             </dependency>
509             <!-- Snmp4sdn -->
510             <dependency>
511                 <groupId>org.opendaylight.snmp4sdn</groupId>
512                 <artifactId>features-snmp4sdn</artifactId>
513                 <version>${snmp4sdn.version}</version>
514                 <classifier>features</classifier>
515                 <type>xml</type>
516             </dependency>
517             <!-- Sxp -->
518             <dependency>
519                 <groupId>org.opendaylight.sxp</groupId>
520                 <artifactId>features</artifactId>
521                 <version>${sxp.version}</version>
522                 <classifier>features</classifier>
523                 <type>xml</type>
524             </dependency>
525             <!-- Topoprocessing -->
526             <dependency>
527                 <groupId>org.opendaylight.topoprocessing</groupId>
528                 <artifactId>features-topoprocessing</artifactId>
529                 <version>${topoprocessing.version}</version>
530                 <classifier>features</classifier>
531                 <type>xml</type>
532             </dependency>
533             <!-- Tsdr -->
534             <dependency>
535                 <groupId>org.opendaylight.tsdr</groupId>
536                 <artifactId>features-tsdr</artifactId>
537                 <version>${tsdr.version}</version>
538                 <classifier>features</classifier>
539                 <type>xml</type>
540             </dependency>
541             <!-- Ttp -->
542             <dependency>
543                 <groupId>org.opendaylight.ttp</groupId>
544                 <artifactId>features-ttp</artifactId>
545                 <version>${ttp.version}</version>
546                 <classifier>features</classifier>
547                 <type>xml</type>
548             </dependency>
549             <!-- Unimgr -->
550             <dependency>
551                 <groupId>org.opendaylight.unimgr</groupId>
552                 <artifactId>unimgr-features</artifactId>
553                 <version>${unimgr.version}</version>
554                 <classifier>features</classifier>
555                 <type>xml</type>
556             </dependency>
557             <!-- Usc -->
558             <dependency>
559                 <groupId>org.opendaylight.usc</groupId>
560                 <artifactId>usc-features</artifactId>
561                 <version>${usc.version}</version>
562                 <classifier>features</classifier>
563                 <type>xml</type>
564             </dependency>
565             <!-- Usecplugin
566                 Removed from autorelease due to inactivity.
567             <dependency>
568                 <groupId>org.opendaylight.usecplugin</groupId>
569                 <artifactId>usecplugin-features</artifactId>
570                 <version>${usecplugin.version}</version>
571                 <classifier>features</classifier>
572                 <type>xml</type>
573             </dependency>
574             -->
575             <!-- Vtn -->
576             <dependency>
577                 <groupId>org.opendaylight.vtn</groupId>
578                 <artifactId>features-vtn-manager</artifactId>
579                 <version>${vtn-manager.version}</version>
580                 <classifier>features</classifier>
581                 <type>xml</type>
582             </dependency>
583             <!-- Yang-push
584                 Removed from autorelease due to inactivity.
585             <dependency>
586                 <groupId>org.opendaylight.yang-push</groupId>
587                 <artifactId>yangpush-features</artifactId>
588                 <version>${yang-push.version}</version>
589                 <classifier>features</classifier>
590                 <type>xml</type>
591             </dependency>
592             -->
593         </dependencies>
594     </dependencyManagement>
595 </project>