Remove VTN from Nitrogen distribution
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>2.0.5</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-all</artifactId>
21     <!-- TODO: Diferent name? -->
22     <version>0.7.3-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: integration :: ${project.artifactId}</name>
27     <description>Single feature containing all features separately compatible with odl-integration-compatible-with-all.</description>
28     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-all;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <dependencyManagement>
43         <dependencies>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>all-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51         </dependencies>
52     </dependencyManagement>
53     <dependencies>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-integration-compatible-with-all</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60
61         <!-- External single feature dependencies in alphabetical order -->
62
63         <!-- BIER -->
64         <dependency>
65             <groupId>org.opendaylight.bier</groupId>
66             <artifactId>odl-bier-all</artifactId>
67             <type>xml</type>
68             <classifier>features</classifier>
69         </dependency>
70
71         <!-- Cardinal -->
72         <dependency>
73             <groupId>org.opendaylight.cardinal</groupId>
74             <artifactId>odl-cardinal-ui</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.cardinal</groupId>
80             <artifactId>odl-cardinal</artifactId>
81             <type>xml</type>
82             <classifier>features</classifier>
83         </dependency>
84
85         <!-- COE -->
86         <dependency>
87             <groupId>org.opendaylight.coe</groupId>
88             <artifactId>odl-coe</artifactId>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92
93         <!-- FaaS -->
94         <!-- Comment out because of SFT memory problem
95         <dependency>
96             <groupId>org.opendaylight.faas</groupId>
97             <artifactId>odl-faas-all</artifactId>
98             <type>xml</type>
99             <classifier>features</classifier>
100         </dependency>
101         -->
102
103         <!-- Genius -->
104         <dependency>
105             <groupId>org.opendaylight.genius</groupId>
106             <artifactId>odl-genius-rest</artifactId>
107             <type>xml</type>
108             <classifier>features</classifier>
109         </dependency>
110
111         <!-- GROUPBASEDPOLICY or GBP-->
112         <!-- Commenting this feature because SFT memory issues
113         <dependency>
114             <groupId>org.opendaylight.groupbasedpolicy</groupId>
115             <artifactId>odl-groupbasedpolicy-base</artifactId>
116             <type>xml</type>
117             <classifier>features</classifier>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.groupbasedpolicy</groupId>
121             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
122             <type>xml</type>
123             <classifier>features</classifier>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.groupbasedpolicy</groupId>
127             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
128             <type>xml</type>
129             <classifier>features</classifier>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.groupbasedpolicy</groupId>
133             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
134             <type>xml</type>
135             <classifier>features</classifier>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.groupbasedpolicy</groupId>
139             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
140             <type>xml</type>
141             <classifier>features</classifier>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.groupbasedpolicy</groupId>
145             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
146             <type>xml</type>
147             <classifier>features</classifier>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.groupbasedpolicy</groupId>
151             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
152             <type>xml</type>
153             <classifier>features</classifier>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.groupbasedpolicy</groupId>
157             <artifactId>odl-groupbasedpolicy-ui</artifactId>
158             <type>xml</type>
159             <classifier>features</classifier>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.groupbasedpolicy</groupId>
163             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
164             <type>xml</type>
165             <classifier>features</classifier>
166         </dependency>
167         <dependency>
168             <groupId>org.opendaylight.groupbasedpolicy</groupId>
169             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
170             <type>xml</type>
171             <classifier>features</classifier>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.groupbasedpolicy</groupId>
175             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
176             <type>xml</type>
177             <classifier>features</classifier>
178         </dependency>
179         <dependency>
180             <groupId>org.opendaylight.groupbasedpolicy</groupId>
181             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
182             <type>xml</type>
183             <classifier>features</classifier>
184         </dependency>
185         <dependency>
186             <groupId>org.opendaylight.groupbasedpolicy</groupId>
187             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
188             <type>xml</type>
189             <classifier>features</classifier>
190         </dependency>
191         -->
192
193         <!-- Honeycomb/VBD -->
194         <dependency>
195             <groupId>org.opendaylight.honeycomb.vbd</groupId>
196             <artifactId>odl-vbd</artifactId>
197             <classifier>features</classifier>
198             <type>xml</type>
199         </dependency>
200         <dependency>
201             <groupId>org.opendaylight.honeycomb.vbd</groupId>
202             <artifactId>odl-vbd-rest</artifactId>
203             <classifier>features</classifier>
204             <type>xml</type>
205         </dependency>
206         <dependency>
207             <groupId>org.opendaylight.honeycomb.vbd</groupId>
208             <artifactId>odl-vbd-ui</artifactId>
209             <classifier>features</classifier>
210             <type>xml</type>
211         </dependency>
212
213         <!-- L2switch -->
214         <dependency>
215             <groupId>org.opendaylight.l2switch</groupId>
216             <artifactId>odl-l2switch-switch</artifactId>
217             <classifier>features</classifier>
218             <type>xml</type>
219         </dependency>
220         <dependency>
221             <groupId>org.opendaylight.l2switch</groupId>
222             <artifactId>odl-l2switch-switch-rest</artifactId>
223             <classifier>features</classifier>
224             <type>xml</type>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.l2switch</groupId>
228             <artifactId>odl-l2switch-switch-ui</artifactId>
229             <classifier>features</classifier>
230             <type>xml</type>
231         </dependency>
232
233             <!-- NEMO -->
234         <dependency>
235             <groupId>org.opendaylight.nemo</groupId>
236             <artifactId>odl-nemo-engine</artifactId>
237             <classifier>features</classifier>
238             <type>xml</type>
239         </dependency>
240         <dependency>
241             <groupId>org.opendaylight.nemo</groupId>
242             <artifactId>odl-nemo-engine-rest</artifactId>
243             <classifier>features</classifier>
244             <type>xml</type>
245         </dependency>
246         <dependency>
247             <groupId>org.opendaylight.nemo</groupId>
248             <artifactId>odl-nemo-engine-ui</artifactId>
249             <classifier>features</classifier>
250             <type>xml</type>
251         </dependency>
252         <dependency>
253             <groupId>org.opendaylight.nemo</groupId>
254             <artifactId>odl-nemo-openflow-renderer</artifactId>
255             <classifier>features</classifier>
256             <type>xml</type>
257         </dependency>
258         <dependency>
259             <groupId>org.opendaylight.nemo</groupId>
260             <artifactId>odl-nemo-cli-renderer</artifactId>
261             <classifier>features</classifier>
262             <type>xml</type>
263         </dependency>
264
265         <!-- Netconf -->
266         <dependency>
267             <groupId>org.opendaylight.netconf</groupId>
268             <artifactId>odl-netconf-callhome-ssh</artifactId>
269             <classifier>features</classifier>
270             <type>xml</type>
271         </dependency>
272         <dependency>
273             <groupId>org.opendaylight.netconf</groupId>
274             <artifactId>odl-netconf-console</artifactId>
275             <classifier>features</classifier>
276             <type>xml</type>
277         </dependency>
278        <dependency>
279             <groupId>org.opendaylight.netconf</groupId>
280             <artifactId>odl-netconf-mdsal</artifactId>
281             <type>xml</type>
282             <classifier>features</classifier>
283         </dependency>
284         <dependency>
285             <groupId>org.opendaylight.netconf</groupId>
286             <artifactId>odl-netconf-topology</artifactId>
287             <type>xml</type>
288             <classifier>features</classifier>
289         </dependency>
290         <dependency>
291             <groupId>org.opendaylight.netconf</groupId>
292             <artifactId>odl-netconf-clustered-topology</artifactId>
293             <type>xml</type>
294             <classifier>features</classifier>
295         </dependency>
296
297         <!-- Netvirt -->
298         <dependency>
299             <groupId>org.opendaylight.netvirt</groupId>
300             <artifactId>odl-netvirt-openstack</artifactId>
301             <type>xml</type>
302             <classifier>features</classifier>
303         </dependency>
304
305         <!-- OF-CONFIG -->
306         <dependency>
307             <groupId>org.opendaylight.of-config</groupId>
308             <artifactId>odl-of-config-all</artifactId>
309             <type>xml</type>
310             <classifier>features</classifier>
311         </dependency>
312
313         <!-- SFC -->
314         <dependency>
315             <groupId>org.opendaylight.sfc</groupId>
316             <artifactId>odl-sfc-ios-xe-renderer</artifactId>
317             <type>xml</type>
318             <classifier>features</classifier>
319         </dependency>
320         <dependency>
321             <groupId>org.opendaylight.sfc</groupId>
322             <artifactId>odl-sfc-netconf</artifactId>
323             <type>xml</type>
324             <classifier>features</classifier>
325         </dependency>
326         <dependency>
327             <groupId>org.opendaylight.sfc</groupId>
328             <artifactId>odl-sfc-openflow-renderer</artifactId>
329             <type>xml</type>
330             <classifier>features</classifier>
331         </dependency>
332         <dependency>
333             <groupId>org.opendaylight.sfc</groupId>
334             <artifactId>odl-sfc-vpp-renderer</artifactId>
335             <type>xml</type>
336             <classifier>features</classifier>
337         </dependency>
338
339         <!-- Unimgr -->
340         <dependency>
341             <groupId>org.opendaylight.unimgr</groupId>
342             <artifactId>odl-unimgr</artifactId>
343             <type>xml</type>
344             <classifier>features</classifier>
345         </dependency>
346
347         <!-- USC -->
348         <dependency>
349             <groupId>org.opendaylight.usc</groupId>
350             <artifactId>odl-usc-channel-ui</artifactId>
351             <type>xml</type>
352             <classifier>features</classifier>
353         </dependency>
354
355     </dependencies>
356 </project>