791cf35d5b59f918b962925a1d712d4e278d7062
[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.7.3-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         <dependency>
223             <groupId>org.opendaylight.ocpplugin</groupId>
224             <artifactId>odl-ocpplugin-all</artifactId>
225             <type>xml</type>
226             <classifier>features</classifier>
227         </dependency>
228
229         <!-- OpenflowPlugin -->
230         <dependency>
231             <groupId>org.opendaylight.openflowplugin</groupId>
232             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
233             <type>xml</type>
234             <classifier>features</classifier>
235         </dependency>
236         <dependency>
237             <groupId>org.opendaylight.openflowplugin</groupId>
238             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
239             <type>xml</type>
240             <classifier>features</classifier>
241         </dependency>
242
243         <!-- OVSDB -->
244         <dependency>
245             <groupId>org.opendaylight.ovsdb</groupId>
246             <artifactId>odl-ovsdb-library</artifactId>
247             <type>xml</type>
248             <classifier>features</classifier>
249         </dependency>
250         <dependency>
251             <groupId>org.opendaylight.ovsdb</groupId>
252             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
253             <type>xml</type>
254             <classifier>features</classifier>
255         </dependency>
256         <dependency>
257             <groupId>org.opendaylight.ovsdb</groupId>
258             <artifactId>odl-ovsdb-southbound-impl</artifactId>
259             <type>xml</type>
260             <classifier>features</classifier>
261         </dependency>
262
263         <!-- Packetcable -->
264         <dependency>
265             <groupId>org.opendaylight.packetcable</groupId>
266             <artifactId>odl-packetcable-policy-model</artifactId>
267             <type>xml</type>
268             <classifier>features</classifier>
269         </dependency>
270         <!-- Commenting because SFT memory issue
271         <dependency>
272             <groupId>org.opendaylight.packetcable</groupId>
273             <artifactId>odl-packetcable-policy-server</artifactId>
274             <type>xml</type>
275             <classifier>features</classifier>
276         </dependency>
277         <dependency>
278             <groupId>org.opendaylight.packetcable</groupId>
279             <artifactId>odl-packetcable-policy-server-all</artifactId>
280             <type>xml</type>
281             <classifier>features</classifier>
282         </dependency>
283         -->
284
285         <!-- SFC -->
286         <dependency>
287             <groupId>org.opendaylight.sfc</groupId>
288             <artifactId>odl-sfc-ovs</artifactId>
289             <type>xml</type>
290             <classifier>features</classifier>
291         </dependency>
292         <dependency>
293             <groupId>org.opendaylight.sfc</groupId>
294             <artifactId>odl-sfc-sb-rest</artifactId>
295             <type>xml</type>
296             <classifier>features</classifier>
297         </dependency>
298         <dependency>
299             <groupId>org.opendaylight.sfc</groupId>
300             <artifactId>odl-sfc-test-consumer</artifactId>
301             <type>xml</type>
302             <classifier>features</classifier>
303         </dependency>
304         <dependency>
305             <groupId>org.opendaylight.sfc</groupId>
306             <artifactId>odl-sfc-ui</artifactId>
307             <type>xml</type>
308             <classifier>features</classifier>
309         </dependency>
310         <dependency>
311             <groupId>org.opendaylight.sfc</groupId>
312             <artifactId>odl-sfclisp</artifactId>
313             <type>xml</type>
314             <classifier>features</classifier>
315         </dependency>
316
317         <!-- SNMP4SDN -->
318         <dependency>
319             <groupId>org.opendaylight.snmp4sdn</groupId>
320             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
321             <classifier>features</classifier>
322             <type>xml</type>
323         </dependency>
324
325         <!-- SXP -->
326         <dependency>
327             <groupId>org.opendaylight.sxp</groupId>
328             <artifactId>odl-sxp-controller</artifactId>
329             <classifier>features</classifier>
330             <type>xml</type>
331         </dependency>
332
333         <!-- Topoprocessing -->
334         <dependency>
335             <groupId>org.opendaylight.topoprocessing</groupId>
336             <artifactId>odl-topoprocessing-i2rs</artifactId>
337             <type>xml</type>
338             <classifier>features</classifier>
339         </dependency>
340         <dependency>
341             <groupId>org.opendaylight.topoprocessing</groupId>
342             <artifactId>odl-topoprocessing-inventory</artifactId>
343             <type>xml</type>
344             <classifier>features</classifier>
345         </dependency>
346         <dependency>
347             <groupId>org.opendaylight.topoprocessing</groupId>
348             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
349             <type>xml</type>
350             <classifier>features</classifier>
351         </dependency>
352         <dependency>
353             <groupId>org.opendaylight.topoprocessing</groupId>
354             <artifactId>odl-topoprocessing-network-topology</artifactId>
355             <type>xml</type>
356             <classifier>features</classifier>
357         </dependency>
358         <dependency>
359             <groupId>org.opendaylight.topoprocessing</groupId>
360             <artifactId>odl-topoprocessing-mlmt</artifactId>
361             <type>xml</type>
362             <classifier>features</classifier>
363         </dependency>
364
365         <!-- TTP -->
366         <dependency>
367             <groupId>org.opendaylight.ttp</groupId>
368             <artifactId>odl-ttp-model-rest</artifactId>
369             <type>xml</type>
370             <classifier>features</classifier>
371         </dependency>
372
373     </dependencies>
374 </project>