Update MRI projects for Aluminium
[integration/distribution.git] / artifacts / upstream / artifacts / 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.13.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>artifact-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 project artifact poms with public 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/artifacts;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs agains projects to export a single artifact pom containing every public atrifact version. -->
41     <!-- Project artifact poms. Alphabetical order -->
42     <profiles>
43         <profile>
44             <id>aaa</id>
45             <activation>
46                 <activeByDefault>true</activeByDefault>
47             </activation>
48             <dependencyManagement>
49                 <dependencies>
50                     <dependency>
51                         <groupId>org.opendaylight.aaa</groupId>
52                         <artifactId>aaa-artifacts</artifactId>
53                         <version>${aaa.version}</version>
54                         <type>pom</type>
55                         <scope>import</scope>
56                     </dependency>
57                 </dependencies>
58             </dependencyManagement>
59         </profile>
60         <profile>
61             <id>bgpcep</id>
62             <activation>
63                 <activeByDefault>true</activeByDefault>
64             </activation>
65             <dependencyManagement>
66                 <dependencies>
67                     <dependency>
68                         <groupId>org.opendaylight.bgpcep</groupId>
69                         <artifactId>bgpcep-artifacts</artifactId>
70                         <version>${bgpcep.version}</version>
71                         <type>pom</type>
72                         <scope>import</scope>
73                     </dependency>
74                 </dependencies>
75             </dependencyManagement>
76         </profile>
77         <profile>
78             <id>controller</id>
79             <activation>
80                 <activeByDefault>true</activeByDefault>
81             </activation>
82             <dependencyManagement>
83                 <dependencies>
84                     <dependency>
85                         <groupId>org.opendaylight.controller</groupId>
86                         <artifactId>controller-artifacts</artifactId>
87                         <version>${controller.version}</version>
88                         <type>pom</type>
89                         <scope>import</scope>
90                     </dependency>
91                 </dependencies>
92             </dependencyManagement>
93         </profile>
94         <profile>
95             <id>daexim</id>
96             <activation>
97                 <activeByDefault>true</activeByDefault>
98             </activation>
99             <dependencyManagement>
100                 <dependencies>
101                     <dependency>
102                         <groupId>org.opendaylight.daexim</groupId>
103                         <artifactId>daexim-artifacts</artifactId>
104                         <version>${daexim.version}</version>
105                         <type>pom</type>
106                         <scope>import</scope>
107                     </dependency>
108                 </dependencies>
109             </dependencyManagement>
110         </profile>
111         <profile>
112             <id>genius</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencyManagement>
117                 <dependencies>
118                     <dependency>
119                         <groupId>org.opendaylight.genius</groupId>
120                         <artifactId>genius-artifacts</artifactId>
121                         <version>${genius.version}</version>
122                         <type>pom</type>
123                         <scope>import</scope>
124                     </dependency>
125                 </dependencies>
126             </dependencyManagement>
127         </profile>
128         <profile>
129             <id>infrautils</id>
130             <activation>
131                 <activeByDefault>true</activeByDefault>
132             </activation>
133             <dependencyManagement>
134                 <dependencies>
135                     <dependency>
136                         <groupId>org.opendaylight.infrautils</groupId>
137                         <artifactId>infrautils-artifacts</artifactId>
138                         <version>${infrautils.version}</version>
139                         <type>pom</type>
140                         <scope>import</scope>
141                     </dependency>
142                 </dependencies>
143             </dependencyManagement>
144         </profile>
145         <profile>
146             <id>jsonrpc</id>
147             <activation>
148                 <activeByDefault>true</activeByDefault>
149             </activation>
150             <dependencyManagement>
151                 <dependencies>
152                     <dependency>
153                         <groupId>org.opendaylight.jsonrpc</groupId>
154                         <artifactId>jsonrpc-artifacts</artifactId>
155                         <version>${jsonrpc.version}</version>
156                         <type>pom</type>
157                         <scope>import</scope>
158                     </dependency>
159                 </dependencies>
160             </dependencyManagement>
161         </profile>
162         <profile>
163             <id>lispflowmapping</id>
164             <activation>
165                 <activeByDefault>true</activeByDefault>
166             </activation>
167             <dependencyManagement>
168                 <dependencies>
169                     <dependency>
170                         <groupId>org.opendaylight.lispflowmapping</groupId>
171                         <artifactId>lispflowmapping-artifacts</artifactId>
172                         <version>${lispflowmapping.version}</version>
173                         <type>pom</type>
174                         <scope>import</scope>
175                     </dependency>
176                 </dependencies>
177             </dependencyManagement>
178         </profile>
179         <profile>
180             <id>mdsal</id>
181             <activation>
182                 <activeByDefault>true</activeByDefault>
183             </activation>
184             <dependencyManagement>
185                 <dependencies>
186                     <dependency>
187                         <groupId>org.opendaylight.mdsal</groupId>
188                         <artifactId>mdsal-artifacts</artifactId>
189                         <version>${mdsal.version}</version>
190                         <type>pom</type>
191                         <scope>import</scope>
192                     </dependency>
193                     <!-- FIXME: remove this with mdsal-6.0.1+ -->
194                     <dependency>
195                         <groupId>org.opendaylight.mdsal</groupId>
196                         <artifactId>odl-mdsal-trace</artifactId>
197                         <version>${mdsal.version}</version>
198                         <classifier>features</classifier>
199                         <type>xml</type>
200                     </dependency>
201                 </dependencies>
202             </dependencyManagement>
203         </profile>
204         <profile>
205             <id>netconf</id>
206             <activation>
207                 <activeByDefault>true</activeByDefault>
208             </activation>
209             <dependencyManagement>
210                 <dependencies>
211                     <dependency>
212                         <groupId>org.opendaylight.netconf</groupId>
213                         <artifactId>netconf-artifacts</artifactId>
214                         <version>${netconf.version}</version>
215                         <type>pom</type>
216                         <scope>import</scope>
217                     </dependency>
218                 </dependencies>
219             </dependencyManagement>
220         </profile>
221         <profile>
222             <id>netvirt</id>
223             <activation>
224                 <activeByDefault>true</activeByDefault>
225             </activation>
226             <dependencyManagement>
227                 <dependencies>
228                     <dependency>
229                         <groupId>org.opendaylight.netvirt</groupId>
230                         <artifactId>netvirt-artifacts</artifactId>
231                         <version>${netvirt.version}</version>
232                         <type>pom</type>
233                         <scope>import</scope>
234                     </dependency>
235                 </dependencies>
236             </dependencyManagement>
237         </profile>
238         <profile>
239             <id>neutron</id>
240             <activation>
241                 <activeByDefault>true</activeByDefault>
242             </activation>
243             <dependencyManagement>
244                 <dependencies>
245                     <dependency>
246                         <groupId>org.opendaylight.neutron</groupId>
247                         <artifactId>neutron-artifacts</artifactId>
248                         <version>${neutron.version}</version>
249                         <type>pom</type>
250                         <scope>import</scope>
251                     </dependency>
252                 </dependencies>
253             </dependencyManagement>
254         </profile>
255         <profile>
256             <id>odlparent</id>
257             <activation>
258                 <activeByDefault>true</activeByDefault>
259             </activation>
260             <dependencyManagement>
261                 <dependencies>
262                     <dependency>
263                         <groupId>org.opendaylight.odlparent</groupId>
264                         <artifactId>odlparent-artifacts</artifactId>
265                         <version>${odlparent.version}</version>
266                         <type>pom</type>
267                         <scope>import</scope>
268                     </dependency>
269                 </dependencies>
270             </dependencyManagement>
271         </profile>
272         <profile>
273             <id>openflowplugin</id>
274             <activation>
275                 <activeByDefault>true</activeByDefault>
276             </activation>
277             <dependencyManagement>
278                 <dependencies>
279                     <dependency>
280                         <groupId>org.opendaylight.openflowplugin</groupId>
281                         <artifactId>openflowplugin-artifacts</artifactId>
282                         <version>${openflowplugin.version}</version>
283                         <type>pom</type>
284                         <scope>import</scope>
285                     </dependency>
286                 </dependencies>
287             </dependencyManagement>
288         </profile>
289         <profile>
290             <id>ovsdb</id>
291             <activation>
292                 <activeByDefault>true</activeByDefault>
293             </activation>
294             <dependencyManagement>
295                 <dependencies>
296                     <dependency>
297                         <groupId>org.opendaylight.ovsdb</groupId>
298                         <artifactId>hwvtepsouthbound-artifacts</artifactId>
299                         <version>${ovsdb.version}</version>
300                         <type>pom</type>
301                         <scope>import</scope>
302                     </dependency>
303                     <dependency>
304                         <groupId>org.opendaylight.ovsdb</groupId>
305                         <artifactId>library-artifacts</artifactId>
306                         <version>${ovsdb.version}</version>
307                         <type>pom</type>
308                         <scope>import</scope>
309                     </dependency>
310                     <dependency>
311                         <groupId>org.opendaylight.ovsdb</groupId>
312                         <artifactId>southbound-artifacts</artifactId>
313                         <version>${ovsdb.version}</version>
314                         <type>pom</type>
315                         <scope>import</scope>
316                     </dependency>
317                 </dependencies>
318             </dependencyManagement>
319         </profile>
320         <profile>
321             <id>serviceutils</id>
322             <activation>
323                 <activeByDefault>true</activeByDefault>
324             </activation>
325             <dependencyManagement>
326                 <dependencies>
327                     <dependency>
328                         <groupId>org.opendaylight.serviceutils</groupId>
329                         <artifactId>serviceutils-artifacts</artifactId>
330                         <version>${serviceutils.version}</version>
331                         <type>pom</type>
332                         <scope>import</scope>
333                     </dependency>
334                 </dependencies>
335             </dependencyManagement>
336         </profile>
337         <profile>
338             <id>yangtools</id>
339             <activation>
340                 <activeByDefault>true</activeByDefault>
341             </activation>
342             <dependencyManagement>
343                 <dependencies>
344                     <dependency>
345                         <groupId>org.opendaylight.yangtools</groupId>
346                         <artifactId>yangtools-artifacts</artifactId>
347                         <version>${yangtools.version}</version>
348                         <type>pom</type>
349                         <scope>import</scope>
350                     </dependency>
351                 </dependencies>
352             </dependencyManagement>
353         </profile>
354     </profiles>
355 </project>