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             <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             <!-- Comment due to fail merge job
169             <dependency>
170                 <groupId>org.opendaylight.nic</groupId>
171                 <artifactId>features-nic</artifactId>
172                 <version>${nic.version}</version>
173                 <classifier>features</classifier>
174                 <type>xml</type>
175             </dependency>
176             -->
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>