Update SFC features in Oxygen
[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             <!-- Removed for the odlparent 3 / yangtools 2 migration
63             <dependency>
64                 <groupId>org.opendaylight.alto</groupId>
65                 <artifactId>odl-alto-simpleird</artifactId>
66                 <version>${alto.version}</version>
67                 <classifier>features</classifier>
68                 <type>xml</type>
69             </dependency>
70             <dependency>
71                 <groupId>org.opendaylight.alto</groupId>
72                 <artifactId>odl-alto-manual-maps</artifactId>
73                 <version>${alto.version}</version>
74                 <classifier>features</classifier>
75                 <type>xml</type>
76             </dependency>
77             <dependency>
78                 <groupId>org.opendaylight.alto</groupId>
79                 <artifactId>odl-alto-simpleecs</artifactId>
80                 <version>${alto.version}</version>
81                 <classifier>features</classifier>
82                 <type>xml</type>
83             </dependency>
84             <dependency>
85                 <groupId>org.opendaylight.alto</groupId>
86                 <artifactId>odl-alto-auto-maps</artifactId>
87                 <version>${alto.version}</version>
88                 <classifier>features</classifier>
89                 <type>xml</type>
90             </dependency>
91             <dependency>
92                 <groupId>org.opendaylight.alto</groupId>
93                 <artifactId>odl-alto-spce</artifactId>
94                 <version>${alto.version}</version>
95                 <classifier>features</classifier>
96                 <type>xml</type>
97             </dependency>
98             -->
99
100             <!-- BIER -->
101             <!-- Comment due to fail merge job
102             <dependency>
103                 <groupId>org.opendaylight.bier</groupId>
104                 <artifactId>odl-bier-all</artifactId>
105                 <version>${bier.version}</version>
106                 <classifier>features</classifier>
107                 <type>xml</type>
108             </dependency>
109             -->
110
111             <!-- CONTROLLER -->
112             <dependency>
113                 <groupId>org.opendaylight.controller</groupId>
114                 <artifactId>odl-mdsal-broker</artifactId>
115                 <version>${mdsal.version}</version>
116                 <classifier>features</classifier>
117                 <type>xml</type>
118             </dependency>
119
120             <!-- Dlux Apps -->
121             <dependency>
122                 <groupId>org.opendaylight.dluxapps</groupId>
123                 <artifactId>odl-dluxapps-nodes</artifactId>
124                 <version>${dluxapps.version}</version>
125                 <type>xml</type>
126                 <classifier>features</classifier>
127             </dependency>
128             <dependency>
129                 <groupId>org.opendaylight.dluxapps</groupId>
130                 <artifactId>odl-dluxapps-topology</artifactId>
131                 <version>${dluxapps.version}</version>
132                 <classifier>features</classifier>
133                 <type>xml</type>
134             </dependency>
135             <dependency>
136                 <groupId>org.opendaylight.dluxapps</groupId>
137                 <artifactId>odl-dluxapps-yangman</artifactId>
138                 <version>${dluxapps.version}</version>
139                 <classifier>features</classifier>
140                 <type>xml</type>
141             </dependency>
142             <dependency>
143                 <groupId>org.opendaylight.dluxapps</groupId>
144                 <artifactId>odl-dluxapps-yangvisualizer</artifactId>
145                 <version>${dluxapps.version}</version>
146                 <type>xml</type>
147                 <classifier>features</classifier>
148             </dependency>
149
150             <!-- Eman -->
151             <!-- Removed for the odlparent 3 / yangtools 2 migration
152             <dependency>
153                 <groupId>org.opendaylight.eman</groupId>
154                 <artifactId>odl-eman-ui</artifactId>
155                 <version>${eman.version}</version>
156                 <type>xml</type>
157                 <classifier>features</classifier>
158             </dependency>
159             <dependency>
160                 <groupId>org.opendaylight.eman</groupId>
161                 <artifactId>odl-eman-api</artifactId>
162                 <version>${eman.version}</version>
163                 <type>xml</type>
164                 <classifier>features</classifier>
165             </dependency>
166             <dependency>
167                 <groupId>org.opendaylight.eman</groupId>
168                 <artifactId>odl-eman</artifactId>
169                 <version>${eman.version}</version>
170                 <type>xml</type>
171                 <classifier>features</classifier>
172             </dependency>
173             -->
174
175             <!-- FAAS -->
176             <!-- Removed for the odlparent 3 / yangtools 2 migration
177             <dependency>
178                 <groupId>org.opendaylight.faas</groupId>
179                 <artifactId>odl-faas-base</artifactId>
180                 <version>${faas.version}</version>
181                 <type>xml</type>
182                 <classifier>features</classifier>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.faas</groupId>
186                 <artifactId>odl-faas-vxlan-ovs-adapter</artifactId>
187                 <version>${faas.version}</version>
188                 <type>xml</type>
189                 <classifier>features</classifier>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.faas</groupId>
193                 <artifactId>odl-faas-vxlan-fabric</artifactId>
194                 <version>${faas.version}</version>
195                 <type>xml</type>
196                 <classifier>features</classifier>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.faas</groupId>
200                 <artifactId>odl-faas-vlan-fabric</artifactId>
201                 <version>${faas.version}</version>
202                 <type>xml</type>
203                 <classifier>features</classifier>
204             </dependency>
205             <dependency>
206                 <groupId>org.opendaylight.faas</groupId>
207                 <artifactId>odl-faas-fabric</artifactId>
208                 <version>${faas.version}</version>
209                 <type>xml</type>
210                 <classifier>features</classifier>
211             </dependency>
212             <dependency>
213                 <groupId>org.opendaylight.faas</groupId>
214                 <artifactId>odl-faas-fabricmgr</artifactId>
215                 <version>${faas.version}</version>
216                 <type>xml</type>
217                 <classifier>features</classifier>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.faas</groupId>
221                 <artifactId>odl-faas-uln-mapper</artifactId>
222                 <version>${faas.version}</version>
223                 <type>xml</type>
224                 <classifier>features</classifier>
225             </dependency>
226             <dependency>
227                 <groupId>org.opendaylight.faas</groupId>
228                 <artifactId>odl-faas-all</artifactId>
229                 <version>${faas.version}</version>
230                 <type>xml</type>
231                 <classifier>features</classifier>
232             </dependency>
233             -->
234
235             <!-- L2switch -->
236             <dependency>
237                 <groupId>org.opendaylight.l2switch</groupId>
238                 <artifactId>odl-l2switch-switch</artifactId>
239                 <version>${l2switch.version}</version>
240                 <classifier>features</classifier>
241                 <type>xml</type>
242             </dependency>
243             <dependency>
244                 <groupId>org.opendaylight.l2switch</groupId>
245                 <artifactId>odl-l2switch-switch-rest</artifactId>
246                 <version>${l2switch.version}</version>
247                 <classifier>features</classifier>
248                 <type>xml</type>
249             </dependency>
250             <dependency>
251                 <groupId>org.opendaylight.l2switch</groupId>
252                 <artifactId>odl-l2switch-switch-ui</artifactId>
253                 <version>${l2switch.version}</version>
254                 <classifier>features</classifier>
255                 <type>xml</type>
256             </dependency>
257
258             <!-- NEMO -->
259             <!-- Removed for the odlparent 3 / yangtools 2 migration
260             <dependency>
261                 <groupId>org.opendaylight.nemo</groupId>
262                 <artifactId>odl-nemo-engine</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-rest</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-engine-ui</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-openflow-renderer</artifactId>
284                 <version>${nemo.version}</version>
285                 <classifier>features</classifier>
286                 <type>xml</type>
287             </dependency>
288             <dependency>
289                 <groupId>org.opendaylight.nemo</groupId>
290                 <artifactId>odl-nemo-cli-renderer</artifactId>
291                 <version>${nemo.version}</version>
292                 <classifier>features</classifier>
293                 <type>xml</type>
294             </dependency>
295             -->
296
297             <!-- NIC -->
298             <!-- Removed for the odlparent 3 / yangtools 2 migration
299             <dependency>
300                 <groupId>org.opendaylight.nic</groupId>
301                 <artifactId>odl-nic-intent-common</artifactId>
302                 <version>${nic.version}</version>
303                 <classifier>features</classifier>
304                 <type>xml</type>
305             </dependency>
306             <dependency>
307                 <groupId>org.opendaylight.nic</groupId>
308                 <artifactId>odl-nic-core-mdsal</artifactId>
309                 <version>${nic.version}</version>
310                 <classifier>features</classifier>
311                 <type>xml</type>
312             </dependency>
313             -->
314
315             <!-- OCP Plugin -->
316             <!-- Not active project
317             <dependency>
318                 <groupId>org.opendaylight.ocpplugin</groupId>
319                 <artifactId>odl-ocpplugin-all</artifactId>
320                 <version>${ocpplugin.version}</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324             -->
325
326             <!-- OF-CONFIG -->
327             <!-- Removed for the odlparent 3 / yangtools 2 migration
328             <dependency>
329                 <groupId>org.opendaylight.of-config</groupId>
330                 <artifactId>odl-of-config-all</artifactId>
331                 <version>${ofconfig.version}</version>
332                 <classifier>features</classifier>
333                 <type>xml</type>
334             </dependency>
335             -->
336
337             <!-- P4 Plugin -->
338             <!-- Removed for the odlparent 3 / yangtools 2 migration
339             <dependency>
340                 <groupId>org.opendaylight.p4plugin</groupId>
341                 <artifactId>odl-p4plugin-all</artifactId>
342                 <version>${p4plugin.version}</version>
343                 <classifier>features</classifier>
344                 <type>xml</type>
345             </dependency>
346             -->
347
348             <!-- Packetcable -->
349             <!-- Removed for the odlparent 3 / yangtools 2 migration
350             <dependency>
351                 <groupId>org.opendaylight.packetcable</groupId>
352                 <artifactId>odl-packetcable-policy-model</artifactId>
353                 <version>${packetcable.version}</version>
354                 <classifier>features</classifier>
355                 <type>xml</type>
356             </dependency>
357             <dependency>
358                 <groupId>org.opendaylight.packetcable</groupId>
359                 <artifactId>odl-packetcable-policy-server</artifactId>
360                 <version>${packetcable.version}</version>
361                 <classifier>features</classifier>
362                 <type>xml</type>
363             </dependency>
364             <dependency>
365                 <groupId>org.opendaylight.packetcable</groupId>
366                 <artifactId>odl-packetcable-policy-server-all</artifactId>
367                 <version>${packetcable.version}</version>
368                 <classifier>features</classifier>
369                 <type>xml</type>
370             </dependency>
371             -->
372
373             <!-- SFC -->
374             <dependency>
375                 <groupId>org.opendaylight.sfc</groupId>
376                 <artifactId>odl-sfc-ios-xe-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-netconf</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-openflow-renderer</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-ovs</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-sb-rest</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-ui</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-sfc-vpp-renderer</artifactId>
419                 <version>${sfc.version}</version>
420                 <type>xml</type>
421                 <classifier>features</classifier>
422             </dependency>
423             <dependency>
424                 <groupId>org.opendaylight.sfc</groupId>
425                 <artifactId>odl-sfclisp</artifactId>
426                 <version>${sfc.version}</version>
427                 <type>xml</type>
428                 <classifier>features</classifier>
429             </dependency>
430             <dependency>
431                 <groupId>org.opendaylight.sfc</groupId>
432                 <artifactId>odl-sfc-shell</artifactId>
433                 <version>${sfc.version}</version>
434                 <type>xml</type>
435                 <classifier>features</classifier>
436             </dependency>
437
438             <!-- SNMP -->
439             <dependency>
440                 <groupId>org.opendaylight.snmp</groupId>
441                 <artifactId>odl-snmp-plugin</artifactId>
442                 <version>${snmp.version}</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446
447             <!-- SNMP4SDN -->
448             <!-- Removed for the odlparent 3 / yangtools 2 migration
449             <dependency>
450                 <groupId>org.opendaylight.snmp4sdn</groupId>
451                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
452                 <version>${snmp4sdn.version}</version>
453                 <classifier>features</classifier>
454                 <type>xml</type>
455             </dependency>
456             -->
457
458             <!-- SXP -->
459             <dependency>
460                 <groupId>org.opendaylight.sxp</groupId>
461                 <artifactId>odl-sxp-controller</artifactId>
462                 <version>${sxp.version}</version>
463                 <classifier>features</classifier>
464                 <type>xml</type>
465             </dependency>
466
467             <!-- UNIMGR -->
468             <!-- Removed for the odlparent 3 / yangtools 2 migration
469             <dependency>
470                 <groupId>org.opendaylight.unimgr</groupId>
471                 <artifactId>odl-unimgr</artifactId>
472                 <version>${unimgr.version}</version>
473                 <classifier>features</classifier>
474                 <type>xml</type>
475             </dependency>
476             -->
477
478             <!-- USC -->
479             <!-- Removed for the odlparent 3 / yangtools 2 migration
480             <dependency>
481                 <groupId>org.opendaylight.usc</groupId>
482                 <artifactId>odl-usc-channel-ui</artifactId>
483                 <version>${usc.version}</version>
484                 <classifier>features</classifier>
485                 <type>xml</type>
486             </dependency>
487             -->
488
489             <!-- VTN -->
490             <!-- Removed for the odlparent 3 / yangtools 2 migration
491             <dependency>
492                 <groupId>org.opendaylight.vtn</groupId>
493                 <artifactId>odl-vtn-manager-rest</artifactId>
494                 <version>${vtn-manager.version}</version>
495                 <classifier>features</classifier>
496                 <type>xml</type>
497             </dependency>
498             <dependency>
499                 <groupId>org.opendaylight.vtn</groupId>
500                 <artifactId>odl-vtn-manager-neutron</artifactId>
501                 <version>${vtn-manager.version}</version>
502                 <classifier>features</classifier>
503                 <type>xml</type>
504             </dependency>
505             -->
506         </dependencies>
507     </dependencyManagement>
508 </project>