Revert "Remove unimgr 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.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             <!-- NIC -->
177             <dependency>
178                 <groupId>org.opendaylight.nic</groupId>
179                 <artifactId>odl-nic-intent-common</artifactId>
180                 <version>${nic.version}</version>
181                 <classifier>features</classifier>
182                 <type>xml</type>
183             </dependency>
184             <dependency>
185                 <groupId>org.opendaylight.nic</groupId>
186                 <artifactId>odl-nic-core-mdsal</artifactId>
187                 <version>${nic.version}</version>
188                 <classifier>features</classifier>
189                 <type>xml</type>
190             </dependency>
191
192             <!-- OCP Plugin -->
193             <dependency>
194                 <groupId>org.opendaylight.ocpplugin</groupId>
195                 <artifactId>odl-ocpplugin-all</artifactId>
196                 <version>${ocpplugin.version}</version>
197                 <classifier>features</classifier>
198                 <type>xml</type>
199             </dependency>
200
201             <!-- OF-CONFIG -->
202             <dependency>
203                 <groupId>org.opendaylight.of-config</groupId>
204                 <artifactId>odl-of-config-all</artifactId>
205                 <version>${ofconfig.version}</version>
206                 <classifier>features</classifier>
207                 <type>xml</type>
208             </dependency>
209
210             <!-- Packetcable -->
211             <dependency>
212                 <groupId>org.opendaylight.packetcable</groupId>
213                 <artifactId>odl-packetcable-policy-model</artifactId>
214                 <version>${packetcable.version}</version>
215                 <classifier>features</classifier>
216                 <type>xml</type>
217             </dependency>
218             <dependency>
219                 <groupId>org.opendaylight.packetcable</groupId>
220                 <artifactId>odl-packetcable-policy-server</artifactId>
221                 <version>${packetcable.version}</version>
222                 <classifier>features</classifier>
223                 <type>xml</type>
224             </dependency>
225             <dependency>
226                 <groupId>org.opendaylight.packetcable</groupId>
227                 <artifactId>odl-packetcable-policy-server-all</artifactId>
228                 <version>${packetcable.version}</version>
229                 <classifier>features</classifier>
230                 <type>xml</type>
231             </dependency>
232
233             <!-- SFC -->
234             <dependency>
235                 <groupId>org.opendaylight.sfc</groupId>
236                 <artifactId>odl-sfc-ios-xe-renderer</artifactId>
237                 <version>${sfc.version}</version>
238                 <type>xml</type>
239                 <classifier>features</classifier>
240             </dependency>
241             <dependency>
242                 <groupId>org.opendaylight.sfc</groupId>
243                 <artifactId>odl-sfc-netconf</artifactId>
244                 <version>${sfc.version}</version>
245                 <type>xml</type>
246                 <classifier>features</classifier>
247             </dependency>
248             <dependency>
249                 <groupId>org.opendaylight.sfc</groupId>
250                 <artifactId>odl-sfc-openflow-renderer</artifactId>
251                 <version>${sfc.version}</version>
252                 <type>xml</type>
253                 <classifier>features</classifier>
254             </dependency>
255             <dependency>
256                 <groupId>org.opendaylight.sfc</groupId>
257                 <artifactId>odl-sfc-ovs</artifactId>
258                 <version>${sfc.version}</version>
259                 <type>xml</type>
260                 <classifier>features</classifier>
261             </dependency>
262             <dependency>
263                 <groupId>org.opendaylight.sfc</groupId>
264                 <artifactId>odl-sfc-sb-rest</artifactId>
265                 <version>${sfc.version}</version>
266                 <type>xml</type>
267                 <classifier>features</classifier>
268             </dependency>
269             <dependency>
270                 <groupId>org.opendaylight.sfc</groupId>
271                 <artifactId>odl-sfc-test-consumer</artifactId>
272                 <version>${sfc.version}</version>
273                 <type>xml</type>
274                 <classifier>features</classifier>
275             </dependency>
276             <dependency>
277                 <groupId>org.opendaylight.sfc</groupId>
278                 <artifactId>odl-sfc-ui</artifactId>
279                 <version>${sfc.version}</version>
280                 <type>xml</type>
281                 <classifier>features</classifier>
282             </dependency>
283             <dependency>
284                 <groupId>org.opendaylight.sfc</groupId>
285                 <artifactId>odl-sfc-vpp-renderer</artifactId>
286                 <version>${sfc.version}</version>
287                 <type>xml</type>
288                 <classifier>features</classifier>
289             </dependency>
290             <dependency>
291                 <groupId>org.opendaylight.sfc</groupId>
292                 <artifactId>odl-sfclisp</artifactId>
293                 <version>${sfc.version}</version>
294                 <type>xml</type>
295                 <classifier>features</classifier>
296             </dependency>
297
298             <!-- SNMP4SDN -->
299             <dependency>
300                 <groupId>org.opendaylight.snmp4sdn</groupId>
301                 <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
302                 <version>${snmp4sdn.version}</version>
303                 <classifier>features</classifier>
304                 <type>xml</type>
305             </dependency>
306
307             <!-- SXP -->
308             <dependency>
309                 <groupId>org.opendaylight.sxp</groupId>
310                 <artifactId>odl-sxp-controller</artifactId>
311                 <version>${sxp.version}</version>
312                 <classifier>features</classifier>
313                 <type>xml</type>
314             </dependency>
315
316             <!-- TTP -->
317             <dependency>
318                 <groupId>org.opendaylight.ttp</groupId>
319                 <artifactId>odl-ttp-model-rest</artifactId>
320                 <version>${ttp.version}</version>
321                 <classifier>features</classifier>
322                 <type>xml</type>
323             </dependency>
324
325             <!-- UNIMGR -->
326             <dependency>
327                 <groupId>org.opendaylight.unimgr</groupId>
328                 <artifactId>odl-unimgr</artifactId>
329                 <version>${unimgr.version}</version>
330                 <classifier>features</classifier>
331                 <type>xml</type>
332             </dependency>
333
334             <!-- VTN -->
335             <dependency>
336                 <groupId>org.opendaylight.vtn</groupId>
337                 <artifactId>odl-vtn-manager-rest</artifactId>
338                 <version>${vtn-manager.version}</version>
339                 <classifier>features</classifier>
340                 <type>xml</type>
341             </dependency>
342             <dependency>
343                 <groupId>org.opendaylight.vtn</groupId>
344                 <artifactId>odl-vtn-manager-neutron</artifactId>
345                 <version>${vtn-manager.version}</version>
346                 <classifier>features</classifier>
347                 <type>xml</type>
348             </dependency>
349         </dependencies>
350     </dependencyManagement>
351 </project>