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