Remove VTN from Nitrogen 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.7.3-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             <dependency>
100                 <groupId>org.opendaylight.bier</groupId>
101                 <artifactId>odl-bier-all</artifactId>
102                 <version>${bier.version}</version>
103                 <classifier>features</classifier>
104                 <type>xml</type>
105             </dependency>
106
107             <!-- Cardinal -->
108             <dependency>
109                 <groupId>org.opendaylight.cardinal</groupId>
110                 <artifactId>odl-cardinal-ui</artifactId>
111                 <version>${cardinal.version}</version>
112                 <type>xml</type>
113                 <classifier>features</classifier>
114             </dependency>
115             <dependency>
116                 <groupId>org.opendaylight.cardinal</groupId>
117                 <artifactId>odl-cardinal</artifactId>
118                 <version>${cardinal.version}</version>
119                 <type>xml</type>
120                 <classifier>features</classifier>
121             </dependency>
122
123             <!-- CONTROLLER -->
124             <dependency>
125                 <groupId>org.opendaylight.controller</groupId>
126                 <artifactId>odl-mdsal-broker</artifactId>
127                 <version>${mdsal.version}</version>
128                 <classifier>features</classifier>
129                 <type>xml</type>
130             </dependency>
131
132             <!-- Dlux Apps -->
133             <dependency>
134                 <groupId>org.opendaylight.dluxapps</groupId>
135                 <artifactId>odl-dluxapps-nodes</artifactId>
136                 <version>${dluxapps.version}</version>
137                 <type>xml</type>
138                 <classifier>features</classifier>
139             </dependency>
140             <dependency>
141                 <groupId>org.opendaylight.dluxapps</groupId>
142                 <artifactId>odl-dluxapps-topology</artifactId>
143                 <version>${dluxapps.version}</version>
144                 <classifier>features</classifier>
145                 <type>xml</type>
146             </dependency>
147             <dependency>
148                 <groupId>org.opendaylight.dluxapps</groupId>
149                 <artifactId>odl-dluxapps-yangman</artifactId>
150                 <version>${dluxapps.version}</version>
151                 <classifier>features</classifier>
152                 <type>xml</type>
153             </dependency>
154             <dependency>
155                 <groupId>org.opendaylight.dluxapps</groupId>
156                 <artifactId>odl-dluxapps-yangvisualizer</artifactId>
157                 <version>${dluxapps.version}</version>
158                 <type>xml</type>
159                 <classifier>features</classifier>
160             </dependency>
161
162             <!-- Eman -->
163             <dependency>
164                 <groupId>org.opendaylight.eman</groupId>
165                 <artifactId>odl-eman-ui</artifactId>
166                 <version>${eman.version}</version>
167                 <type>xml</type>
168                 <classifier>features</classifier>
169             </dependency>
170             <dependency>
171                 <groupId>org.opendaylight.eman</groupId>
172                 <artifactId>odl-eman-api</artifactId>
173                 <version>${eman.version}</version>
174                 <type>xml</type>
175                 <classifier>features</classifier>
176             </dependency>
177             <dependency>
178                 <groupId>org.opendaylight.eman</groupId>
179                 <artifactId>odl-eman</artifactId>
180                 <version>${eman.version}</version>
181                 <type>xml</type>
182                 <classifier>features</classifier>
183             </dependency>
184
185             <!-- FAAS -->
186             <dependency>
187                 <groupId>org.opendaylight.faas</groupId>
188                 <artifactId>odl-faas-base</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-vxlan-ovs-adapter</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-vxlan-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-vlan-fabric</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-fabric</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-fabricmgr</artifactId>
224                 <version>${faas.version}</version>
225                 <type>xml</type>
226                 <classifier>features</classifier>
227             </dependency>
228             <dependency>
229                 <groupId>org.opendaylight.faas</groupId>
230                 <artifactId>odl-faas-uln-mapper</artifactId>
231                 <version>${faas.version}</version>
232                 <type>xml</type>
233                 <classifier>features</classifier>
234             </dependency>
235             <dependency>
236                 <groupId>org.opendaylight.faas</groupId>
237                 <artifactId>odl-faas-all</artifactId>
238                 <version>${faas.version}</version>
239                 <type>xml</type>
240                 <classifier>features</classifier>
241             </dependency>
242
243             <!-- L2switch -->
244             <dependency>
245                 <groupId>org.opendaylight.l2switch</groupId>
246                 <artifactId>odl-l2switch-switch</artifactId>
247                 <version>${l2switch.version}</version>
248                 <classifier>features</classifier>
249                 <type>xml</type>
250             </dependency>
251             <dependency>
252                 <groupId>org.opendaylight.l2switch</groupId>
253                 <artifactId>odl-l2switch-switch-rest</artifactId>
254                 <version>${l2switch.version}</version>
255                 <classifier>features</classifier>
256                 <type>xml</type>
257             </dependency>
258             <dependency>
259                 <groupId>org.opendaylight.l2switch</groupId>
260                 <artifactId>odl-l2switch-switch-ui</artifactId>
261                 <version>${l2switch.version}</version>
262                 <classifier>features</classifier>
263                 <type>xml</type>
264             </dependency>
265
266             <!-- NEMO -->
267             <dependency>
268                 <groupId>org.opendaylight.nemo</groupId>
269                 <artifactId>odl-nemo-engine</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-rest</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-engine-ui</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-openflow-renderer</artifactId>
291                 <version>${nemo.version}</version>
292                 <classifier>features</classifier>
293                 <type>xml</type>
294             </dependency>
295             <dependency>
296                 <groupId>org.opendaylight.nemo</groupId>
297                 <artifactId>odl-nemo-cli-renderer</artifactId>
298                 <version>${nemo.version}</version>
299                 <classifier>features</classifier>
300                 <type>xml</type>
301             </dependency>
302
303             <!-- NIC -->
304             <dependency>
305                 <groupId>org.opendaylight.nic</groupId>
306                 <artifactId>odl-nic-intent-common</artifactId>
307                 <version>${nic.version}</version>
308                 <classifier>features</classifier>
309                 <type>xml</type>
310             </dependency>
311             <dependency>
312                 <groupId>org.opendaylight.nic</groupId>
313                 <artifactId>odl-nic-core-mdsal</artifactId>
314                 <version>${nic.version}</version>
315                 <classifier>features</classifier>
316                 <type>xml</type>
317             </dependency>
318
319             <!-- OCP Plugin -->
320             <dependency>
321                 <groupId>org.opendaylight.ocpplugin</groupId>
322                 <artifactId>odl-ocpplugin-all</artifactId>
323                 <version>${ocpplugin.version}</version>
324                 <classifier>features</classifier>
325                 <type>xml</type>
326             </dependency>
327
328             <!-- OF-CONFIG -->
329             <dependency>
330                 <groupId>org.opendaylight.of-config</groupId>
331                 <artifactId>odl-of-config-all</artifactId>
332                 <version>${ofconfig.version}</version>
333                 <classifier>features</classifier>
334                 <type>xml</type>
335             </dependency>
336
337             <!-- Packetcable -->
338             <dependency>
339                 <groupId>org.opendaylight.packetcable</groupId>
340                 <artifactId>odl-packetcable-policy-model</artifactId>
341                 <version>${packetcable.version}</version>
342                 <classifier>features</classifier>
343                 <type>xml</type>
344             </dependency>
345             <dependency>
346                 <groupId>org.opendaylight.packetcable</groupId>
347                 <artifactId>odl-packetcable-policy-server</artifactId>
348                 <version>${packetcable.version}</version>
349                 <classifier>features</classifier>
350                 <type>xml</type>
351             </dependency>
352             <dependency>
353                 <groupId>org.opendaylight.packetcable</groupId>
354                 <artifactId>odl-packetcable-policy-server-all</artifactId>
355                 <version>${packetcable.version}</version>
356                 <classifier>features</classifier>
357                 <type>xml</type>
358             </dependency>
359
360             <!-- SFC -->
361             <dependency>
362                 <groupId>org.opendaylight.sfc</groupId>
363                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
364                 <version>${sfc.version}</version>
365                 <type>xml</type>
366                 <classifier>features</classifier>
367             </dependency>
368             <dependency>
369                 <groupId>org.opendaylight.sfc</groupId>
370                 <artifactId>odl-sfc-netconf</artifactId>
371                 <version>${sfc.version}</version>
372                 <type>xml</type>
373                 <classifier>features</classifier>
374             </dependency>
375             <dependency>
376                 <groupId>org.opendaylight.sfc</groupId>
377                 <artifactId>odl-sfc-openflow-renderer</artifactId>
378                 <version>${sfc.version}</version>
379                 <type>xml</type>
380                 <classifier>features</classifier>
381             </dependency>
382             <dependency>
383                 <groupId>org.opendaylight.sfc</groupId>
384                 <artifactId>odl-sfc-ovs</artifactId>
385                 <version>${sfc.version}</version>
386                 <type>xml</type>
387                 <classifier>features</classifier>
388             </dependency>
389             <dependency>
390                 <groupId>org.opendaylight.sfc</groupId>
391                 <artifactId>odl-sfc-sb-rest</artifactId>
392                 <version>${sfc.version}</version>
393                 <type>xml</type>
394                 <classifier>features</classifier>
395             </dependency>
396             <dependency>
397                 <groupId>org.opendaylight.sfc</groupId>
398                 <artifactId>odl-sfc-test-consumer</artifactId>
399                 <version>${sfc.version}</version>
400                 <type>xml</type>
401                 <classifier>features</classifier>
402             </dependency>
403             <dependency>
404                 <groupId>org.opendaylight.sfc</groupId>
405                 <artifactId>odl-sfc-ui</artifactId>
406                 <version>${sfc.version}</version>
407                 <type>xml</type>
408                 <classifier>features</classifier>
409             </dependency>
410             <dependency>
411                 <groupId>org.opendaylight.sfc</groupId>
412                 <artifactId>odl-sfc-vpp-renderer</artifactId>
413                 <version>${sfc.version}</version>
414                 <type>xml</type>
415                 <classifier>features</classifier>
416             </dependency>
417             <dependency>
418                 <groupId>org.opendaylight.sfc</groupId>
419                 <artifactId>odl-sfclisp</artifactId>
420                 <version>${sfc.version}</version>
421                 <type>xml</type>
422                 <classifier>features</classifier>
423             </dependency>
424
425             <!-- SNMP -->
426             <dependency>
427                 <groupId>org.opendaylight.snmp</groupId>
428                 <artifactId>odl-snmp-plugin</artifactId>
429                 <version>${snmp.version}</version>
430                 <classifier>features</classifier>
431                 <type>xml</type>
432             </dependency>
433
434             <!-- SNMP4SDN -->
435             <dependency>
436                 <groupId>org.opendaylight.snmp4sdn</groupId>
437                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
438                 <version>${snmp4sdn.version}</version>
439                 <classifier>features</classifier>
440                 <type>xml</type>
441             </dependency>
442
443             <!-- SXP -->
444             <dependency>
445                 <groupId>org.opendaylight.sxp</groupId>
446                 <artifactId>odl-sxp-controller</artifactId>
447                 <version>${sxp.version}</version>
448                 <classifier>features</classifier>
449                 <type>xml</type>
450             </dependency>
451
452             <!-- TTP -->
453             <dependency>
454                 <groupId>org.opendaylight.ttp</groupId>
455                 <artifactId>odl-ttp-model-rest</artifactId>
456                 <version>${ttp.version}</version>
457                 <classifier>features</classifier>
458                 <type>xml</type>
459             </dependency>
460
461             <!-- UNIMGR -->
462             <dependency>
463                 <groupId>org.opendaylight.unimgr</groupId>
464                 <artifactId>odl-unimgr</artifactId>
465                 <version>${unimgr.version}</version>
466                 <classifier>features</classifier>
467                 <type>xml</type>
468             </dependency>
469
470             <!-- USC -->
471             <dependency>
472                 <groupId>org.opendaylight.usc</groupId>
473                 <artifactId>odl-usc-channel-ui</artifactId>
474                 <version>${usc.version}</version>
475                 <classifier>features</classifier>
476                 <type>xml</type>
477             </dependency>
478
479         </dependencies>
480     </dependencyManagement>
481 </project>