Release Nitrogen
[integration/distribution.git] / artifacts / upstream / feature-repos / 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.1</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>feature-repo-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 feature repo 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/feature-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs against projects to export user-facing feature repository versions in artifact poms. -->
41     <dependencyManagement>
42         <dependencies>
43
44             <!-- User facing feature repositories. -->
45
46             <!-- AAA -->
47             <dependency>
48                 <groupId>org.opendaylight.aaa</groupId>
49                 <artifactId>features-aaa</artifactId>
50                 <version>${aaa.version}</version>
51                 <classifier>features</classifier>
52                 <type>xml</type>
53             </dependency>
54             <dependency>
55                 <groupId>org.opendaylight.aaa</groupId>
56                 <artifactId>features-aaa-shiro</artifactId>
57                 <version>${aaa.version}</version>
58                 <classifier>features</classifier>
59                 <type>xml</type>
60             </dependency>
61
62             <!-- ALTO -->
63             <dependency>
64                 <groupId>org.opendaylight.alto</groupId>
65                 <artifactId>features4-alto</artifactId>
66                 <version>${alto.version}</version>
67                 <classifier>features</classifier>
68                 <type>xml</type>
69             </dependency>
70
71
72             <!-- BIER -->
73             <dependency>
74                 <groupId>org.opendaylight.bier</groupId>
75                 <artifactId>features-bier</artifactId>
76                 <version>${bier.version}</version>
77                 <classifier>features</classifier>
78                 <type>xml</type>
79             </dependency>
80
81             <!-- Cardinal -->
82             <dependency>
83                 <groupId>org.opendaylight.cardinal</groupId>
84                 <artifactId>cardinal-features4</artifactId>
85                 <version>${cardinal.version}</version>
86                 <classifier>features</classifier>
87                 <type>xml</type>
88             </dependency>
89
90             <!-- Controller -->
91             <dependency>
92                 <groupId>org.opendaylight.controller</groupId>
93                 <artifactId>features-extras</artifactId>
94                 <version>${controller.extras.version}</version>
95                 <classifier>features</classifier>
96                 <type>xml</type>
97             </dependency>
98             <dependency>
99                 <groupId>org.opendaylight.controller</groupId>
100                 <artifactId>features-mdsal</artifactId>
101                 <version>${mdsal.version}</version>
102                 <classifier>features</classifier>
103                 <type>xml</type>
104             </dependency>
105             <dependency>
106                 <groupId>org.opendaylight.controller</groupId>
107                 <artifactId>features-mdsal-benchmark</artifactId>
108                 <version>${benchmark.version}</version>
109                 <classifier>features</classifier>
110                 <type>xml</type>
111             </dependency>
112             <dependency>
113                 <groupId>org.opendaylight.controller</groupId>
114                 <artifactId>features-mdsal-trace</artifactId>
115                 <version>${mdsal.version}</version>
116                 <classifier>features</classifier>
117                 <type>xml</type>
118             </dependency>
119
120             <!-- Dlux -->
121             <dependency>
122                 <groupId>org.opendaylight.dlux</groupId>
123                 <artifactId>features-dlux</artifactId>
124                 <version>${dlux.version}</version>
125                 <classifier>features</classifier>
126                 <type>xml</type>
127             </dependency>
128
129             <!-- DluxApps -->
130             <dependency>
131                 <groupId>org.opendaylight.dluxapps</groupId>
132                 <artifactId>features-dluxapps</artifactId>
133                 <version>${dluxapps.version}</version>
134                 <classifier>features</classifier>
135                 <type>xml</type>
136             </dependency>
137
138             <!-- Eman -->
139             <dependency>
140                 <groupId>org.opendaylight.eman</groupId>
141                 <artifactId>features-eman</artifactId>
142                 <version>${eman.version}</version>
143                 <classifier>features</classifier>
144                 <type>xml</type>
145             </dependency>
146
147             <!-- FaaS -->
148             <dependency>
149                 <groupId>org.opendaylight.faas</groupId>
150                 <artifactId>features4-faas</artifactId>
151                 <version>${faas.version}</version>
152                 <classifier>features</classifier>
153                 <type>xml</type>
154             </dependency>
155
156             <!-- InfraUtils -->
157             <dependency>
158                 <groupId>org.opendaylight.infrautils</groupId>
159                 <artifactId>infrautils-features</artifactId>
160                 <version>${infrautils.version}</version>
161                 <classifier>features</classifier>
162                 <type>xml</type>
163             </dependency>
164
165             <!-- L2switch -->
166             <dependency>
167                 <groupId>org.opendaylight.l2switch</groupId>
168                 <artifactId>features-l2switch</artifactId>
169                 <version>${l2switch.version}</version>
170                 <classifier>features</classifier>
171                 <type>xml</type>
172             </dependency>
173
174             <!-- NEMO -->
175             <dependency>
176                 <groupId>org.opendaylight.nemo</groupId>
177                 <artifactId>nemo-features</artifactId>
178                 <version>${nemo.version}</version>
179                 <classifier>features</classifier>
180                 <type>xml</type>
181             </dependency>
182
183             <!-- NIC -->
184             <dependency>
185                 <groupId>org.opendaylight.nic</groupId>
186                 <artifactId>features-nic</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>features-ocpplugin</artifactId>
196                 <version>${ocpplugin.version}</version>
197                 <classifier>features</classifier>
198                 <type>xml</type>
199             </dependency>
200
201             <!-- ODL Parent -->
202             <dependency>
203                 <groupId>org.opendaylight.odlparent</groupId>
204                 <artifactId>features-akka</artifactId>
205                 <version>${odlparent.version}</version>
206                 <classifier>features</classifier>
207                 <type>xml</type>
208             </dependency>
209             <dependency>
210                 <groupId>org.opendaylight.odlparent</groupId>
211                 <artifactId>features-odlparent</artifactId>
212                 <version>${odlparent.version}</version>
213                 <classifier>features</classifier>
214                 <type>xml</type>
215             </dependency>
216
217             <!-- OF-CONFIG -->
218             <dependency>
219                 <groupId>org.opendaylight.of-config</groupId>
220                 <artifactId>features-of-config</artifactId>
221                 <version>${ofconfig.version}</version>
222                 <classifier>features</classifier>
223                 <type>xml</type>
224             </dependency>
225
226             <!-- Packetcable -->
227             <dependency>
228                 <groupId>org.opendaylight.packetcable</groupId>
229                 <artifactId>features4-packetcable-policy</artifactId>
230                 <version>${packetcable.version}</version>
231                 <classifier>features</classifier>
232                 <type>xml</type>
233             </dependency>
234
235             <!-- SFC -->
236             <dependency>
237                 <groupId>org.opendaylight.sfc</groupId>
238                 <artifactId>features4-sfc</artifactId>
239                 <version>${sfc.version}</version>
240                 <classifier>features</classifier>
241                 <type>xml</type>
242             </dependency>
243
244             <!-- SNMP -->
245             <dependency>
246                 <groupId>org.opendaylight.snmp</groupId>
247                 <artifactId>features-snmp</artifactId>
248                 <version>${snmp.version}</version>
249                 <classifier>features</classifier>
250                 <type>xml</type>
251             </dependency>
252
253             <!-- SNMP4SDN -->
254             <dependency>
255                 <groupId>org.opendaylight.snmp4sdn</groupId>
256                 <artifactId>features-snmp4sdn</artifactId>
257                 <version>${snmp4sdn.version}</version>
258                 <classifier>features</classifier>
259                 <type>xml</type>
260             </dependency>
261
262             <!-- SXP -->
263             <dependency>
264                 <groupId>org.opendaylight.sxp</groupId>
265                 <artifactId>features-sxp</artifactId>
266                 <version>${sxp.version}</version>
267                 <classifier>features</classifier>
268                 <type>xml</type>
269             </dependency>
270
271             <!-- TTP -->
272             <dependency>
273                 <groupId>org.opendaylight.ttp</groupId>
274                 <artifactId>features-ttp</artifactId>
275                 <version>${ttp.version}</version>
276                 <classifier>features</classifier>
277                 <type>xml</type>
278             </dependency>
279
280             <!-- USC -->
281             <dependency>
282                 <groupId>org.opendaylight.usc</groupId>
283                 <artifactId>usc-features</artifactId>
284                 <version>${usc.version}</version>
285                 <classifier>features</classifier>
286                 <type>xml</type>
287             </dependency>
288
289             <!-- VTN -->
290             <dependency>
291                 <groupId>org.opendaylight.vtn</groupId>
292                 <artifactId>features-vtn-manager</artifactId>
293                 <version>${vtn-manager.version}</version>
294                 <classifier>features</classifier>
295                 <type>xml</type>
296             </dependency>
297
298         </dependencies>
299     </dependencyManagement>
300 </project>