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