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