99123b70b3b1f4f39f1dc46f72394405ce5c00ec
[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.8.0-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         <!-- Comment due to fail merge job
65         <dependency>
66             <groupId>org.opendaylight.bier</groupId>
67             <artifactId>odl-bier-all</artifactId>
68             <type>xml</type>
69             <classifier>features</classifier>
70         </dependency>
71         -->
72
73         <!-- COE -->
74         <dependency>
75             <groupId>org.opendaylight.coe</groupId>
76             <artifactId>odl-coe</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80
81         <!-- FaaS -->
82         <!-- Comment out because of SFT memory problem
83         <dependency>
84             <groupId>org.opendaylight.faas</groupId>
85             <artifactId>odl-faas-all</artifactId>
86             <type>xml</type>
87             <classifier>features</classifier>
88         </dependency>
89         -->
90
91         <!-- Genius -->
92         <dependency>
93             <groupId>org.opendaylight.genius</groupId>
94             <artifactId>odl-genius-rest</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98
99         <!-- GROUPBASEDPOLICY or GBP-->
100         <!-- Commenting this feature because SFT memory issues
101         <dependency>
102             <groupId>org.opendaylight.groupbasedpolicy</groupId>
103             <artifactId>odl-groupbasedpolicy-base</artifactId>
104             <type>xml</type>
105             <classifier>features</classifier>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.groupbasedpolicy</groupId>
109             <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
110             <type>xml</type>
111             <classifier>features</classifier>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.groupbasedpolicy</groupId>
115             <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
116             <type>xml</type>
117             <classifier>features</classifier>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.groupbasedpolicy</groupId>
121             <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
122             <type>xml</type>
123             <classifier>features</classifier>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.groupbasedpolicy</groupId>
127             <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
128             <type>xml</type>
129             <classifier>features</classifier>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.groupbasedpolicy</groupId>
133             <artifactId>odl-groupbasedpolicy-vpp</artifactId>
134             <type>xml</type>
135             <classifier>features</classifier>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.groupbasedpolicy</groupId>
139             <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
140             <type>xml</type>
141             <classifier>features</classifier>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.groupbasedpolicy</groupId>
145             <artifactId>odl-groupbasedpolicy-ui</artifactId>
146             <type>xml</type>
147             <classifier>features</classifier>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.groupbasedpolicy</groupId>
151             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
152             <type>xml</type>
153             <classifier>features</classifier>
154         </dependency>
155         <dependency>
156             <groupId>org.opendaylight.groupbasedpolicy</groupId>
157             <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
158             <type>xml</type>
159             <classifier>features</classifier>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.groupbasedpolicy</groupId>
163             <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
164             <type>xml</type>
165             <classifier>features</classifier>
166         </dependency>
167         <dependency>
168             <groupId>org.opendaylight.groupbasedpolicy</groupId>
169             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
170             <type>xml</type>
171             <classifier>features</classifier>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.groupbasedpolicy</groupId>
175             <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
176             <type>xml</type>
177             <classifier>features</classifier>
178         </dependency>
179         -->
180
181         <!-- Honeycomb/VBD -->
182         <dependency>
183             <groupId>org.opendaylight.honeycomb.vbd</groupId>
184             <artifactId>odl-vbd</artifactId>
185             <classifier>features</classifier>
186             <type>xml</type>
187         </dependency>
188         <dependency>
189             <groupId>org.opendaylight.honeycomb.vbd</groupId>
190             <artifactId>odl-vbd-rest</artifactId>
191             <classifier>features</classifier>
192             <type>xml</type>
193         </dependency>
194         <dependency>
195             <groupId>org.opendaylight.honeycomb.vbd</groupId>
196             <artifactId>odl-vbd-ui</artifactId>
197             <classifier>features</classifier>
198             <type>xml</type>
199         </dependency>
200
201         <!-- L2switch -->
202         <dependency>
203             <groupId>org.opendaylight.l2switch</groupId>
204             <artifactId>odl-l2switch-switch</artifactId>
205             <classifier>features</classifier>
206             <type>xml</type>
207         </dependency>
208         <dependency>
209             <groupId>org.opendaylight.l2switch</groupId>
210             <artifactId>odl-l2switch-switch-rest</artifactId>
211             <classifier>features</classifier>
212             <type>xml</type>
213         </dependency>
214         <dependency>
215             <groupId>org.opendaylight.l2switch</groupId>
216             <artifactId>odl-l2switch-switch-ui</artifactId>
217             <classifier>features</classifier>
218             <type>xml</type>
219         </dependency>
220
221             <!-- NEMO -->
222         <dependency>
223             <groupId>org.opendaylight.nemo</groupId>
224             <artifactId>odl-nemo-engine</artifactId>
225             <classifier>features</classifier>
226             <type>xml</type>
227         </dependency>
228         <dependency>
229             <groupId>org.opendaylight.nemo</groupId>
230             <artifactId>odl-nemo-engine-rest</artifactId>
231             <classifier>features</classifier>
232             <type>xml</type>
233         </dependency>
234         <dependency>
235             <groupId>org.opendaylight.nemo</groupId>
236             <artifactId>odl-nemo-engine-ui</artifactId>
237             <classifier>features</classifier>
238             <type>xml</type>
239         </dependency>
240         <dependency>
241             <groupId>org.opendaylight.nemo</groupId>
242             <artifactId>odl-nemo-openflow-renderer</artifactId>
243             <classifier>features</classifier>
244             <type>xml</type>
245         </dependency>
246         <dependency>
247             <groupId>org.opendaylight.nemo</groupId>
248             <artifactId>odl-nemo-cli-renderer</artifactId>
249             <classifier>features</classifier>
250             <type>xml</type>
251         </dependency>
252
253         <!-- Netconf -->
254         <dependency>
255             <groupId>org.opendaylight.netconf</groupId>
256             <artifactId>odl-netconf-callhome-ssh</artifactId>
257             <classifier>features</classifier>
258             <type>xml</type>
259         </dependency>
260         <dependency>
261             <groupId>org.opendaylight.netconf</groupId>
262             <artifactId>odl-netconf-console</artifactId>
263             <classifier>features</classifier>
264             <type>xml</type>
265         </dependency>
266        <dependency>
267             <groupId>org.opendaylight.netconf</groupId>
268             <artifactId>odl-netconf-mdsal</artifactId>
269             <type>xml</type>
270             <classifier>features</classifier>
271         </dependency>
272         <dependency>
273             <groupId>org.opendaylight.netconf</groupId>
274             <artifactId>odl-netconf-topology</artifactId>
275             <type>xml</type>
276             <classifier>features</classifier>
277         </dependency>
278         <dependency>
279             <groupId>org.opendaylight.netconf</groupId>
280             <artifactId>odl-netconf-clustered-topology</artifactId>
281             <type>xml</type>
282             <classifier>features</classifier>
283         </dependency>
284
285         <!-- Netvirt -->
286         <dependency>
287             <groupId>org.opendaylight.netvirt</groupId>
288             <artifactId>odl-netvirt-openstack</artifactId>
289             <type>xml</type>
290             <classifier>features</classifier>
291         </dependency>
292
293         <!-- OF-CONFIG -->
294         <dependency>
295             <groupId>org.opendaylight.of-config</groupId>
296             <artifactId>odl-of-config-all</artifactId>
297             <type>xml</type>
298             <classifier>features</classifier>
299         </dependency>
300
301         <!-- P4 Plugin -->
302         <dependency>
303             <groupId>org.opendaylight.p4plugin</groupId>
304             <artifactId>odl-p4plugin-all</artifactId>
305             <type>xml</type>
306             <classifier>features</classifier>
307         </dependency>
308
309         <!-- SFC -->
310         <dependency>
311             <groupId>org.opendaylight.sfc</groupId>
312             <artifactId>odl-sfc-ios-xe-renderer</artifactId>
313             <type>xml</type>
314             <classifier>features</classifier>
315         </dependency>
316         <dependency>
317             <groupId>org.opendaylight.sfc</groupId>
318             <artifactId>odl-sfc-netconf</artifactId>
319             <type>xml</type>
320             <classifier>features</classifier>
321         </dependency>
322         <dependency>
323             <groupId>org.opendaylight.sfc</groupId>
324             <artifactId>odl-sfc-openflow-renderer</artifactId>
325             <type>xml</type>
326             <classifier>features</classifier>
327         </dependency>
328         <dependency>
329             <groupId>org.opendaylight.sfc</groupId>
330             <artifactId>odl-sfc-vpp-renderer</artifactId>
331             <type>xml</type>
332             <classifier>features</classifier>
333         </dependency>
334
335         <!-- TSDR -->
336         <dependency>
337             <groupId>org.opendaylight.tsdr</groupId>
338             <artifactId>odl-tsdr-hsqldb-all</artifactId>
339             <classifier>features</classifier>
340             <type>xml</type>
341         </dependency>
342
343         <!-- Unimgr -->
344         <dependency>
345             <groupId>org.opendaylight.unimgr</groupId>
346             <artifactId>odl-unimgr</artifactId>
347             <type>xml</type>
348             <classifier>features</classifier>
349         </dependency>
350
351         <!-- USC -->
352         <dependency>
353             <groupId>org.opendaylight.usc</groupId>
354             <artifactId>odl-usc-channel-ui</artifactId>
355             <type>xml</type>
356             <classifier>features</classifier>
357         </dependency>
358
359         <!-- VTN -->
360         <dependency>
361             <groupId>org.opendaylight.vtn</groupId>
362             <artifactId>odl-vtn-manager-rest</artifactId>
363             <type>xml</type>
364             <classifier>features</classifier>
365         </dependency>
366         <dependency>
367             <groupId>org.opendaylight.vtn</groupId>
368             <artifactId>odl-vtn-manager-neutron</artifactId>
369             <type>xml</type>
370             <classifier>features</classifier>
371         </dependency>
372
373     </dependencies>
374 </project>