141472eecc74fec2b4feca64dce1a9a67abc756d
[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             <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             <!-- Dlux Apps -->
124             <dependency>
125                 <groupId>org.opendaylight.dluxapps</groupId>
126                 <artifactId>odl-dluxapps-nodes</artifactId>
127                 <version>${dluxapps.version}</version>
128                 <type>xml</type>
129                 <classifier>features</classifier>
130             </dependency>
131             <dependency>
132                 <groupId>org.opendaylight.dluxapps</groupId>
133                 <artifactId>odl-dluxapps-topology</artifactId>
134                 <version>${dluxapps.version}</version>
135                 <classifier>features</classifier>
136                 <type>xml</type>
137             </dependency>
138             <dependency>
139                 <groupId>org.opendaylight.dluxapps</groupId>
140                 <artifactId>odl-dluxapps-yangman</artifactId>
141                 <version>${dluxapps.version}</version>
142                 <classifier>features</classifier>
143                 <type>xml</type>
144             </dependency>
145             <dependency>
146                 <groupId>org.opendaylight.dluxapps</groupId>
147                 <artifactId>odl-dluxapps-yangvisualizer</artifactId>
148                 <version>${dluxapps.version}</version>
149                 <type>xml</type>
150                 <classifier>features</classifier>
151             </dependency>
152
153             <!-- FAAS -->
154             <dependency>
155                 <groupId>org.opendaylight.faas</groupId>
156                 <artifactId>odl-faas-base</artifactId>
157                 <version>${faas.version}</version>
158                 <type>xml</type>
159                 <classifier>features</classifier>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.faas</groupId>
163                 <artifactId>odl-faas-vxlan-ovs-adapter</artifactId>
164                 <version>${faas.version}</version>
165                 <type>xml</type>
166                 <classifier>features</classifier>
167             </dependency>
168             <dependency>
169                 <groupId>org.opendaylight.faas</groupId>
170                 <artifactId>odl-faas-vxlan-fabric</artifactId>
171                 <version>${faas.version}</version>
172                 <type>xml</type>
173                 <classifier>features</classifier>
174             </dependency>
175             <dependency>
176                 <groupId>org.opendaylight.faas</groupId>
177                 <artifactId>odl-faas-vlan-fabric</artifactId>
178                 <version>${faas.version}</version>
179                 <type>xml</type>
180                 <classifier>features</classifier>
181             </dependency>
182             <dependency>
183                 <groupId>org.opendaylight.faas</groupId>
184                 <artifactId>odl-faas-fabric</artifactId>
185                 <version>${faas.version}</version>
186                 <type>xml</type>
187                 <classifier>features</classifier>
188             </dependency>
189             <dependency>
190                 <groupId>org.opendaylight.faas</groupId>
191                 <artifactId>odl-faas-fabricmgr</artifactId>
192                 <version>${faas.version}</version>
193                 <type>xml</type>
194                 <classifier>features</classifier>
195             </dependency>
196             <dependency>
197                 <groupId>org.opendaylight.faas</groupId>
198                 <artifactId>odl-faas-uln-mapper</artifactId>
199                 <version>${faas.version}</version>
200                 <type>xml</type>
201                 <classifier>features</classifier>
202             </dependency>
203             <dependency>
204                 <groupId>org.opendaylight.faas</groupId>
205                 <artifactId>odl-faas-all</artifactId>
206                 <version>${faas.version}</version>
207                 <type>xml</type>
208                 <classifier>features</classifier>
209             </dependency>
210
211             <!-- L2switch -->
212             <dependency>
213                 <groupId>org.opendaylight.l2switch</groupId>
214                 <artifactId>odl-l2switch-switch</artifactId>
215                 <version>${l2switch.version}</version>
216                 <classifier>features</classifier>
217                 <type>xml</type>
218             </dependency>
219             <dependency>
220                 <groupId>org.opendaylight.l2switch</groupId>
221                 <artifactId>odl-l2switch-switch-rest</artifactId>
222                 <version>${l2switch.version}</version>
223                 <classifier>features</classifier>
224                 <type>xml</type>
225             </dependency>
226             <dependency>
227                 <groupId>org.opendaylight.l2switch</groupId>
228                 <artifactId>odl-l2switch-switch-ui</artifactId>
229                 <version>${l2switch.version}</version>
230                 <classifier>features</classifier>
231                 <type>xml</type>
232             </dependency>
233
234             <!-- NEMO -->
235             <dependency>
236                 <groupId>org.opendaylight.nemo</groupId>
237                 <artifactId>odl-nemo-engine</artifactId>
238                 <version>${nemo.version}</version>
239                 <classifier>features</classifier>
240                 <type>xml</type>
241             </dependency>
242             <dependency>
243                 <groupId>org.opendaylight.nemo</groupId>
244                 <artifactId>odl-nemo-engine-rest</artifactId>
245                 <version>${nemo.version}</version>
246                 <classifier>features</classifier>
247                 <type>xml</type>
248             </dependency>
249             <dependency>
250                 <groupId>org.opendaylight.nemo</groupId>
251                 <artifactId>odl-nemo-engine-ui</artifactId>
252                 <version>${nemo.version}</version>
253                 <classifier>features</classifier>
254                 <type>xml</type>
255             </dependency>
256             <dependency>
257                 <groupId>org.opendaylight.nemo</groupId>
258                 <artifactId>odl-nemo-openflow-renderer</artifactId>
259                 <version>${nemo.version}</version>
260                 <classifier>features</classifier>
261                 <type>xml</type>
262             </dependency>
263             <dependency>
264                 <groupId>org.opendaylight.nemo</groupId>
265                 <artifactId>odl-nemo-cli-renderer</artifactId>
266                 <version>${nemo.version}</version>
267                 <classifier>features</classifier>
268                 <type>xml</type>
269             </dependency>
270
271             <!-- NIC -->
272             <dependency>
273                 <groupId>org.opendaylight.nic</groupId>
274                 <artifactId>odl-nic-intent-common</artifactId>
275                 <version>${nic.version}</version>
276                 <classifier>features</classifier>
277                 <type>xml</type>
278             </dependency>
279             <dependency>
280                 <groupId>org.opendaylight.nic</groupId>
281                 <artifactId>odl-nic-core-mdsal</artifactId>
282                 <version>${nic.version}</version>
283                 <classifier>features</classifier>
284                 <type>xml</type>
285             </dependency>
286
287             <!-- OCP Plugin -->
288             <dependency>
289                 <groupId>org.opendaylight.ocpplugin</groupId>
290                 <artifactId>odl-ocpplugin-all</artifactId>
291                 <version>${ocpplugin.version}</version>
292                 <classifier>features</classifier>
293                 <type>xml</type>
294             </dependency>
295
296             <!-- OF-CONFIG -->
297             <dependency>
298                 <groupId>org.opendaylight.of-config</groupId>
299                 <artifactId>odl-of-config-all</artifactId>
300                 <version>${ofconfig.version}</version>
301                 <classifier>features</classifier>
302                 <type>xml</type>
303             </dependency>
304
305             <!-- Packetcable -->
306             <dependency>
307                 <groupId>org.opendaylight.packetcable</groupId>
308                 <artifactId>odl-packetcable-policy-model</artifactId>
309                 <version>${packetcable.version}</version>
310                 <classifier>features</classifier>
311                 <type>xml</type>
312             </dependency>
313             <dependency>
314                 <groupId>org.opendaylight.packetcable</groupId>
315                 <artifactId>odl-packetcable-policy-server</artifactId>
316                 <version>${packetcable.version}</version>
317                 <classifier>features</classifier>
318                 <type>xml</type>
319             </dependency>
320             <dependency>
321                 <groupId>org.opendaylight.packetcable</groupId>
322                 <artifactId>odl-packetcable-policy-server-all</artifactId>
323                 <version>${packetcable.version}</version>
324                 <classifier>features</classifier>
325                 <type>xml</type>
326             </dependency>
327
328             <!-- SFC -->
329             <dependency>
330                 <groupId>org.opendaylight.sfc</groupId>
331                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
332                 <version>${sfc.version}</version>
333                 <type>xml</type>
334                 <classifier>features</classifier>
335             </dependency>
336             <dependency>
337                 <groupId>org.opendaylight.sfc</groupId>
338                 <artifactId>odl-sfc-netconf</artifactId>
339                 <version>${sfc.version}</version>
340                 <type>xml</type>
341                 <classifier>features</classifier>
342             </dependency>
343             <dependency>
344                 <groupId>org.opendaylight.sfc</groupId>
345                 <artifactId>odl-sfc-openflow-renderer</artifactId>
346                 <version>${sfc.version}</version>
347                 <type>xml</type>
348                 <classifier>features</classifier>
349             </dependency>
350             <dependency>
351                 <groupId>org.opendaylight.sfc</groupId>
352                 <artifactId>odl-sfc-ovs</artifactId>
353                 <version>${sfc.version}</version>
354                 <type>xml</type>
355                 <classifier>features</classifier>
356             </dependency>
357             <dependency>
358                 <groupId>org.opendaylight.sfc</groupId>
359                 <artifactId>odl-sfc-sb-rest</artifactId>
360                 <version>${sfc.version}</version>
361                 <type>xml</type>
362                 <classifier>features</classifier>
363             </dependency>
364             <dependency>
365                 <groupId>org.opendaylight.sfc</groupId>
366                 <artifactId>odl-sfc-test-consumer</artifactId>
367                 <version>${sfc.version}</version>
368                 <type>xml</type>
369                 <classifier>features</classifier>
370             </dependency>
371             <dependency>
372                 <groupId>org.opendaylight.sfc</groupId>
373                 <artifactId>odl-sfc-ui</artifactId>
374                 <version>${sfc.version}</version>
375                 <type>xml</type>
376                 <classifier>features</classifier>
377             </dependency>
378             <dependency>
379                 <groupId>org.opendaylight.sfc</groupId>
380                 <artifactId>odl-sfc-vpp-renderer</artifactId>
381                 <version>${sfc.version}</version>
382                 <type>xml</type>
383                 <classifier>features</classifier>
384             </dependency>
385             <dependency>
386                 <groupId>org.opendaylight.sfc</groupId>
387                 <artifactId>odl-sfclisp</artifactId>
388                 <version>${sfc.version}</version>
389                 <type>xml</type>
390                 <classifier>features</classifier>
391             </dependency>
392
393             <!-- SNMP -->
394             <dependency>
395                 <groupId>org.opendaylight.snmp</groupId>
396                 <artifactId>odl-snmp-plugin</artifactId>
397                 <version>${snmp.version}</version>
398                 <classifier>features</classifier>
399                 <type>xml</type>
400             </dependency>
401
402             <!-- SNMP4SDN -->
403             <dependency>
404                 <groupId>org.opendaylight.snmp4sdn</groupId>
405                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
406                 <version>${snmp4sdn.version}</version>
407                 <classifier>features</classifier>
408                 <type>xml</type>
409             </dependency>
410
411             <!-- SXP -->
412             <dependency>
413                 <groupId>org.opendaylight.sxp</groupId>
414                 <artifactId>odl-sxp-controller</artifactId>
415                 <version>${sxp.version}</version>
416                 <classifier>features</classifier>
417                 <type>xml</type>
418             </dependency>
419
420             <!-- TTP -->
421             <dependency>
422                 <groupId>org.opendaylight.ttp</groupId>
423                 <artifactId>odl-ttp-model-rest</artifactId>
424                 <version>${ttp.version}</version>
425                 <classifier>features</classifier>
426                 <type>xml</type>
427             </dependency>
428
429             <!-- UNIMGR -->
430             <dependency>
431                 <groupId>org.opendaylight.unimgr</groupId>
432                 <artifactId>odl-unimgr</artifactId>
433                 <version>${unimgr.version}</version>
434                 <classifier>features</classifier>
435                 <type>xml</type>
436             </dependency>
437
438             <!-- USC -->
439             <dependency>
440                 <groupId>org.opendaylight.usc</groupId>
441                 <artifactId>odl-usc-channel-ui</artifactId>
442                 <version>${usc.version}</version>
443                 <classifier>features</classifier>
444                 <type>xml</type>
445             </dependency>
446
447             <!-- VTN -->
448             <dependency>
449                 <groupId>org.opendaylight.vtn</groupId>
450                 <artifactId>odl-vtn-manager-rest</artifactId>
451                 <version>${vtn-manager.version}</version>
452                 <classifier>features</classifier>
453                 <type>xml</type>
454             </dependency>
455             <dependency>
456                 <groupId>org.opendaylight.vtn</groupId>
457                 <artifactId>odl-vtn-manager-neutron</artifactId>
458                 <version>${vtn-manager.version}</version>
459                 <classifier>features</classifier>
460                 <type>xml</type>
461             </dependency>
462         </dependencies>
463     </dependencyManagement>
464 </project>