Adjust features in master
[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>3.0.2</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         <!-- netconf connector is broken after last bump migration
183         <dependency>
184             <groupId>org.opendaylight.honeycomb.vbd</groupId>
185             <artifactId>odl-vbd</artifactId>
186             <classifier>features</classifier>
187             <type>xml</type>
188         </dependency>
189         <dependency>
190             <groupId>org.opendaylight.honeycomb.vbd</groupId>
191             <artifactId>odl-vbd-rest</artifactId>
192             <classifier>features</classifier>
193             <type>xml</type>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.honeycomb.vbd</groupId>
197             <artifactId>odl-vbd-ui</artifactId>
198             <classifier>features</classifier>
199             <type>xml</type>
200         </dependency>
201         -->
202
203         <!-- L2switch -->
204         <dependency>
205             <groupId>org.opendaylight.l2switch</groupId>
206             <artifactId>odl-l2switch-switch-rest</artifactId>
207             <classifier>features</classifier>
208             <type>xml</type>
209         </dependency>
210
211         <!-- NEMO -->
212         <!-- Removed for the odlparent 3 / yangtools 2 migration
213         <dependency>
214             <groupId>org.opendaylight.nemo</groupId>
215             <artifactId>odl-nemo-engine</artifactId>
216             <classifier>features</classifier>
217             <type>xml</type>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.nemo</groupId>
221             <artifactId>odl-nemo-engine-rest</artifactId>
222             <classifier>features</classifier>
223             <type>xml</type>
224         </dependency>
225         <dependency>
226             <groupId>org.opendaylight.nemo</groupId>
227             <artifactId>odl-nemo-engine-ui</artifactId>
228             <classifier>features</classifier>
229             <type>xml</type>
230         </dependency>
231         <dependency>
232             <groupId>org.opendaylight.nemo</groupId>
233             <artifactId>odl-nemo-openflow-renderer</artifactId>
234             <classifier>features</classifier>
235             <type>xml</type>
236         </dependency>
237         <dependency>
238             <groupId>org.opendaylight.nemo</groupId>
239             <artifactId>odl-nemo-cli-renderer</artifactId>
240             <classifier>features</classifier>
241             <type>xml</type>
242         </dependency>
243         -->
244
245         <!-- Netconf -->
246         <!-- netconf connector is broken after last bump migration
247         <dependency>
248             <groupId>org.opendaylight.netconf</groupId>
249             <artifactId>odl-netconf-callhome-ssh</artifactId>
250             <classifier>features</classifier>
251             <type>xml</type>
252         </dependency>
253         <dependency>
254             <groupId>org.opendaylight.netconf</groupId>
255             <artifactId>odl-netconf-console</artifactId>
256             <classifier>features</classifier>
257             <type>xml</type>
258         </dependency>
259        <dependency>
260             <groupId>org.opendaylight.netconf</groupId>
261             <artifactId>odl-netconf-mdsal</artifactId>
262             <type>xml</type>
263             <classifier>features</classifier>
264         </dependency>
265         <dependency>
266             <groupId>org.opendaylight.netconf</groupId>
267             <artifactId>odl-netconf-topology</artifactId>
268             <type>xml</type>
269             <classifier>features</classifier>
270         </dependency>
271         <dependency>
272             <groupId>org.opendaylight.netconf</groupId>
273             <artifactId>odl-netconf-clustered-topology</artifactId>
274             <type>xml</type>
275             <classifier>features</classifier>
276         </dependency>
277         -->
278
279         <!-- Netvirt -->
280         <dependency>
281             <groupId>org.opendaylight.netvirt</groupId>
282             <artifactId>odl-netvirt-openstack</artifactId>
283             <type>xml</type>
284             <classifier>features</classifier>
285         </dependency>
286
287         <!-- OF-CONFIG -->
288         <!--
289         <dependency>
290             <groupId>org.opendaylight.of-config</groupId>
291             <artifactId>odl-of-config-all</artifactId>
292             <type>xml</type>
293             <classifier>features</classifier>
294         </dependency>
295         -->
296
297         <!-- P4 Plugin -->
298         <!-- Removed for the odlparent 3 / yangtools 2 migration
299         <dependency>
300             <groupId>org.opendaylight.p4plugin</groupId>
301             <artifactId>odl-p4plugin-all</artifactId>
302             <type>xml</type>
303             <classifier>features</classifier>
304         </dependency>
305         -->
306
307         <!-- SFC -->
308         <!-- netconf connector is broken after last bump migration
309         <dependency>
310             <groupId>org.opendaylight.sfc</groupId>
311             <artifactId>odl-sfc-ios-xe-renderer</artifactId>
312             <type>xml</type>
313             <classifier>features</classifier>
314         </dependency>
315         <dependency>
316             <groupId>org.opendaylight.sfc</groupId>
317             <artifactId>odl-sfc-netconf</artifactId>
318             <type>xml</type>
319             <classifier>features</classifier>
320         </dependency>
321         <dependency>
322             <groupId>org.opendaylight.sfc</groupId>
323             <artifactId>odl-sfc-openflow-renderer</artifactId>
324             <type>xml</type>
325             <classifier>features</classifier>
326         </dependency>
327         <dependency>
328             <groupId>org.opendaylight.sfc</groupId>
329             <artifactId>odl-sfc-vpp-renderer</artifactId>
330             <type>xml</type>
331             <classifier>features</classifier>
332         </dependency>
333         -->
334
335         <!-- TSDR -->
336         <!-- Removed for the odlparent 3 / yangtools 2 migration
337         <dependency>
338             <groupId>org.opendaylight.tsdr</groupId>
339             <artifactId>odl-tsdr-hsqldb-all</artifactId>
340             <classifier>features</classifier>
341             <type>xml</type>
342         </dependency>
343         -->
344
345         <!-- Unimgr -->
346         <!-- Removed for the odlparent 3 / yangtools 2 migration
347         <dependency>
348             <groupId>org.opendaylight.unimgr</groupId>
349             <artifactId>odl-unimgr</artifactId>
350             <type>xml</type>
351             <classifier>features</classifier>
352         </dependency>
353         -->
354
355         <!-- USC -->
356         <!-- Removed for the odlparent 3 / yangtools 2 migration
357         <dependency>
358             <groupId>org.opendaylight.usc</groupId>
359             <artifactId>odl-usc-channel-ui</artifactId>
360             <type>xml</type>
361             <classifier>features</classifier>
362         </dependency>
363         -->
364
365         <!-- VTN -->
366         <!-- Removed for the odlparent 3 / yangtools 2 migration
367         <dependency>
368             <groupId>org.opendaylight.vtn</groupId>
369             <artifactId>odl-vtn-manager-rest</artifactId>
370             <type>xml</type>
371             <classifier>features</classifier>
372         </dependency>
373         <dependency>
374             <groupId>org.opendaylight.vtn</groupId>
375             <artifactId>odl-vtn-manager-neutron</artifactId>
376             <type>xml</type>
377             <classifier>features</classifier>
378         </dependency>
379         -->
380
381     </dependencies>
382 </project>