102ef9dd7eb9594a4f346157ec7e9db4081aa4a9
[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             <!-- Temporary remove because of karaf 4
242             <dependency>
243                 <groupId>org.opendaylight.iotdm</groupId>
244                 <artifactId>iotdmcsitdist-features</artifactId>
245                 <version>${iotdm.version}</version>
246                 <classifier>features</classifier>
247                 <type>xml</type>
248             </dependency>
249             -->
250             <!-- L2switch -->
251             <dependency>
252                 <groupId>org.opendaylight.l2switch</groupId>
253                 <artifactId>features-l2switch</artifactId>
254                 <version>${l2switch.version}</version>
255                 <classifier>features</classifier>
256                 <type>xml</type>
257             </dependency>
258             <!-- Lacp -->
259             <!-- Temporary remove because of karaf 4
260             <dependency>
261                 <groupId>org.opendaylight.lacp</groupId>
262                 <artifactId>features-lacp</artifactId>
263                 <version>${lacp.version}</version>
264                 <classifier>features</classifier>
265                 <type>xml</type>
266             </dependency>
267             -->
268             <!-- Lispflowmapping -->
269             <dependency>
270                 <groupId>org.opendaylight.lispflowmapping</groupId>
271                 <artifactId>features-lispflowmapping</artifactId>
272                 <version>${lispflowmapping.version}</version>
273                 <classifier>features</classifier>
274                 <type>xml</type>
275             </dependency>
276             <!-- Nemo -->
277             <dependency>
278                 <groupId>org.opendaylight.nemo</groupId>
279                 <artifactId>nemo-features</artifactId>
280                 <version>${nemo.version}</version>
281                 <classifier>features</classifier>
282                 <type>xml</type>
283             </dependency>
284             <!-- Netconf -->
285             <dependency>
286                 <groupId>org.opendaylight.netconf</groupId>
287                 <artifactId>features-netconf</artifactId>
288                 <version>${netconf.version}</version>
289                 <classifier>features</classifier>
290                 <type>xml</type>
291             </dependency>
292             <dependency>
293                 <groupId>org.opendaylight.netconf</groupId>
294                 <artifactId>features-netconf-connector</artifactId>
295                 <version>${netconf.version}</version>
296                 <classifier>features</classifier>
297                 <type>xml</type>
298             </dependency>
299             <dependency>
300                 <groupId>org.opendaylight.netconf</groupId>
301                 <artifactId>features-restconf</artifactId>
302                 <version>${restconf.version}</version>
303                 <classifier>features</classifier>
304                 <type>xml</type>
305             </dependency>
306             <!-- Netvirt -->
307             <dependency>
308                 <groupId>org.opendaylight.netvirt</groupId>
309                 <artifactId>vpnservice-features</artifactId>
310                 <version>${vpnservice.version}</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314             <!-- Netide -->
315             <dependency>
316                 <groupId>org.opendaylight.netide</groupId>
317                 <artifactId>netide-features</artifactId>
318                 <version>${netide.version}</version>
319                 <classifier>features</classifier>
320                 <type>xml</type>
321             </dependency>
322             <!-- Neutron -->
323             <dependency>
324                 <groupId>org.opendaylight.neutron</groupId>
325                 <artifactId>features-neutron</artifactId>
326                 <version>${neutron.version}</version>
327                 <classifier>features</classifier>
328                 <type>xml</type>
329             </dependency>
330             <!-- Nic -->
331             <!-- Temporary remove because of karaf 4
332             <dependency>
333                 <groupId>org.opendaylight.nic</groupId>
334                 <artifactId>features-nic</artifactId>
335                 <version>${nic.version}</version>
336                 <classifier>features</classifier>
337                 <type>xml</type>
338             </dependency>
339             -->
340             <!-- Ocpplugin -->
341             <dependency>
342                 <groupId>org.opendaylight.ocpplugin</groupId>
343                 <artifactId>features-ocpplugin</artifactId>
344                 <version>${ocpplugin.version}</version>
345                 <classifier>features</classifier>
346                 <type>xml</type>
347             </dependency>
348             <!-- Odlparent -->
349             <dependency>
350                 <groupId>org.opendaylight.odlparent</groupId>
351                 <artifactId>features-akka</artifactId>
352                 <version>${odlparent.version}</version>
353                 <classifier>features</classifier>
354                 <type>xml</type>
355             </dependency>
356             <dependency>
357                 <groupId>org.opendaylight.odlparent</groupId>
358                 <artifactId>features-odlparent</artifactId>
359                 <version>${odlparent.version}</version>
360                 <classifier>features</classifier>
361                 <type>xml</type>
362             </dependency>
363             <!-- Of-config -->
364             <dependency>
365                 <groupId>org.opendaylight.of-config</groupId>
366                 <artifactId>features-of-config</artifactId>
367                 <version>${of-config.version}</version>
368                 <classifier>features</classifier>
369                 <type>xml</type>
370             </dependency>
371             <!-- Openflowplugin -->
372             <dependency>
373                 <groupId>org.opendaylight.openflowplugin</groupId>
374                 <artifactId>features-openflowplugin</artifactId>
375                 <version>${openflowplugin.version}</version>
376                 <classifier>features</classifier>
377                 <type>xml</type>
378             </dependency>
379             <dependency>
380                 <groupId>org.opendaylight.openflowplugin</groupId>
381                 <artifactId>features-openflowplugin-he</artifactId>
382                 <version>${openflowplugin.version}</version>
383                 <classifier>features</classifier>
384                 <type>xml</type>
385             </dependency>
386             <dependency>
387                 <groupId>org.opendaylight.openflowplugin</groupId>
388                 <artifactId>features-openflowplugin-extension</artifactId>
389                 <version>${openflowplugin.version}</version>
390                 <classifier>features</classifier>
391                 <type>xml</type>
392             </dependency>
393             <dependency>
394                 <groupId>org.opendaylight.openflowplugin</groupId>
395                 <artifactId>features-openflowplugin-extension-he</artifactId>
396                 <version>${openflowplugin.version}</version>
397                 <classifier>features</classifier>
398                 <type>xml</type>
399             </dependency>
400             <!-- Ovsdb -->
401             <dependency>
402                 <groupId>org.opendaylight.ovsdb</groupId>
403                 <artifactId>library-features</artifactId>
404                 <version>${ovsdb.version}</version>
405                 <classifier>features</classifier>
406                 <type>xml</type>
407             </dependency>
408             <dependency>
409                 <groupId>org.opendaylight.ovsdb</groupId>
410                 <artifactId>southbound-features</artifactId>
411                 <version>${ovsdb.version}</version>
412                 <classifier>features</classifier>
413                 <type>xml</type>
414             </dependency>
415             <dependency>
416                 <groupId>org.opendaylight.ovsdb</groupId>
417                 <artifactId>hwvtepsouthbound-features</artifactId>
418                 <version>${ovsdb.version}</version>
419                 <classifier>features</classifier>
420                 <type>xml</type>
421             </dependency>
422             <!-- Packetcable -->
423             <dependency>
424                 <groupId>org.opendaylight.packetcable</groupId>
425                 <artifactId>features-packetcable-policy</artifactId>
426                 <version>${packetcable.version}</version>
427                 <classifier>features</classifier>
428                 <type>xml</type>
429             </dependency>
430             <!-- Sdninterfaceapp -->
431             <dependency>
432                 <groupId>org.opendaylight.sdninterfaceapp</groupId>
433                 <artifactId>features-sdninterfaceapp</artifactId>
434                 <version>${sdninterfaceapp.version}</version>
435                 <classifier>features</classifier>
436                 <type>xml</type>
437             </dependency>
438             <!-- Sfc -->
439             <dependency>
440                 <groupId>org.opendaylight.sfc</groupId>
441                 <artifactId>features-sfc</artifactId>
442                 <version>${sfc.version}</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446             <!-- Snmp -->
447             <dependency>
448                 <groupId>org.opendaylight.snmp</groupId>
449                 <artifactId>features-snmp</artifactId>
450                 <version>${snmp.version}</version>
451                 <classifier>features</classifier>
452                 <type>xml</type>
453             </dependency>
454             <!-- Snmp4sdn -->
455             <dependency>
456                 <groupId>org.opendaylight.snmp4sdn</groupId>
457                 <artifactId>features-snmp4sdn</artifactId>
458                 <version>${snmp4sdn.version}</version>
459                 <classifier>features</classifier>
460                 <type>xml</type>
461             </dependency>
462             <!-- Sxp -->
463             <dependency>
464                 <groupId>org.opendaylight.sxp</groupId>
465                 <artifactId>features</artifactId>
466                 <version>${sxp.version}</version>
467                 <classifier>features</classifier>
468                 <type>xml</type>
469             </dependency>
470             <!-- Topoprocessing -->
471             <dependency>
472                 <groupId>org.opendaylight.topoprocessing</groupId>
473                 <artifactId>features-topoprocessing</artifactId>
474                 <version>${topoprocessing.version}</version>
475                 <classifier>features</classifier>
476                 <type>xml</type>
477             </dependency>
478             <!-- Tsdr -->
479             <!-- Temporary remove because of karaf 4
480             <dependency>
481                 <groupId>org.opendaylight.tsdr</groupId>
482                 <artifactId>features-tsdr</artifactId>
483                 <version>${tsdr.version}</version>
484                 <classifier>features</classifier>
485                 <type>xml</type>
486             </dependency>
487             -->
488             <!-- Ttp -->
489             <dependency>
490                 <groupId>org.opendaylight.ttp</groupId>
491                 <artifactId>features-ttp</artifactId>
492                 <version>${ttp.version}</version>
493                 <classifier>features</classifier>
494                 <type>xml</type>
495             </dependency>
496             <!-- Unimgr -->
497             <dependency>
498                 <groupId>org.opendaylight.unimgr</groupId>
499                 <artifactId>unimgr-features</artifactId>
500                 <version>${unimgr.version}</version>
501                 <classifier>features</classifier>
502                 <type>xml</type>
503             </dependency>
504             <!-- Usc -->
505             <dependency>
506                 <groupId>org.opendaylight.usc</groupId>
507                 <artifactId>usc-features</artifactId>
508                 <version>${usc.version}</version>
509                 <classifier>features</classifier>
510                 <type>xml</type>
511             </dependency>
512             <!-- Vtn -->
513             <dependency>
514                 <groupId>org.opendaylight.vtn</groupId>
515                 <artifactId>features-vtn-manager</artifactId>
516                 <version>${vtn-manager.version}</version>
517                 <classifier>features</classifier>
518                 <type>xml</type>
519             </dependency>
520         </dependencies>
521     </dependencyManagement>
522 </project>