Adjust for odlparent 3 / yangtools 2
[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.8.0-SNAPSHOT</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
55             <!-- ALTO -->
56             <!-- Removed for the odlparent 3 / yangtools 2 migration
57             <dependency>
58                 <groupId>org.opendaylight.alto</groupId>
59                 <artifactId>features4-alto</artifactId>
60                 <version>${alto.version}</version>
61                 <classifier>features</classifier>
62                 <type>xml</type>
63             </dependency>
64             -->
65
66
67             <!-- BIER -->
68             <!-- Comment due to fail merge job
69             <dependency>
70                 <groupId>org.opendaylight.bier</groupId>
71                 <artifactId>features-bier</artifactId>
72                 <version>${bier.version}</version>
73                 <classifier>features</classifier>
74                 <type>xml</type>
75             </dependency>
76             -->
77
78             <!-- Controller -->
79             <dependency>
80                 <groupId>org.opendaylight.controller</groupId>
81                 <artifactId>features-extras</artifactId>
82                 <version>${controller.extras.version}</version>
83                 <classifier>features</classifier>
84                 <type>xml</type>
85             </dependency>
86             <dependency>
87                 <groupId>org.opendaylight.controller</groupId>
88                 <artifactId>features-mdsal</artifactId>
89                 <version>${mdsal.version}</version>
90                 <classifier>features</classifier>
91                 <type>xml</type>
92             </dependency>
93             <dependency>
94                 <groupId>org.opendaylight.controller</groupId>
95                 <artifactId>features-mdsal-benchmark</artifactId>
96                 <version>${benchmark.version}</version>
97                 <classifier>features</classifier>
98                 <type>xml</type>
99             </dependency>
100             <dependency>
101                 <groupId>org.opendaylight.controller</groupId>
102                 <artifactId>features-mdsal-trace</artifactId>
103                 <version>${mdsal.version}</version>
104                 <classifier>features</classifier>
105                 <type>xml</type>
106             </dependency>
107
108             <!-- Dlux -->
109             <dependency>
110                 <groupId>org.opendaylight.dlux</groupId>
111                 <artifactId>features-dlux</artifactId>
112                 <version>${dlux.version}</version>
113                 <classifier>features</classifier>
114                 <type>xml</type>
115             </dependency>
116
117             <!-- DluxApps -->
118             <dependency>
119                 <groupId>org.opendaylight.dluxapps</groupId>
120                 <artifactId>features-dluxapps</artifactId>
121                 <version>${dluxapps.version}</version>
122                 <classifier>features</classifier>
123                 <type>xml</type>
124             </dependency>
125
126             <!-- Eman -->
127             <!-- Removed for the odlparent 3 / yangtools 2 migration
128             <dependency>
129                 <groupId>org.opendaylight.eman</groupId>
130                 <artifactId>features-eman</artifactId>
131                 <version>${eman.version}</version>
132                 <classifier>features</classifier>
133                 <type>xml</type>
134             </dependency>
135             -->
136
137             <!-- FaaS -->
138             <!-- Removed for the odlparent 3 / yangtools 2 migration
139             <dependency>
140                 <groupId>org.opendaylight.faas</groupId>
141                 <artifactId>features4-faas</artifactId>
142                 <version>${faas.version}</version>
143                 <classifier>features</classifier>
144                 <type>xml</type>
145             </dependency>
146             -->
147
148             <!-- InfraUtils -->
149             <dependency>
150                 <groupId>org.opendaylight.infrautils</groupId>
151                 <artifactId>infrautils-features</artifactId>
152                 <version>${infrautils.version}</version>
153                 <classifier>features</classifier>
154                 <type>xml</type>
155             </dependency>
156
157             <!-- L2switch -->
158             <dependency>
159                 <groupId>org.opendaylight.l2switch</groupId>
160                 <artifactId>features-l2switch</artifactId>
161                 <version>${l2switch.version}</version>
162                 <classifier>features</classifier>
163                 <type>xml</type>
164             </dependency>
165
166             <!-- NEMO -->
167             <!-- Removed for the odlparent 3 / yangtools 2 migration
168             <dependency>
169                 <groupId>org.opendaylight.nemo</groupId>
170                 <artifactId>nemo-features</artifactId>
171                 <version>${nemo.version}</version>
172                 <classifier>features</classifier>
173                 <type>xml</type>
174             </dependency>
175             -->
176
177             <!-- NIC -->
178             <!-- Removed for the odlparent 3 / yangtools 2 migration
179             <dependency>
180                 <groupId>org.opendaylight.nic</groupId>
181                 <artifactId>features-nic</artifactId>
182                 <version>${nic.version}</version>
183                 <classifier>features</classifier>
184                 <type>xml</type>
185             </dependency>
186             -->
187
188             <!-- OCP Plugin -->
189             <!-- Not active project
190             <dependency>
191                 <groupId>org.opendaylight.ocpplugin</groupId>
192                 <artifactId>features-ocpplugin</artifactId>
193                 <version>${ocpplugin.version}</version>
194                 <classifier>features</classifier>
195                 <type>xml</type>
196             </dependency>
197             -->
198
199             <!-- ODL Parent -->
200             <dependency>
201                 <groupId>org.opendaylight.odlparent</groupId>
202                 <artifactId>features-akka</artifactId>
203                 <version>${odlparent.version}</version>
204                 <classifier>features</classifier>
205                 <type>xml</type>
206             </dependency>
207             <dependency>
208                 <groupId>org.opendaylight.odlparent</groupId>
209                 <artifactId>features-odlparent</artifactId>
210                 <version>${odlparent.version}</version>
211                 <classifier>features</classifier>
212                 <type>xml</type>
213             </dependency>
214
215             <!-- OF-CONFIG -->
216             <!-- Removed for the odlparent 3 / yangtools 2 migration
217             <dependency>
218                 <groupId>org.opendaylight.of-config</groupId>
219                 <artifactId>features-of-config</artifactId>
220                 <version>${ofconfig.version}</version>
221                 <classifier>features</classifier>
222                 <type>xml</type>
223             </dependency>
224             -->
225
226             <!-- P4 Plugin -->
227             <!-- Removed for the odlparent 3 / yangtools 2 migration
228             <dependency>
229                 <groupId>org.opendaylight.p4plugin</groupId>
230                 <artifactId>features-p4plugin</artifactId>
231                 <version>${p4plugin.version}</version>
232                 <classifier>features</classifier>
233                 <type>xml</type>
234             </dependency>
235             -->
236
237             <!-- Packetcable -->
238             <!-- Removed for the odlparent 3 / yangtools 2 migration
239             <dependency>
240                 <groupId>org.opendaylight.packetcable</groupId>
241                 <artifactId>features4-packetcable-policy</artifactId>
242                 <version>${packetcable.version}</version>
243                 <classifier>features</classifier>
244                 <type>xml</type>
245             </dependency>
246             -->
247
248             <!-- SFC -->
249             <dependency>
250                 <groupId>org.opendaylight.sfc</groupId>
251                 <artifactId>features4-sfc</artifactId>
252                 <version>${sfc.version}</version>
253                 <classifier>features</classifier>
254                 <type>xml</type>
255             </dependency>
256
257             <!-- SNMP -->
258             <dependency>
259                 <groupId>org.opendaylight.snmp</groupId>
260                 <artifactId>features-snmp</artifactId>
261                 <version>${snmp.version}</version>
262                 <classifier>features</classifier>
263                 <type>xml</type>
264             </dependency>
265
266             <!-- SNMP4SDN -->
267             <!-- Removed for the odlparent 3 / yangtools 2 migration
268             <dependency>
269                 <groupId>org.opendaylight.snmp4sdn</groupId>
270                 <artifactId>features-snmp4sdn</artifactId>
271                 <version>${snmp4sdn.version}</version>
272                 <classifier>features</classifier>
273                 <type>xml</type>
274             </dependency>
275             -->
276
277             <!-- SXP -->
278             <dependency>
279                 <groupId>org.opendaylight.sxp</groupId>
280                 <artifactId>features-sxp</artifactId>
281                 <version>${sxp.version}</version>
282                 <classifier>features</classifier>
283                 <type>xml</type>
284             </dependency>
285
286             <!-- USC -->
287             <!-- Removed for the odlparent 3 / yangtools 2 migration
288             <dependency>
289                 <groupId>org.opendaylight.usc</groupId>
290                 <artifactId>usc-features</artifactId>
291                 <version>${usc.version}</version>
292                 <classifier>features</classifier>
293                 <type>xml</type>
294             </dependency>
295             -->
296
297             <!-- VTN -->
298             <!-- Removed for the odlparent 3 / yangtools 2 migration
299             <dependency>
300                 <groupId>org.opendaylight.vtn</groupId>
301                 <artifactId>features-vtn-manager</artifactId>
302                 <version>${vtn-manager.version}</version>
303                 <classifier>features</classifier>
304                 <type>xml</type>
305             </dependency>
306             -->
307
308         </dependencies>
309     </dependencyManagement>
310 </project>