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