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