Revert "Comment NIC project in distribution"
[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             <dependency>
291                 <groupId>org.opendaylight.nic</groupId>
292                 <artifactId>odl-nic-intent-common</artifactId>
293                 <version>${nic.version}</version>
294                 <classifier>features</classifier>
295                 <type>xml</type>
296             </dependency>
297             <dependency>
298                 <groupId>org.opendaylight.nic</groupId>
299                 <artifactId>odl-nic-core-mdsal</artifactId>
300                 <version>${nic.version}</version>
301                 <classifier>features</classifier>
302                 <type>xml</type>
303             </dependency>
304
305             <!-- OCP Plugin -->
306             <!-- Not active project
307             <dependency>
308                 <groupId>org.opendaylight.ocpplugin</groupId>
309                 <artifactId>odl-ocpplugin-all</artifactId>
310                 <version>${ocpplugin.version}</version>
311                 <classifier>features</classifier>
312                 <type>xml</type>
313             </dependency>
314             -->
315
316             <!-- OF-CONFIG -->
317             <dependency>
318                 <groupId>org.opendaylight.of-config</groupId>
319                 <artifactId>odl-of-config-all</artifactId>
320                 <version>${ofconfig.version}</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324
325             <!-- P4 Plugin -->
326             <dependency>
327                 <groupId>org.opendaylight.p4plugin</groupId>
328                 <artifactId>odl-p4plugin-all</artifactId>
329                 <version>${p4plugin.version}</version>
330                 <classifier>features</classifier>
331                 <type>xml</type>
332             </dependency>
333
334             <!-- Packetcable -->
335             <dependency>
336                 <groupId>org.opendaylight.packetcable</groupId>
337                 <artifactId>odl-packetcable-policy-model</artifactId>
338                 <version>${packetcable.version}</version>
339                 <classifier>features</classifier>
340                 <type>xml</type>
341             </dependency>
342             <dependency>
343                 <groupId>org.opendaylight.packetcable</groupId>
344                 <artifactId>odl-packetcable-policy-server</artifactId>
345                 <version>${packetcable.version}</version>
346                 <classifier>features</classifier>
347                 <type>xml</type>
348             </dependency>
349             <dependency>
350                 <groupId>org.opendaylight.packetcable</groupId>
351                 <artifactId>odl-packetcable-policy-server-all</artifactId>
352                 <version>${packetcable.version}</version>
353                 <classifier>features</classifier>
354                 <type>xml</type>
355             </dependency>
356
357             <!-- SFC -->
358             <dependency>
359                 <groupId>org.opendaylight.sfc</groupId>
360                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
361                 <version>${sfc.version}</version>
362                 <type>xml</type>
363                 <classifier>features</classifier>
364             </dependency>
365             <dependency>
366                 <groupId>org.opendaylight.sfc</groupId>
367                 <artifactId>odl-sfc-netconf</artifactId>
368                 <version>${sfc.version}</version>
369                 <type>xml</type>
370                 <classifier>features</classifier>
371             </dependency>
372             <dependency>
373                 <groupId>org.opendaylight.sfc</groupId>
374                 <artifactId>odl-sfc-openflow-renderer</artifactId>
375                 <version>${sfc.version}</version>
376                 <type>xml</type>
377                 <classifier>features</classifier>
378             </dependency>
379             <dependency>
380                 <groupId>org.opendaylight.sfc</groupId>
381                 <artifactId>odl-sfc-ovs</artifactId>
382                 <version>${sfc.version}</version>
383                 <type>xml</type>
384                 <classifier>features</classifier>
385             </dependency>
386             <dependency>
387                 <groupId>org.opendaylight.sfc</groupId>
388                 <artifactId>odl-sfc-sb-rest</artifactId>
389                 <version>${sfc.version}</version>
390                 <type>xml</type>
391                 <classifier>features</classifier>
392             </dependency>
393             <dependency>
394                 <groupId>org.opendaylight.sfc</groupId>
395                 <artifactId>odl-sfc-test-consumer</artifactId>
396                 <version>${sfc.version}</version>
397                 <type>xml</type>
398                 <classifier>features</classifier>
399             </dependency>
400             <dependency>
401                 <groupId>org.opendaylight.sfc</groupId>
402                 <artifactId>odl-sfc-ui</artifactId>
403                 <version>${sfc.version}</version>
404                 <type>xml</type>
405                 <classifier>features</classifier>
406             </dependency>
407             <dependency>
408                 <groupId>org.opendaylight.sfc</groupId>
409                 <artifactId>odl-sfc-vpp-renderer</artifactId>
410                 <version>${sfc.version}</version>
411                 <type>xml</type>
412                 <classifier>features</classifier>
413             </dependency>
414             <dependency>
415                 <groupId>org.opendaylight.sfc</groupId>
416                 <artifactId>odl-sfclisp</artifactId>
417                 <version>${sfc.version}</version>
418                 <type>xml</type>
419                 <classifier>features</classifier>
420             </dependency>
421
422             <!-- SNMP -->
423             <dependency>
424                 <groupId>org.opendaylight.snmp</groupId>
425                 <artifactId>odl-snmp-plugin</artifactId>
426                 <version>${snmp.version}</version>
427                 <classifier>features</classifier>
428                 <type>xml</type>
429             </dependency>
430
431             <!-- SNMP4SDN -->
432             <dependency>
433                 <groupId>org.opendaylight.snmp4sdn</groupId>
434                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
435                 <version>${snmp4sdn.version}</version>
436                 <classifier>features</classifier>
437                 <type>xml</type>
438             </dependency>
439
440             <!-- SXP -->
441             <dependency>
442                 <groupId>org.opendaylight.sxp</groupId>
443                 <artifactId>odl-sxp-controller</artifactId>
444                 <version>${sxp.version}</version>
445                 <classifier>features</classifier>
446                 <type>xml</type>
447             </dependency>
448
449             <!-- UNIMGR -->
450             <dependency>
451                 <groupId>org.opendaylight.unimgr</groupId>
452                 <artifactId>odl-unimgr</artifactId>
453                 <version>${unimgr.version}</version>
454                 <classifier>features</classifier>
455                 <type>xml</type>
456             </dependency>
457
458             <!-- USC -->
459             <dependency>
460                 <groupId>org.opendaylight.usc</groupId>
461                 <artifactId>odl-usc-channel-ui</artifactId>
462                 <version>${usc.version}</version>
463                 <classifier>features</classifier>
464                 <type>xml</type>
465             </dependency>
466
467             <!-- VTN -->
468             <dependency>
469                 <groupId>org.opendaylight.vtn</groupId>
470                 <artifactId>odl-vtn-manager-rest</artifactId>
471                 <version>${vtn-manager.version}</version>
472                 <classifier>features</classifier>
473                 <type>xml</type>
474             </dependency>
475             <dependency>
476                 <groupId>org.opendaylight.vtn</groupId>
477                 <artifactId>odl-vtn-manager-neutron</artifactId>
478                 <version>${vtn-manager.version}</version>
479                 <classifier>features</classifier>
480                 <type>xml</type>
481             </dependency>
482         </dependencies>
483     </dependencyManagement>
484 </project>