99a2bd1ea10ae725df6ced848cb22dd40be8fc97
[integration/distribution.git] / artifacts / upstream / single-features / 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.8.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>single-feature-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 upstream ODL user-facing single feature 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/single-features;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <dependencyManagement>
41         <dependencies>
42             <!-- User facing single features. -->
43             <!-- TODO: Open Bugs against projects to export user-facing single feature versions in artifact pom. -->
44
45             <!-- AAA -->
46             <dependency>
47                 <groupId>org.opendaylight.aaa</groupId>
48                 <artifactId>odl-aaa-cert</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>odl-aaa-shiro</artifactId>
56                 <version>${aaa.version}</version>
57                 <classifier>features</classifier>
58                 <type>xml</type>
59             </dependency>
60
61             <!-- ALTO -->
62             <dependency>
63                 <groupId>org.opendaylight.alto</groupId>
64                 <artifactId>odl-alto-simpleird</artifactId>
65                 <version>${alto.version}</version>
66                 <classifier>features</classifier>
67                 <type>xml</type>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.alto</groupId>
71                 <artifactId>odl-alto-manual-maps</artifactId>
72                 <version>${alto.version}</version>
73                 <classifier>features</classifier>
74                 <type>xml</type>
75             </dependency>
76             <dependency>
77                 <groupId>org.opendaylight.alto</groupId>
78                 <artifactId>odl-alto-simpleecs</artifactId>
79                 <version>${alto.version}</version>
80                 <classifier>features</classifier>
81                 <type>xml</type>
82             </dependency>
83             <dependency>
84                 <groupId>org.opendaylight.alto</groupId>
85                 <artifactId>odl-alto-auto-maps</artifactId>
86                 <version>${alto.version}</version>
87                 <classifier>features</classifier>
88                 <type>xml</type>
89             </dependency>
90             <dependency>
91                 <groupId>org.opendaylight.alto</groupId>
92                 <artifactId>odl-alto-spce</artifactId>
93                 <version>${alto.version}</version>
94                 <classifier>features</classifier>
95                 <type>xml</type>
96             </dependency>
97
98             <!-- BIER -->
99             <!-- Comment due to fail merge job
100             <dependency>
101                 <groupId>org.opendaylight.bier</groupId>
102                 <artifactId>odl-bier-all</artifactId>
103                 <version>${bier.version}</version>
104                 <classifier>features</classifier>
105                 <type>xml</type>
106             </dependency>
107             -->
108
109             <!-- CONTROLLER -->
110             <dependency>
111                 <groupId>org.opendaylight.controller</groupId>
112                 <artifactId>odl-mdsal-broker</artifactId>
113                 <version>${mdsal.version}</version>
114                 <classifier>features</classifier>
115                 <type>xml</type>
116             </dependency>
117
118             <!-- Dlux Apps -->
119             <dependency>
120                 <groupId>org.opendaylight.dluxapps</groupId>
121                 <artifactId>odl-dluxapps-nodes</artifactId>
122                 <version>${dluxapps.version}</version>
123                 <type>xml</type>
124                 <classifier>features</classifier>
125             </dependency>
126             <dependency>
127                 <groupId>org.opendaylight.dluxapps</groupId>
128                 <artifactId>odl-dluxapps-topology</artifactId>
129                 <version>${dluxapps.version}</version>
130                 <classifier>features</classifier>
131                 <type>xml</type>
132             </dependency>
133             <dependency>
134                 <groupId>org.opendaylight.dluxapps</groupId>
135                 <artifactId>odl-dluxapps-yangman</artifactId>
136                 <version>${dluxapps.version}</version>
137                 <classifier>features</classifier>
138                 <type>xml</type>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.dluxapps</groupId>
142                 <artifactId>odl-dluxapps-yangvisualizer</artifactId>
143                 <version>${dluxapps.version}</version>
144                 <type>xml</type>
145                 <classifier>features</classifier>
146             </dependency>
147
148             <!-- Eman -->
149             <dependency>
150                 <groupId>org.opendaylight.eman</groupId>
151                 <artifactId>odl-eman-ui</artifactId>
152                 <version>${eman.version}</version>
153                 <type>xml</type>
154                 <classifier>features</classifier>
155             </dependency>
156             <dependency>
157                 <groupId>org.opendaylight.eman</groupId>
158                 <artifactId>odl-eman-api</artifactId>
159                 <version>${eman.version}</version>
160                 <type>xml</type>
161                 <classifier>features</classifier>
162             </dependency>
163             <dependency>
164                 <groupId>org.opendaylight.eman</groupId>
165                 <artifactId>odl-eman</artifactId>
166                 <version>${eman.version}</version>
167                 <type>xml</type>
168                 <classifier>features</classifier>
169             </dependency>
170
171             <!-- FAAS -->
172             <dependency>
173                 <groupId>org.opendaylight.faas</groupId>
174                 <artifactId>odl-faas-base</artifactId>
175                 <version>${faas.version}</version>
176                 <type>xml</type>
177                 <classifier>features</classifier>
178             </dependency>
179             <dependency>
180                 <groupId>org.opendaylight.faas</groupId>
181                 <artifactId>odl-faas-vxlan-ovs-adapter</artifactId>
182                 <version>${faas.version}</version>
183                 <type>xml</type>
184                 <classifier>features</classifier>
185             </dependency>
186             <dependency>
187                 <groupId>org.opendaylight.faas</groupId>
188                 <artifactId>odl-faas-vxlan-fabric</artifactId>
189                 <version>${faas.version}</version>
190                 <type>xml</type>
191                 <classifier>features</classifier>
192             </dependency>
193             <dependency>
194                 <groupId>org.opendaylight.faas</groupId>
195                 <artifactId>odl-faas-vlan-fabric</artifactId>
196                 <version>${faas.version}</version>
197                 <type>xml</type>
198                 <classifier>features</classifier>
199             </dependency>
200             <dependency>
201                 <groupId>org.opendaylight.faas</groupId>
202                 <artifactId>odl-faas-fabric</artifactId>
203                 <version>${faas.version}</version>
204                 <type>xml</type>
205                 <classifier>features</classifier>
206             </dependency>
207             <dependency>
208                 <groupId>org.opendaylight.faas</groupId>
209                 <artifactId>odl-faas-fabricmgr</artifactId>
210                 <version>${faas.version}</version>
211                 <type>xml</type>
212                 <classifier>features</classifier>
213             </dependency>
214             <dependency>
215                 <groupId>org.opendaylight.faas</groupId>
216                 <artifactId>odl-faas-uln-mapper</artifactId>
217                 <version>${faas.version}</version>
218                 <type>xml</type>
219                 <classifier>features</classifier>
220             </dependency>
221             <dependency>
222                 <groupId>org.opendaylight.faas</groupId>
223                 <artifactId>odl-faas-all</artifactId>
224                 <version>${faas.version}</version>
225                 <type>xml</type>
226                 <classifier>features</classifier>
227             </dependency>
228
229             <!-- L2switch -->
230             <dependency>
231                 <groupId>org.opendaylight.l2switch</groupId>
232                 <artifactId>odl-l2switch-switch</artifactId>
233                 <version>${l2switch.version}</version>
234                 <classifier>features</classifier>
235                 <type>xml</type>
236             </dependency>
237             <dependency>
238                 <groupId>org.opendaylight.l2switch</groupId>
239                 <artifactId>odl-l2switch-switch-rest</artifactId>
240                 <version>${l2switch.version}</version>
241                 <classifier>features</classifier>
242                 <type>xml</type>
243             </dependency>
244             <dependency>
245                 <groupId>org.opendaylight.l2switch</groupId>
246                 <artifactId>odl-l2switch-switch-ui</artifactId>
247                 <version>${l2switch.version}</version>
248                 <classifier>features</classifier>
249                 <type>xml</type>
250             </dependency>
251
252             <!-- NEMO -->
253             <dependency>
254                 <groupId>org.opendaylight.nemo</groupId>
255                 <artifactId>odl-nemo-engine</artifactId>
256                 <version>${nemo.version}</version>
257                 <classifier>features</classifier>
258                 <type>xml</type>
259             </dependency>
260             <dependency>
261                 <groupId>org.opendaylight.nemo</groupId>
262                 <artifactId>odl-nemo-engine-rest</artifactId>
263                 <version>${nemo.version}</version>
264                 <classifier>features</classifier>
265                 <type>xml</type>
266             </dependency>
267             <dependency>
268                 <groupId>org.opendaylight.nemo</groupId>
269                 <artifactId>odl-nemo-engine-ui</artifactId>
270                 <version>${nemo.version}</version>
271                 <classifier>features</classifier>
272                 <type>xml</type>
273             </dependency>
274             <dependency>
275                 <groupId>org.opendaylight.nemo</groupId>
276                 <artifactId>odl-nemo-openflow-renderer</artifactId>
277                 <version>${nemo.version}</version>
278                 <classifier>features</classifier>
279                 <type>xml</type>
280             </dependency>
281             <dependency>
282                 <groupId>org.opendaylight.nemo</groupId>
283                 <artifactId>odl-nemo-cli-renderer</artifactId>
284                 <version>${nemo.version}</version>
285                 <classifier>features</classifier>
286                 <type>xml</type>
287             </dependency>
288
289             <!-- NIC -->
290             <!-- Comment due to fail merge job
291             <dependency>
292                 <groupId>org.opendaylight.nic</groupId>
293                 <artifactId>odl-nic-intent-common</artifactId>
294                 <version>${nic.version}</version>
295                 <classifier>features</classifier>
296                 <type>xml</type>
297             </dependency>
298             <dependency>
299                 <groupId>org.opendaylight.nic</groupId>
300                 <artifactId>odl-nic-core-mdsal</artifactId>
301                 <version>${nic.version}</version>
302                 <classifier>features</classifier>
303                 <type>xml</type>
304             </dependency>
305             -->
306
307             <!-- OCP Plugin -->
308             <!-- Not active project
309             <dependency>
310                 <groupId>org.opendaylight.ocpplugin</groupId>
311                 <artifactId>odl-ocpplugin-all</artifactId>
312                 <version>${ocpplugin.version}</version>
313                 <classifier>features</classifier>
314                 <type>xml</type>
315             </dependency>
316             -->
317
318             <!-- OF-CONFIG -->
319             <dependency>
320                 <groupId>org.opendaylight.of-config</groupId>
321                 <artifactId>odl-of-config-all</artifactId>
322                 <version>${ofconfig.version}</version>
323                 <classifier>features</classifier>
324                 <type>xml</type>
325             </dependency>
326
327             <!-- P4 Plugin -->
328             <dependency>
329                 <groupId>org.opendaylight.p4plugin</groupId>
330                 <artifactId>odl-p4plugin-all</artifactId>
331                 <version>${p4plugin.version}</version>
332                 <classifier>features</classifier>
333                 <type>xml</type>
334             </dependency>
335
336             <!-- Packetcable -->
337             <dependency>
338                 <groupId>org.opendaylight.packetcable</groupId>
339                 <artifactId>odl-packetcable-policy-model</artifactId>
340                 <version>${packetcable.version}</version>
341                 <classifier>features</classifier>
342                 <type>xml</type>
343             </dependency>
344             <dependency>
345                 <groupId>org.opendaylight.packetcable</groupId>
346                 <artifactId>odl-packetcable-policy-server</artifactId>
347                 <version>${packetcable.version}</version>
348                 <classifier>features</classifier>
349                 <type>xml</type>
350             </dependency>
351             <dependency>
352                 <groupId>org.opendaylight.packetcable</groupId>
353                 <artifactId>odl-packetcable-policy-server-all</artifactId>
354                 <version>${packetcable.version}</version>
355                 <classifier>features</classifier>
356                 <type>xml</type>
357             </dependency>
358
359             <!-- SFC -->
360             <dependency>
361                 <groupId>org.opendaylight.sfc</groupId>
362                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
363                 <version>${sfc.version}</version>
364                 <type>xml</type>
365                 <classifier>features</classifier>
366             </dependency>
367             <dependency>
368                 <groupId>org.opendaylight.sfc</groupId>
369                 <artifactId>odl-sfc-netconf</artifactId>
370                 <version>${sfc.version}</version>
371                 <type>xml</type>
372                 <classifier>features</classifier>
373             </dependency>
374             <dependency>
375                 <groupId>org.opendaylight.sfc</groupId>
376                 <artifactId>odl-sfc-openflow-renderer</artifactId>
377                 <version>${sfc.version}</version>
378                 <type>xml</type>
379                 <classifier>features</classifier>
380             </dependency>
381             <dependency>
382                 <groupId>org.opendaylight.sfc</groupId>
383                 <artifactId>odl-sfc-ovs</artifactId>
384                 <version>${sfc.version}</version>
385                 <type>xml</type>
386                 <classifier>features</classifier>
387             </dependency>
388             <dependency>
389                 <groupId>org.opendaylight.sfc</groupId>
390                 <artifactId>odl-sfc-sb-rest</artifactId>
391                 <version>${sfc.version}</version>
392                 <type>xml</type>
393                 <classifier>features</classifier>
394             </dependency>
395             <dependency>
396                 <groupId>org.opendaylight.sfc</groupId>
397                 <artifactId>odl-sfc-test-consumer</artifactId>
398                 <version>${sfc.version}</version>
399                 <type>xml</type>
400                 <classifier>features</classifier>
401             </dependency>
402             <dependency>
403                 <groupId>org.opendaylight.sfc</groupId>
404                 <artifactId>odl-sfc-ui</artifactId>
405                 <version>${sfc.version}</version>
406                 <type>xml</type>
407                 <classifier>features</classifier>
408             </dependency>
409             <dependency>
410                 <groupId>org.opendaylight.sfc</groupId>
411                 <artifactId>odl-sfc-vpp-renderer</artifactId>
412                 <version>${sfc.version}</version>
413                 <type>xml</type>
414                 <classifier>features</classifier>
415             </dependency>
416             <dependency>
417                 <groupId>org.opendaylight.sfc</groupId>
418                 <artifactId>odl-sfclisp</artifactId>
419                 <version>${sfc.version}</version>
420                 <type>xml</type>
421                 <classifier>features</classifier>
422             </dependency>
423
424             <!-- SNMP -->
425             <dependency>
426                 <groupId>org.opendaylight.snmp</groupId>
427                 <artifactId>odl-snmp-plugin</artifactId>
428                 <version>${snmp.version}</version>
429                 <classifier>features</classifier>
430                 <type>xml</type>
431             </dependency>
432
433             <!-- SNMP4SDN -->
434             <dependency>
435                 <groupId>org.opendaylight.snmp4sdn</groupId>
436                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
437                 <version>${snmp4sdn.version}</version>
438                 <classifier>features</classifier>
439                 <type>xml</type>
440             </dependency>
441
442             <!-- SXP -->
443             <dependency>
444                 <groupId>org.opendaylight.sxp</groupId>
445                 <artifactId>odl-sxp-controller</artifactId>
446                 <version>${sxp.version}</version>
447                 <classifier>features</classifier>
448                 <type>xml</type>
449             </dependency>
450
451             <!-- UNIMGR -->
452             <dependency>
453                 <groupId>org.opendaylight.unimgr</groupId>
454                 <artifactId>odl-unimgr</artifactId>
455                 <version>${unimgr.version}</version>
456                 <classifier>features</classifier>
457                 <type>xml</type>
458             </dependency>
459
460             <!-- USC -->
461             <dependency>
462                 <groupId>org.opendaylight.usc</groupId>
463                 <artifactId>odl-usc-channel-ui</artifactId>
464                 <version>${usc.version}</version>
465                 <classifier>features</classifier>
466                 <type>xml</type>
467             </dependency>
468
469             <!-- VTN -->
470             <dependency>
471                 <groupId>org.opendaylight.vtn</groupId>
472                 <artifactId>odl-vtn-manager-rest</artifactId>
473                 <version>${vtn-manager.version}</version>
474                 <classifier>features</classifier>
475                 <type>xml</type>
476             </dependency>
477             <dependency>
478                 <groupId>org.opendaylight.vtn</groupId>
479                 <artifactId>odl-vtn-manager-neutron</artifactId>
480                 <version>${vtn-manager.version}</version>
481                 <classifier>features</classifier>
482                 <type>xml</type>
483             </dependency>
484         </dependencies>
485     </dependencyManagement>
486 </project>