9e38959f2b1c5dcf9dbbf2a42e570ee71f9cdf86
[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     <!-- User facing feature repositories. -->
42     <profiles>
43         <!-- AAA -->
44         <profile>
45             <id>aaa</id>
46             <activation>
47                 <activeByDefault>true</activeByDefault>
48             </activation>
49             <dependencyManagement>
50                 <dependencies>
51                     <dependency>
52                         <groupId>org.opendaylight.aaa</groupId>
53                         <artifactId>features-aaa</artifactId>
54                         <version>${aaa.version}</version>
55                         <classifier>features</classifier>
56                         <type>xml</type>
57                     </dependency>
58                 </dependencies>
59             </dependencyManagement>
60         </profile>
61         <!-- ALTO -->
62         <profile>
63             <id>alto</id>
64             <activation>
65                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
66                 <activeByDefault>false</activeByDefault>
67             </activation>
68             <dependencyManagement>
69                 <dependencies>
70                     <dependency>
71                         <groupId>org.opendaylight.alto</groupId>
72                         <artifactId>features4-alto</artifactId>
73                         <version>${alto.version}</version>
74                         <classifier>features</classifier>
75                         <type>xml</type>
76                     </dependency>
77                 </dependencies>
78             </dependencyManagement>
79         </profile>
80         <!-- BIER -->
81         <profile>
82             <id>bier</id>
83             <activation>
84                 <!-- Disabled due to failed merge job -->
85                 <activeByDefault>false</activeByDefault>
86             </activation>
87             <dependencyManagement>
88                 <dependencies>
89                     <dependency>
90                         <groupId>org.opendaylight.bier</groupId>
91                         <artifactId>features-bier</artifactId>
92                         <version>${bier.version}</version>
93                         <classifier>features</classifier>
94                         <type>xml</type>
95                     </dependency>
96                 </dependencies>
97             </dependencyManagement>
98         </profile>
99         <!-- Controller -->
100         <profile>
101             <id>controller</id>
102             <activation>
103                 <activeByDefault>true</activeByDefault>
104             </activation>
105             <dependencyManagement>
106                 <dependencies>
107                     <dependency>
108                         <groupId>org.opendaylight.controller</groupId>
109                         <artifactId>features-extras</artifactId>
110                         <version>${controller.extras.version}</version>
111                         <classifier>features</classifier>
112                         <type>xml</type>
113                     </dependency>
114                     <dependency>
115                         <groupId>org.opendaylight.controller</groupId>
116                         <artifactId>features-mdsal</artifactId>
117                         <version>${mdsal.version}</version>
118                         <classifier>features</classifier>
119                         <type>xml</type>
120                     </dependency>
121                     <dependency>
122                         <groupId>org.opendaylight.controller</groupId>
123                         <artifactId>features-mdsal-benchmark</artifactId>
124                         <version>${benchmark.version}</version>
125                         <classifier>features</classifier>
126                         <type>xml</type>
127                     </dependency>
128                     <dependency>
129                         <groupId>org.opendaylight.controller</groupId>
130                         <artifactId>features-mdsal-trace</artifactId>
131                         <version>${mdsal.version}</version>
132                         <classifier>features</classifier>
133                         <type>xml</type>
134                     </dependency>
135                 </dependencies>
136             </dependencyManagement>
137         </profile>
138         <!-- Dlux -->
139         <profile>
140             <id>dlux</id>
141             <activation>
142                 <activeByDefault>true</activeByDefault>
143             </activation>
144             <dependencyManagement>
145                 <dependencies>
146                     <dependency>
147                         <groupId>org.opendaylight.dlux</groupId>
148                         <artifactId>features-dlux</artifactId>
149                         <version>${dlux.version}</version>
150                         <classifier>features</classifier>
151                         <type>xml</type>
152                     </dependency>
153                 </dependencies>
154             </dependencyManagement>
155         </profile>
156         <!-- DluxApps -->
157         <profile>
158             <id>dluxapps</id>
159             <activation>
160                 <activeByDefault>true</activeByDefault>
161             </activation>
162             <dependencyManagement>
163                 <dependencies>
164                     <dependency>
165                         <groupId>org.opendaylight.dluxapps</groupId>
166                         <artifactId>features-dluxapps</artifactId>
167                         <version>${dluxapps.version}</version>
168                         <classifier>features</classifier>
169                         <type>xml</type>
170                     </dependency>
171                 </dependencies>
172             </dependencyManagement>
173         </profile>
174         <!-- Eman -->
175         <!-- Removed for the odlparent 3 / yangtools 2 migration -->
176         <profile>
177             <id>eman</id>
178             <activation>
179                 <activeByDefault>false</activeByDefault>
180             </activation>
181             <dependencyManagement>
182                 <dependencies>
183                     <dependency>
184                         <groupId>org.opendaylight.eman</groupId>
185                         <artifactId>features-eman</artifactId>
186                         <version>${eman.version}</version>
187                         <classifier>features</classifier>
188                         <type>xml</type>
189                     </dependency>
190                 </dependencies>
191             </dependencyManagement>
192         </profile>
193         <!-- FaaS -->
194         <profile>
195             <id>faas</id>
196             <activation>
197                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
198                 <activeByDefault>false</activeByDefault>
199             </activation>
200             <dependencyManagement>
201                 <dependencies>
202                     <dependency>
203                         <groupId>org.opendaylight.faas</groupId>
204                         <artifactId>features4-faas</artifactId>
205                         <version>${faas.version}</version>
206                         <classifier>features</classifier>
207                         <type>xml</type>
208                     </dependency>
209                 </dependencies>
210             </dependencyManagement>
211         </profile>
212         <!-- InfraUtils -->
213         <profile>
214             <id>infrautils</id>
215             <activation>
216                 <activeByDefault>true</activeByDefault>
217             </activation>
218             <dependencyManagement>
219                 <dependencies>
220                     <dependency>
221                         <groupId>org.opendaylight.infrautils</groupId>
222                         <artifactId>infrautils-features</artifactId>
223                         <version>${infrautils.version}</version>
224                         <classifier>features</classifier>
225                         <type>xml</type>
226                     </dependency>
227                 </dependencies>
228             </dependencyManagement>
229         </profile>
230         <!-- L2switch -->
231         <profile>
232             <id>l2switch</id>
233             <activation>
234                 <activeByDefault>true</activeByDefault>
235             </activation>
236             <dependencyManagement>
237                 <dependencies>
238                     <dependency>
239                         <groupId>org.opendaylight.l2switch</groupId>
240                         <artifactId>features-l2switch</artifactId>
241                         <version>${l2switch.version}</version>
242                         <classifier>features</classifier>
243                         <type>xml</type>
244                     </dependency>
245                 </dependencies>
246             </dependencyManagement>
247         </profile>
248         <!-- NEMO -->
249         <profile>
250             <id>nemo</id>
251             <activation>
252                 <activeByDefault>true</activeByDefault>
253             </activation>
254             <dependencyManagement>
255                 <dependencies>
256                     <dependency>
257                         <groupId>org.opendaylight.nemo</groupId>
258                         <artifactId>nemo-features</artifactId>
259                         <version>${nemo.version}</version>
260                         <classifier>features</classifier>
261                         <type>xml</type>
262                     </dependency>
263                 </dependencies>
264             </dependencyManagement>
265         </profile>
266         <!-- NIC -->
267         <profile>
268             <id>nic</id>
269             <activation>
270                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
271                 <activeByDefault>false</activeByDefault>
272             </activation>
273             <dependencyManagement>
274                 <dependencies>
275                     <dependency>
276                         <groupId>org.opendaylight.nic</groupId>
277                         <artifactId>features-nic</artifactId>
278                         <version>${nic.version}</version>
279                         <classifier>features</classifier>
280                         <type>xml</type>
281                     </dependency>
282                 </dependencies>
283             </dependencyManagement>
284         </profile>
285         <!-- OCP Plugin -->
286         <profile>
287             <id>ocpplugin</id>
288             <activation>
289                 <!-- Inactive -->
290                 <activeByDefault>false</activeByDefault>
291             </activation>
292             <dependencyManagement>
293                 <dependencies>
294                     <dependency>
295                         <groupId>org.opendaylight.ocpplugin</groupId>
296                         <artifactId>features-ocpplugin</artifactId>
297                         <version>${ocpplugin.version}</version>
298                         <classifier>features</classifier>
299                         <type>xml</type>
300                     </dependency>
301                 </dependencies>
302             </dependencyManagement>
303         </profile>
304         <!-- ODL Parent -->
305         <profile>
306             <id>odlparent</id>
307             <activation>
308                 <activeByDefault>true</activeByDefault>
309             </activation>
310             <dependencyManagement>
311                 <dependencies>
312                     <dependency>
313                         <groupId>org.opendaylight.odlparent</groupId>
314                         <artifactId>features-akka</artifactId>
315                         <version>${odlparent.version}</version>
316                         <classifier>features</classifier>
317                         <type>xml</type>
318                     </dependency>
319                     <dependency>
320                         <groupId>org.opendaylight.odlparent</groupId>
321                         <artifactId>features-odlparent</artifactId>
322                         <version>${odlparent.version}</version>
323                         <classifier>features</classifier>
324                         <type>xml</type>
325                     </dependency>
326                 </dependencies>
327             </dependencyManagement>
328         </profile>
329         <!-- OF-CONFIG -->
330         <profile>
331             <id>ofconfig</id>
332             <activation>
333                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
334                 <activeByDefault>false</activeByDefault>
335             </activation>
336             <dependencyManagement>
337                 <dependencies>
338                     <dependency>
339                         <groupId>org.opendaylight.of-config</groupId>
340                         <artifactId>features-of-config</artifactId>
341                         <version>${ofconfig.version}</version>
342                         <classifier>features</classifier>
343                         <type>xml</type>
344                     </dependency>
345                 </dependencies>
346             </dependencyManagement>
347         </profile>
348         <!-- P4 Plugin -->
349         <profile>
350             <id>p4plugin</id>
351             <activation>
352                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
353                 <activeByDefault>true</activeByDefault>
354             </activation>
355             <dependencyManagement>
356                 <dependencies>
357                     <dependency>
358                         <groupId>org.opendaylight.p4plugin</groupId>
359                         <artifactId>features-p4plugin</artifactId>
360                         <version>${p4plugin.version}</version>
361                         <classifier>features</classifier>
362                         <type>xml</type>
363                     </dependency>
364                 </dependencies>
365             </dependencyManagement>
366         </profile>
367         <!-- Packetcable -->
368         <profile>
369             <id>packetcable</id>
370             <activation>
371                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
372                 <activeByDefault>false</activeByDefault>
373             </activation>
374             <dependencyManagement>
375                 <dependencies>
376                     <dependency>
377                         <groupId>org.opendaylight.packetcable</groupId>
378                         <artifactId>features4-packetcable-policy</artifactId>
379                         <version>${packetcable.version}</version>
380                         <classifier>features</classifier>
381                         <type>xml</type>
382                     </dependency>
383                 </dependencies>
384             </dependencyManagement>
385         </profile>
386         <!-- SFC -->
387         <profile>
388             <id>sfc</id>
389             <activation>
390                 <activeByDefault>true</activeByDefault>
391             </activation>
392             <dependencyManagement>
393                 <dependencies>
394                     <dependency>
395                         <groupId>org.opendaylight.sfc</groupId>
396                         <artifactId>features4-sfc</artifactId>
397                         <version>${sfc.version}</version>
398                         <classifier>features</classifier>
399                         <type>xml</type>
400                     </dependency>
401                 </dependencies>
402             </dependencyManagement>
403         </profile>
404         <!-- SNMP -->
405         <profile>
406             <id>snmp</id>
407             <activation>
408                 <activeByDefault>true</activeByDefault>
409             </activation>
410             <dependencyManagement>
411                 <dependencies>
412                     <dependency>
413                         <groupId>org.opendaylight.snmp</groupId>
414                         <artifactId>features-snmp</artifactId>
415                         <version>${snmp.version}</version>
416                         <classifier>features</classifier>
417                         <type>xml</type>
418                     </dependency>
419                 </dependencies>
420             </dependencyManagement>
421         </profile>
422         <!-- SNMP4SDN -->
423         <profile>
424             <id>snmp4sdn</id>
425             <activation>
426                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
427                 <activeByDefault>false</activeByDefault>
428             </activation>
429             <dependencyManagement>
430                 <dependencies>
431                     <dependency>
432                         <groupId>org.opendaylight.snmp4sdn</groupId>
433                         <artifactId>features-snmp4sdn</artifactId>
434                         <version>${snmp4sdn.version}</version>
435                         <classifier>features</classifier>
436                         <type>xml</type>
437                     </dependency>
438                 </dependencies>
439             </dependencyManagement>
440         </profile>
441         <!-- SXP -->
442         <profile>
443             <id>sxp</id>
444             <activation>
445                 <activeByDefault>true</activeByDefault>
446             </activation>
447             <dependencyManagement>
448                 <dependencies>
449                     <dependency>
450                         <groupId>org.opendaylight.sxp</groupId>
451                         <artifactId>features-sxp</artifactId>
452                         <version>${sxp.version}</version>
453                         <classifier>features</classifier>
454                         <type>xml</type>
455                     </dependency>
456                 </dependencies>
457             </dependencyManagement>
458         </profile>
459         <!-- USC -->
460         <profile>
461             <id>usc</id>
462             <activation>
463                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
464                 <activeByDefault>false</activeByDefault>
465             </activation>
466             <dependencyManagement>
467                 <dependencies>
468                     <dependency>
469                         <groupId>org.opendaylight.usc</groupId>
470                         <artifactId>usc-features</artifactId>
471                         <version>${usc.version}</version>
472                         <classifier>features</classifier>
473                         <type>xml</type>
474                     </dependency>
475                 </dependencies>
476             </dependencyManagement>
477         </profile>
478         <!-- VTN -->
479         <profile>
480             <id>vtn</id>
481             <activation>
482                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
483                 <activeByDefault>false</activeByDefault>
484             </activation>
485             <dependencyManagement>
486                 <dependencies>
487                     <dependency>
488                         <groupId>org.opendaylight.vtn</groupId>
489                         <artifactId>features-vtn-manager</artifactId>
490                         <version>${vtn-manager.version}</version>
491                         <classifier>features</classifier>
492                         <type>xml</type>
493                     </dependency>
494                 </dependencies>
495             </dependencyManagement>
496         </profile>
497     </profiles>
498 </project>