Add nemo karaf4 to 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.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             <!-- L2switch -->
154             <dependency>
155                 <groupId>org.opendaylight.l2switch</groupId>
156                 <artifactId>odl-l2switch-switch</artifactId>
157                 <version>${l2switch.version}</version>
158                 <classifier>features</classifier>
159                 <type>xml</type>
160             </dependency>
161             <dependency>
162                 <groupId>org.opendaylight.l2switch</groupId>
163                 <artifactId>odl-l2switch-switch-rest</artifactId>
164                 <version>${l2switch.version}</version>
165                 <classifier>features</classifier>
166                 <type>xml</type>
167             </dependency>
168             <dependency>
169                 <groupId>org.opendaylight.l2switch</groupId>
170                 <artifactId>odl-l2switch-switch-ui</artifactId>
171                 <version>${l2switch.version}</version>
172                 <classifier>features</classifier>
173                 <type>xml</type>
174             </dependency>
175
176             <!-- NEMO -->
177             <dependency>
178                 <groupId>org.opendaylight.nemo</groupId>
179                 <artifactId>odl-nemo-engine</artifactId>
180                 <version>${nemo.version}</version>
181                 <classifier>features</classifier>
182                 <type>xml</type>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.nemo</groupId>
186                 <artifactId>odl-nemo-engine-rest</artifactId>
187                 <version>${nemo.version}</version>
188                 <classifier>features</classifier>
189                 <type>xml</type>
190             </dependency>
191             <dependency>
192                 <groupId>org.opendaylight.nemo</groupId>
193                 <artifactId>odl-nemo-engine-ui</artifactId>
194                 <version>${nemo.version}</version>
195                 <classifier>features</classifier>
196                 <type>xml</type>
197             </dependency>
198             <dependency>
199                 <groupId>org.opendaylight.nemo</groupId>
200                 <artifactId>odl-nemo-openflow-renderer</artifactId>
201                 <version>${nemo.version}</version>
202                 <classifier>features</classifier>
203                 <type>xml</type>
204             </dependency>
205             <dependency>
206                 <groupId>org.opendaylight.nemo</groupId>
207                 <artifactId>odl-nemo-cli-renderer</artifactId>
208                 <version>${nemo.version}</version>
209                 <classifier>features</classifier>
210                 <type>xml</type>
211             </dependency>
212
213             <!-- NIC -->
214             <dependency>
215                 <groupId>org.opendaylight.nic</groupId>
216                 <artifactId>odl-nic-intent-common</artifactId>
217                 <version>${nic.version}</version>
218                 <classifier>features</classifier>
219                 <type>xml</type>
220             </dependency>
221             <dependency>
222                 <groupId>org.opendaylight.nic</groupId>
223                 <artifactId>odl-nic-core-mdsal</artifactId>
224                 <version>${nic.version}</version>
225                 <classifier>features</classifier>
226                 <type>xml</type>
227             </dependency>
228
229             <!-- OCP Plugin -->
230             <dependency>
231                 <groupId>org.opendaylight.ocpplugin</groupId>
232                 <artifactId>odl-ocpplugin-all</artifactId>
233                 <version>${ocpplugin.version}</version>
234                 <classifier>features</classifier>
235                 <type>xml</type>
236             </dependency>
237
238             <!-- OF-CONFIG -->
239             <dependency>
240                 <groupId>org.opendaylight.of-config</groupId>
241                 <artifactId>odl-of-config-all</artifactId>
242                 <version>${ofconfig.version}</version>
243                 <classifier>features</classifier>
244                 <type>xml</type>
245             </dependency>
246
247             <!-- Packetcable -->
248             <dependency>
249                 <groupId>org.opendaylight.packetcable</groupId>
250                 <artifactId>odl-packetcable-policy-model</artifactId>
251                 <version>${packetcable.version}</version>
252                 <classifier>features</classifier>
253                 <type>xml</type>
254             </dependency>
255             <dependency>
256                 <groupId>org.opendaylight.packetcable</groupId>
257                 <artifactId>odl-packetcable-policy-server</artifactId>
258                 <version>${packetcable.version}</version>
259                 <classifier>features</classifier>
260                 <type>xml</type>
261             </dependency>
262             <dependency>
263                 <groupId>org.opendaylight.packetcable</groupId>
264                 <artifactId>odl-packetcable-policy-server-all</artifactId>
265                 <version>${packetcable.version}</version>
266                 <classifier>features</classifier>
267                 <type>xml</type>
268             </dependency>
269
270             <!-- SFC -->
271             <dependency>
272                 <groupId>org.opendaylight.sfc</groupId>
273                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
274                 <version>${sfc.version}</version>
275                 <type>xml</type>
276                 <classifier>features</classifier>
277             </dependency>
278             <dependency>
279                 <groupId>org.opendaylight.sfc</groupId>
280                 <artifactId>odl-sfc-netconf</artifactId>
281                 <version>${sfc.version}</version>
282                 <type>xml</type>
283                 <classifier>features</classifier>
284             </dependency>
285             <dependency>
286                 <groupId>org.opendaylight.sfc</groupId>
287                 <artifactId>odl-sfc-openflow-renderer</artifactId>
288                 <version>${sfc.version}</version>
289                 <type>xml</type>
290                 <classifier>features</classifier>
291             </dependency>
292             <dependency>
293                 <groupId>org.opendaylight.sfc</groupId>
294                 <artifactId>odl-sfc-ovs</artifactId>
295                 <version>${sfc.version}</version>
296                 <type>xml</type>
297                 <classifier>features</classifier>
298             </dependency>
299             <dependency>
300                 <groupId>org.opendaylight.sfc</groupId>
301                 <artifactId>odl-sfc-sb-rest</artifactId>
302                 <version>${sfc.version}</version>
303                 <type>xml</type>
304                 <classifier>features</classifier>
305             </dependency>
306             <dependency>
307                 <groupId>org.opendaylight.sfc</groupId>
308                 <artifactId>odl-sfc-test-consumer</artifactId>
309                 <version>${sfc.version}</version>
310                 <type>xml</type>
311                 <classifier>features</classifier>
312             </dependency>
313             <dependency>
314                 <groupId>org.opendaylight.sfc</groupId>
315                 <artifactId>odl-sfc-ui</artifactId>
316                 <version>${sfc.version}</version>
317                 <type>xml</type>
318                 <classifier>features</classifier>
319             </dependency>
320             <dependency>
321                 <groupId>org.opendaylight.sfc</groupId>
322                 <artifactId>odl-sfc-vpp-renderer</artifactId>
323                 <version>${sfc.version}</version>
324                 <type>xml</type>
325                 <classifier>features</classifier>
326             </dependency>
327             <dependency>
328                 <groupId>org.opendaylight.sfc</groupId>
329                 <artifactId>odl-sfclisp</artifactId>
330                 <version>${sfc.version}</version>
331                 <type>xml</type>
332                 <classifier>features</classifier>
333             </dependency>
334
335             <!-- SNMP4SDN -->
336             <dependency>
337                 <groupId>org.opendaylight.snmp4sdn</groupId>
338                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
339                 <version>${snmp4sdn.version}</version>
340                 <classifier>features</classifier>
341                 <type>xml</type>
342             </dependency>
343
344             <!-- SXP -->
345             <dependency>
346                 <groupId>org.opendaylight.sxp</groupId>
347                 <artifactId>odl-sxp-controller</artifactId>
348                 <version>${sxp.version}</version>
349                 <classifier>features</classifier>
350                 <type>xml</type>
351             </dependency>
352
353             <!-- TTP -->
354             <dependency>
355                 <groupId>org.opendaylight.ttp</groupId>
356                 <artifactId>odl-ttp-model-rest</artifactId>
357                 <version>${ttp.version}</version>
358                 <classifier>features</classifier>
359                 <type>xml</type>
360             </dependency>
361
362             <!-- UNIMGR -->
363             <dependency>
364                 <groupId>org.opendaylight.unimgr</groupId>
365                 <artifactId>odl-unimgr</artifactId>
366                 <version>${unimgr.version}</version>
367                 <classifier>features</classifier>
368                 <type>xml</type>
369             </dependency>
370
371             <!-- USC -->
372             <dependency>
373                 <groupId>org.opendaylight.usc</groupId>
374                 <artifactId>odl-usc-channel-ui</artifactId>
375                 <version>${usc.version}</version>
376                 <classifier>features</classifier>
377                 <type>xml</type>
378             </dependency>
379
380             <!-- VTN -->
381             <dependency>
382                 <groupId>org.opendaylight.vtn</groupId>
383                 <artifactId>odl-vtn-manager-rest</artifactId>
384                 <version>${vtn-manager.version}</version>
385                 <classifier>features</classifier>
386                 <type>xml</type>
387             </dependency>
388             <dependency>
389                 <groupId>org.opendaylight.vtn</groupId>
390                 <artifactId>odl-vtn-manager-neutron</artifactId>
391                 <version>${vtn-manager.version}</version>
392                 <classifier>features</classifier>
393                 <type>xml</type>
394             </dependency>
395         </dependencies>
396     </dependencyManagement>
397 </project>