Revert "Comment NIC project in distribution"
[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             <dependency>
171                 <groupId>org.opendaylight.nic</groupId>
172                 <artifactId>features-nic</artifactId>
173                 <version>${nic.version}</version>
174                 <classifier>features</classifier>
175                 <type>xml</type>
176             </dependency>
177
178             <!-- OCP Plugin -->
179             <!-- Not active project
180             <dependency>
181                 <groupId>org.opendaylight.ocpplugin</groupId>
182                 <artifactId>features-ocpplugin</artifactId>
183                 <version>${ocpplugin.version}</version>
184                 <classifier>features</classifier>
185                 <type>xml</type>
186             </dependency>
187             -->
188
189             <!-- ODL Parent -->
190             <dependency>
191                 <groupId>org.opendaylight.odlparent</groupId>
192                 <artifactId>features-akka</artifactId>
193                 <version>${odlparent.version}</version>
194                 <classifier>features</classifier>
195                 <type>xml</type>
196             </dependency>
197             <dependency>
198                 <groupId>org.opendaylight.odlparent</groupId>
199                 <artifactId>features-odlparent</artifactId>
200                 <version>${odlparent.version}</version>
201                 <classifier>features</classifier>
202                 <type>xml</type>
203             </dependency>
204
205             <!-- OF-CONFIG -->
206             <dependency>
207                 <groupId>org.opendaylight.of-config</groupId>
208                 <artifactId>features-of-config</artifactId>
209                 <version>${ofconfig.version}</version>
210                 <classifier>features</classifier>
211                 <type>xml</type>
212             </dependency>
213
214             <!-- P4 Plugin -->
215             <dependency>
216                 <groupId>org.opendaylight.p4plugin</groupId>
217                 <artifactId>features-p4plugin</artifactId>
218                 <version>${p4plugin.version}</version>
219                 <classifier>features</classifier>
220                 <type>xml</type>
221             </dependency>
222
223             <!-- Packetcable -->
224             <dependency>
225                 <groupId>org.opendaylight.packetcable</groupId>
226                 <artifactId>features4-packetcable-policy</artifactId>
227                 <version>${packetcable.version}</version>
228                 <classifier>features</classifier>
229                 <type>xml</type>
230             </dependency>
231
232             <!-- SFC -->
233             <dependency>
234                 <groupId>org.opendaylight.sfc</groupId>
235                 <artifactId>features4-sfc</artifactId>
236                 <version>${sfc.version}</version>
237                 <classifier>features</classifier>
238                 <type>xml</type>
239             </dependency>
240
241             <!-- SNMP -->
242             <dependency>
243                 <groupId>org.opendaylight.snmp</groupId>
244                 <artifactId>features-snmp</artifactId>
245                 <version>${snmp.version}</version>
246                 <classifier>features</classifier>
247                 <type>xml</type>
248             </dependency>
249
250             <!-- SNMP4SDN -->
251             <dependency>
252                 <groupId>org.opendaylight.snmp4sdn</groupId>
253                 <artifactId>features-snmp4sdn</artifactId>
254                 <version>${snmp4sdn.version}</version>
255                 <classifier>features</classifier>
256                 <type>xml</type>
257             </dependency>
258
259             <!-- SXP -->
260             <dependency>
261                 <groupId>org.opendaylight.sxp</groupId>
262                 <artifactId>features-sxp</artifactId>
263                 <version>${sxp.version}</version>
264                 <classifier>features</classifier>
265                 <type>xml</type>
266             </dependency>
267
268             <!-- USC -->
269             <dependency>
270                 <groupId>org.opendaylight.usc</groupId>
271                 <artifactId>usc-features</artifactId>
272                 <version>${usc.version}</version>
273                 <classifier>features</classifier>
274                 <type>xml</type>
275             </dependency>
276
277             <!-- VTN -->
278             <dependency>
279                 <groupId>org.opendaylight.vtn</groupId>
280                 <artifactId>features-vtn-manager</artifactId>
281                 <version>${vtn-manager.version}</version>
282                 <classifier>features</classifier>
283                 <type>xml</type>
284             </dependency>
285
286         </dependencies>
287     </dependencyManagement>
288 </project>