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