Add Karaf3 Iotdm repository back
[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             <!-- Bgpcep -->
69             <dependency>
70                 <groupId>org.opendaylight.bgpcep</groupId>
71                 <artifactId>features-bgp</artifactId>
72                 <classifier>features</classifier>
73                 <version>${bgpcep.version}</version>
74                 <type>xml</type>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.bgpcep</groupId>
78                 <artifactId>features-bmp</artifactId>
79                 <classifier>features</classifier>
80                 <version>${bgpcep.version}</version>
81                 <type>xml</type>
82             </dependency>
83             <dependency>
84                 <groupId>org.opendaylight.bgpcep</groupId>
85                 <artifactId>features-extras</artifactId>
86                 <classifier>features</classifier>
87                 <version>${bgpcep.version}</version>
88                 <type>xml</type>
89             </dependency>
90             <dependency>
91                 <groupId>org.opendaylight.bgpcep</groupId>
92                 <artifactId>features-pcep</artifactId>
93                 <classifier>features</classifier>
94                 <version>${bgpcep.version}</version>
95                 <type>xml</type>
96             </dependency>
97             <dependency>
98                 <groupId>org.opendaylight.bgpcep</groupId>
99                 <artifactId>features-rsvp</artifactId>
100                 <classifier>features</classifier>
101                 <version>${bgpcep.version}</version>
102                 <type>xml</type>
103             </dependency>
104             <!-- Bier -->
105             <dependency>
106                 <groupId>org.opendaylight.bier</groupId>
107                 <artifactId>features-bier</artifactId>
108                 <classifier>features</classifier>
109                 <version>${bier.version}</version>
110                 <type>xml</type>
111             </dependency>
112             <!-- Cardinal -->
113             <!-- Temporary remove because of karaf 4
114             <dependency>
115                 <groupId>org.opendaylight.cardinal</groupId>
116                 <artifactId>cardinal-features</artifactId>
117                 <version>${cardinal.version}</version>
118                 <classifier>features</classifier>
119                 <type>xml</type>
120             </dependency>
121             -->
122             <!-- Controller -->
123             <dependency>
124                 <groupId>org.opendaylight.controller</groupId>
125                 <artifactId>features-extras</artifactId>
126                 <version>${controller.extras.version}</version>
127                 <classifier>features</classifier>
128                 <type>xml</type>
129             </dependency>
130             <dependency>
131                 <groupId>org.opendaylight.controller</groupId>
132                 <artifactId>features-mdsal</artifactId>
133                 <version>${mdsal.version}</version>
134                 <classifier>features</classifier>
135                 <type>xml</type>
136             </dependency>
137             <dependency>
138                 <groupId>org.opendaylight.controller</groupId>
139                 <artifactId>features-mdsal-benchmark</artifactId>
140                 <version>${benchmark.version}</version>
141                 <classifier>features</classifier>
142                 <type>xml</type>
143             </dependency>
144             <!-- Didm -->
145             <!-- Temporary remove because of karaf 4
146             <dependency>
147                 <groupId>org.opendaylight.didm</groupId>
148                 <artifactId>features-didm</artifactId>
149                 <version>${didm.version}</version>
150                 <classifier>features</classifier>
151                 <type>xml</type>
152             </dependency>
153             <dependency>
154                 <groupId>org.opendaylight.didm</groupId>
155                 <artifactId>features-didm-hp</artifactId>
156                 <version>${didm.version}</version>
157                 <classifier>features</classifier>
158                 <type>xml</type>
159             </dependency>
160             <dependency>
161                 <groupId>org.opendaylight.didm</groupId>
162                 <artifactId>features-didm-ovs</artifactId>
163                 <version>${didm.version}</version>
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                 <version>${dlux.version}</version>
173                 <classifier>features</classifier>
174                 <type>xml</type>
175             </dependency>
176             <!-- Dluxapps -->
177             <dependency>
178                 <groupId>org.opendaylight.dluxapps</groupId>
179                 <artifactId>features-dluxapps</artifactId>
180                 <version>${dluxapps.version}</version>
181                 <classifier>features</classifier>
182                 <type>xml</type>
183             </dependency>
184             <!-- Eman -->
185             <dependency>
186                 <groupId>org.opendaylight.eman</groupId>
187                 <artifactId>eman-features</artifactId>
188                 <version>${eman.version}</version>
189                 <classifier>features</classifier>
190                 <type>xml</type>
191             </dependency>
192             <!-- Faas -->
193             <dependency>
194                 <groupId>org.opendaylight.faas</groupId>
195                 <artifactId>features-faas</artifactId>
196                 <version>${faas.version}</version>
197                 <classifier>features</classifier>
198                 <type>xml</type>
199             </dependency>
200             <!-- Federation -->
201             <dependency>
202                 <groupId>org.opendaylight.federation</groupId>
203                 <artifactId>federation-features</artifactId>
204                 <version>${federation.version}</version>
205                 <classifier>features</classifier>
206                 <type>xml</type>
207             </dependency>
208             <!-- Genius -->
209             <dependency>
210                 <groupId>org.opendaylight.genius</groupId>
211                 <artifactId>genius-features</artifactId>
212                 <version>${genius.version}</version>
213                 <classifier>features</classifier>
214                 <type>xml</type>
215             </dependency>
216             <!-- Groupbasedpolicy -->
217             <dependency>
218                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
219                 <artifactId>features-groupbasedpolicy</artifactId>
220                 <version>${groupbasedpolicy.version}</version>
221                 <classifier>features</classifier>
222                 <type>xml</type>
223             </dependency>
224             <!-- Honeycomb/Vbd -->
225             <dependency>
226                 <groupId>org.opendaylight.honeycomb.vbd</groupId>
227                 <artifactId>vbd-features</artifactId>
228                 <version>${honeycomb.vbd.version}</version>
229                 <classifier>features</classifier>
230                 <type>xml</type>
231             </dependency>
232             <!-- Infrautils -->
233             <dependency>
234                 <groupId>org.opendaylight.infrautils</groupId>
235                 <artifactId>infrautils-features</artifactId>
236                 <version>${infrautils.version}</version>
237                 <classifier>features</classifier>
238                 <type>xml</type>
239             </dependency>
240             <!-- Iotdm -->
241             <dependency>
242                 <groupId>org.opendaylight.iotdm</groupId>
243                 <artifactId>iotdmcsitdist-features</artifactId>
244                 <version>${iotdm.version}</version>
245                 <classifier>features</classifier>
246                 <type>xml</type>
247             </dependency>
248             <!-- L2switch -->
249             <dependency>
250                 <groupId>org.opendaylight.l2switch</groupId>
251                 <artifactId>features-l2switch</artifactId>
252                 <version>${l2switch.version}</version>
253                 <classifier>features</classifier>
254                 <type>xml</type>
255             </dependency>
256             <!-- Lacp -->
257             <!-- Temporary remove because of karaf 4
258             <dependency>
259                 <groupId>org.opendaylight.lacp</groupId>
260                 <artifactId>features-lacp</artifactId>
261                 <version>${lacp.version}</version>
262                 <classifier>features</classifier>
263                 <type>xml</type>
264             </dependency>
265             -->
266             <!-- Lispflowmapping -->
267             <dependency>
268                 <groupId>org.opendaylight.lispflowmapping</groupId>
269                 <artifactId>features-lispflowmapping</artifactId>
270                 <version>${lispflowmapping.version}</version>
271                 <classifier>features</classifier>
272                 <type>xml</type>
273             </dependency>
274             <!-- Nemo -->
275             <dependency>
276                 <groupId>org.opendaylight.nemo</groupId>
277                 <artifactId>nemo-features</artifactId>
278                 <version>${nemo.version}</version>
279                 <classifier>features</classifier>
280                 <type>xml</type>
281             </dependency>
282             <!-- Netconf -->
283             <dependency>
284                 <groupId>org.opendaylight.netconf</groupId>
285                 <artifactId>features-netconf</artifactId>
286                 <version>${netconf.version}</version>
287                 <classifier>features</classifier>
288                 <type>xml</type>
289             </dependency>
290             <dependency>
291                 <groupId>org.opendaylight.netconf</groupId>
292                 <artifactId>features-netconf-connector</artifactId>
293                 <version>${netconf.version}</version>
294                 <classifier>features</classifier>
295                 <type>xml</type>
296             </dependency>
297             <dependency>
298                 <groupId>org.opendaylight.netconf</groupId>
299                 <artifactId>features-restconf</artifactId>
300                 <version>${restconf.version}</version>
301                 <classifier>features</classifier>
302                 <type>xml</type>
303             </dependency>
304             <!-- Netvirt -->
305             <dependency>
306                 <groupId>org.opendaylight.netvirt</groupId>
307                 <artifactId>vpnservice-features</artifactId>
308                 <version>${vpnservice.version}</version>
309                 <classifier>features</classifier>
310                 <type>xml</type>
311             </dependency>
312             <!-- Netide -->
313             <dependency>
314                 <groupId>org.opendaylight.netide</groupId>
315                 <artifactId>netide-features</artifactId>
316                 <version>${netide.version}</version>
317                 <classifier>features</classifier>
318                 <type>xml</type>
319             </dependency>
320             <!-- Neutron -->
321             <dependency>
322                 <groupId>org.opendaylight.neutron</groupId>
323                 <artifactId>features-neutron</artifactId>
324                 <version>${neutron.version}</version>
325                 <classifier>features</classifier>
326                 <type>xml</type>
327             </dependency>
328             <!-- Nic -->
329             <!-- Temporary remove because of karaf 4
330             <dependency>
331                 <groupId>org.opendaylight.nic</groupId>
332                 <artifactId>features-nic</artifactId>
333                 <version>${nic.version}</version>
334                 <classifier>features</classifier>
335                 <type>xml</type>
336             </dependency>
337             -->
338             <!-- Ocpplugin -->
339             <dependency>
340                 <groupId>org.opendaylight.ocpplugin</groupId>
341                 <artifactId>features-ocpplugin</artifactId>
342                 <version>${ocpplugin.version}</version>
343                 <classifier>features</classifier>
344                 <type>xml</type>
345             </dependency>
346             <!-- Odlparent -->
347             <dependency>
348                 <groupId>org.opendaylight.odlparent</groupId>
349                 <artifactId>features-akka</artifactId>
350                 <version>${odlparent.version}</version>
351                 <classifier>features</classifier>
352                 <type>xml</type>
353             </dependency>
354             <dependency>
355                 <groupId>org.opendaylight.odlparent</groupId>
356                 <artifactId>features-odlparent</artifactId>
357                 <version>${odlparent.version}</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361             <!-- Of-config -->
362             <dependency>
363                 <groupId>org.opendaylight.of-config</groupId>
364                 <artifactId>features-of-config</artifactId>
365                 <version>${of-config.version}</version>
366                 <classifier>features</classifier>
367                 <type>xml</type>
368             </dependency>
369             <!-- Openflowplugin -->
370             <dependency>
371                 <groupId>org.opendaylight.openflowplugin</groupId>
372                 <artifactId>features-openflowplugin</artifactId>
373                 <version>${openflowplugin.version}</version>
374                 <classifier>features</classifier>
375                 <type>xml</type>
376             </dependency>
377             <dependency>
378                 <groupId>org.opendaylight.openflowplugin</groupId>
379                 <artifactId>features-openflowplugin-he</artifactId>
380                 <version>${openflowplugin.version}</version>
381                 <classifier>features</classifier>
382                 <type>xml</type>
383             </dependency>
384             <dependency>
385                 <groupId>org.opendaylight.openflowplugin</groupId>
386                 <artifactId>features-openflowplugin-extension</artifactId>
387                 <version>${openflowplugin.version}</version>
388                 <classifier>features</classifier>
389                 <type>xml</type>
390             </dependency>
391             <dependency>
392                 <groupId>org.opendaylight.openflowplugin</groupId>
393                 <artifactId>features-openflowplugin-extension-he</artifactId>
394                 <version>${openflowplugin.version}</version>
395                 <classifier>features</classifier>
396                 <type>xml</type>
397             </dependency>
398             <!-- Ovsdb -->
399             <dependency>
400                 <groupId>org.opendaylight.ovsdb</groupId>
401                 <artifactId>library-features</artifactId>
402                 <version>${ovsdb.version}</version>
403                 <classifier>features</classifier>
404                 <type>xml</type>
405             </dependency>
406             <dependency>
407                 <groupId>org.opendaylight.ovsdb</groupId>
408                 <artifactId>southbound-features</artifactId>
409                 <version>${ovsdb.version}</version>
410                 <classifier>features</classifier>
411                 <type>xml</type>
412             </dependency>
413             <dependency>
414                 <groupId>org.opendaylight.ovsdb</groupId>
415                 <artifactId>hwvtepsouthbound-features</artifactId>
416                 <version>${ovsdb.version}</version>
417                 <classifier>features</classifier>
418                 <type>xml</type>
419             </dependency>
420             <!-- Packetcable -->
421             <dependency>
422                 <groupId>org.opendaylight.packetcable</groupId>
423                 <artifactId>features-packetcable-policy</artifactId>
424                 <version>${packetcable.version}</version>
425                 <classifier>features</classifier>
426                 <type>xml</type>
427             </dependency>
428             <!-- Sdninterfaceapp -->
429             <dependency>
430                 <groupId>org.opendaylight.sdninterfaceapp</groupId>
431                 <artifactId>features-sdninterfaceapp</artifactId>
432                 <version>${sdninterfaceapp.version}</version>
433                 <classifier>features</classifier>
434                 <type>xml</type>
435             </dependency>
436             <!-- Sfc -->
437             <dependency>
438                 <groupId>org.opendaylight.sfc</groupId>
439                 <artifactId>features-sfc</artifactId>
440                 <version>${sfc.version}</version>
441                 <classifier>features</classifier>
442                 <type>xml</type>
443             </dependency>
444             <!-- Snmp -->
445             <dependency>
446                 <groupId>org.opendaylight.snmp</groupId>
447                 <artifactId>features-snmp</artifactId>
448                 <version>${snmp.version}</version>
449                 <classifier>features</classifier>
450                 <type>xml</type>
451             </dependency>
452             <!-- Snmp4sdn -->
453             <dependency>
454                 <groupId>org.opendaylight.snmp4sdn</groupId>
455                 <artifactId>features-snmp4sdn</artifactId>
456                 <version>${snmp4sdn.version}</version>
457                 <classifier>features</classifier>
458                 <type>xml</type>
459             </dependency>
460             <!-- Sxp -->
461             <dependency>
462                 <groupId>org.opendaylight.sxp</groupId>
463                 <artifactId>features</artifactId>
464                 <version>${sxp.version}</version>
465                 <classifier>features</classifier>
466                 <type>xml</type>
467             </dependency>
468             <!-- Topoprocessing -->
469             <dependency>
470                 <groupId>org.opendaylight.topoprocessing</groupId>
471                 <artifactId>features-topoprocessing</artifactId>
472                 <version>${topoprocessing.version}</version>
473                 <classifier>features</classifier>
474                 <type>xml</type>
475             </dependency>
476             <!-- Tsdr -->
477             <!-- Temporary remove because of karaf 4
478             <dependency>
479                 <groupId>org.opendaylight.tsdr</groupId>
480                 <artifactId>features-tsdr</artifactId>
481                 <version>${tsdr.version}</version>
482                 <classifier>features</classifier>
483                 <type>xml</type>
484             </dependency>
485             -->
486             <!-- Ttp -->
487             <dependency>
488                 <groupId>org.opendaylight.ttp</groupId>
489                 <artifactId>features-ttp</artifactId>
490                 <version>${ttp.version}</version>
491                 <classifier>features</classifier>
492                 <type>xml</type>
493             </dependency>
494             <!-- Unimgr -->
495             <dependency>
496                 <groupId>org.opendaylight.unimgr</groupId>
497                 <artifactId>unimgr-features</artifactId>
498                 <version>${unimgr.version}</version>
499                 <classifier>features</classifier>
500                 <type>xml</type>
501             </dependency>
502             <!-- Usc -->
503             <dependency>
504                 <groupId>org.opendaylight.usc</groupId>
505                 <artifactId>usc-features</artifactId>
506                 <version>${usc.version}</version>
507                 <classifier>features</classifier>
508                 <type>xml</type>
509             </dependency>
510             <!-- Vtn -->
511             <dependency>
512                 <groupId>org.opendaylight.vtn</groupId>
513                 <artifactId>features-vtn-manager</artifactId>
514                 <version>${vtn-manager.version}</version>
515                 <classifier>features</classifier>
516                 <type>xml</type>
517             </dependency>
518         </dependencies>
519     </dependencyManagement>
520 </project>