Move tsdr features to not compatible
[integration/distribution.git] / features / singles / odl-integration-compatible-with-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-compatible-with-all</artifactId>
21     <!-- TODO: Shorter 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 compatible together.</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-compatible-with-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
55         <!-- User facing single features. Alphabetical order -->
56
57         <!-- AAA -->
58         <dependency>
59             <groupId>org.opendaylight.aaa</groupId>
60             <artifactId>odl-aaa-shiro</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64
65         <!-- ALTO -->
66         <!-- Commenting this feature because SFT memory issues
67         <dependency>
68             <groupId>org.opendaylight.alto</groupId>
69             <artifactId>odl-alto-simpleird</artifactId>
70             <classifier>features</classifier>
71             <type>xml</type>
72         </dependency>
73         <dependency>
74             <groupId>org.opendaylight.alto</groupId>
75             <artifactId>odl-alto-manual-maps</artifactId>
76             <classifier>features</classifier>
77             <type>xml</type>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.alto</groupId>
81             <artifactId>odl-alto-simpleecs</artifactId>
82             <classifier>features</classifier>
83             <type>xml</type>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.alto</groupId>
87             <artifactId>odl-alto-auto-maps</artifactId>
88             <classifier>features</classifier>
89             <type>xml</type>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.alto</groupId>
93             <artifactId>odl-alto-spce</artifactId>
94             <classifier>features</classifier>
95             <type>xml</type>
96         </dependency>
97         -->
98
99         <!-- BGPCEP -->
100         <dependency>
101             <groupId>org.opendaylight.bgpcep</groupId>
102             <artifactId>odl-bgpcep-bgp</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.bgpcep</groupId>
108             <artifactId>odl-bgpcep-bmp</artifactId>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.bgpcep</groupId>
114             <artifactId>odl-bgpcep-pcep</artifactId>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.bgpcep</groupId>
120             <artifactId>odl-bgpcep-rsvp</artifactId>
121             <type>xml</type>
122             <classifier>features</classifier>
123         </dependency>
124
125         <!-- Daexim -->
126         <dependency>
127             <groupId>org.opendaylight.daexim</groupId>
128             <artifactId>odl-daexim-all</artifactId>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132
133         <!-- Distribution -->
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>odl-distribution-version</artifactId>
137             <type>xml</type>
138             <classifier>features</classifier>
139         </dependency>
140
141         <!-- DluxApps -->
142         <dependency>
143             <groupId>org.opendaylight.dluxapps</groupId>
144             <artifactId>odl-dluxapps-nodes</artifactId>
145             <type>xml</type>
146             <classifier>features</classifier>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.dluxapps</groupId>
150             <artifactId>odl-dluxapps-topology</artifactId>
151             <type>xml</type>
152             <classifier>features</classifier>
153         </dependency>
154         <dependency>
155             <groupId>org.opendaylight.dluxapps</groupId>
156             <artifactId>odl-dluxapps-yangman</artifactId>
157             <type>xml</type>
158             <classifier>features</classifier>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.dluxapps</groupId>
162             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
163             <type>xml</type>
164             <classifier>features</classifier>
165         </dependency>
166
167         <!-- InfraUtils -->
168         <dependency>
169             <groupId>org.opendaylight.infrautils</groupId>
170             <artifactId>odl-infrautils-ready</artifactId>
171             <type>xml</type>
172             <classifier>features</classifier>
173         </dependency>
174
175         <!-- LISP Flow Mapping -->
176         <dependency>
177             <groupId>org.opendaylight.lispflowmapping</groupId>
178             <artifactId>odl-lispflowmapping-msmr</artifactId>
179             <type>xml</type>
180             <classifier>features</classifier>
181         </dependency>
182
183         <!-- Netconf -->
184         <dependency>
185             <groupId>org.opendaylight.netconf</groupId>
186             <artifactId>odl-mdsal-apidocs</artifactId>
187             <classifier>features</classifier>
188             <type>xml</type>
189         </dependency>
190         <dependency>
191             <groupId>org.opendaylight.netconf</groupId>
192             <artifactId>odl-restconf</artifactId>
193             <classifier>features</classifier>
194             <type>xml</type>
195         </dependency>
196         <dependency>
197             <groupId>org.opendaylight.netconf</groupId>
198             <artifactId>odl-yanglib</artifactId>
199             <classifier>features</classifier>
200             <type>xml</type>
201         </dependency>
202
203         <!-- Neutron Northbound -->
204         <dependency>
205             <groupId>org.opendaylight.neutron</groupId>
206             <artifactId>odl-neutron-service</artifactId>
207             <type>xml</type>
208             <classifier>features</classifier>
209         </dependency>
210
211         <!-- NIC -->
212         <!-- Commenting this feature because SFT memory issues
213         <dependency>
214             <groupId>org.opendaylight.nic</groupId>
215             <artifactId>odl-nic-intent-common</artifactId>
216             <type>xml</type>
217             <classifier>features</classifier>
218         </dependency>
219         -->
220
221         <!-- OCPplugin -->
222         <!-- Not active project
223         <dependency>
224             <groupId>org.opendaylight.ocpplugin</groupId>
225             <artifactId>odl-ocpplugin-all</artifactId>
226             <type>xml</type>
227             <classifier>features</classifier>
228         </dependency>
229         -->
230
231         <!-- OpenflowPlugin -->
232         <dependency>
233             <groupId>org.opendaylight.openflowplugin</groupId>
234             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
235             <type>xml</type>
236             <classifier>features</classifier>
237         </dependency>
238         <dependency>
239             <groupId>org.opendaylight.openflowplugin</groupId>
240             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
241             <type>xml</type>
242             <classifier>features</classifier>
243         </dependency>
244
245         <!-- OVSDB -->
246         <dependency>
247             <groupId>org.opendaylight.ovsdb</groupId>
248             <artifactId>odl-ovsdb-library</artifactId>
249             <type>xml</type>
250             <classifier>features</classifier>
251         </dependency>
252         <dependency>
253             <groupId>org.opendaylight.ovsdb</groupId>
254             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
255             <type>xml</type>
256             <classifier>features</classifier>
257         </dependency>
258         <dependency>
259             <groupId>org.opendaylight.ovsdb</groupId>
260             <artifactId>odl-ovsdb-southbound-impl</artifactId>
261             <type>xml</type>
262             <classifier>features</classifier>
263         </dependency>
264
265         <!-- Packetcable -->
266         <dependency>
267             <groupId>org.opendaylight.packetcable</groupId>
268             <artifactId>odl-packetcable-policy-model</artifactId>
269             <type>xml</type>
270             <classifier>features</classifier>
271         </dependency>
272         <!-- Commenting because SFT memory issue
273         <dependency>
274             <groupId>org.opendaylight.packetcable</groupId>
275             <artifactId>odl-packetcable-policy-server</artifactId>
276             <type>xml</type>
277             <classifier>features</classifier>
278         </dependency>
279         <dependency>
280             <groupId>org.opendaylight.packetcable</groupId>
281             <artifactId>odl-packetcable-policy-server-all</artifactId>
282             <type>xml</type>
283             <classifier>features</classifier>
284         </dependency>
285         -->
286
287         <!-- SFC -->
288         <dependency>
289             <groupId>org.opendaylight.sfc</groupId>
290             <artifactId>odl-sfc-ovs</artifactId>
291             <type>xml</type>
292             <classifier>features</classifier>
293         </dependency>
294         <dependency>
295             <groupId>org.opendaylight.sfc</groupId>
296             <artifactId>odl-sfc-sb-rest</artifactId>
297             <type>xml</type>
298             <classifier>features</classifier>
299         </dependency>
300         <dependency>
301             <groupId>org.opendaylight.sfc</groupId>
302             <artifactId>odl-sfc-test-consumer</artifactId>
303             <type>xml</type>
304             <classifier>features</classifier>
305         </dependency>
306         <dependency>
307             <groupId>org.opendaylight.sfc</groupId>
308             <artifactId>odl-sfc-ui</artifactId>
309             <type>xml</type>
310             <classifier>features</classifier>
311         </dependency>
312         <dependency>
313             <groupId>org.opendaylight.sfc</groupId>
314             <artifactId>odl-sfclisp</artifactId>
315             <type>xml</type>
316             <classifier>features</classifier>
317         </dependency>
318
319         <!-- SNMP4SDN -->
320         <dependency>
321             <groupId>org.opendaylight.snmp4sdn</groupId>
322             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
323             <classifier>features</classifier>
324             <type>xml</type>
325         </dependency>
326
327         <!-- SXP -->
328         <dependency>
329             <groupId>org.opendaylight.sxp</groupId>
330             <artifactId>odl-sxp-controller</artifactId>
331             <classifier>features</classifier>
332             <type>xml</type>
333         </dependency>
334
335     </dependencies>
336 </project>