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