Update SFC features in Oxygen
[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>3.0.2</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         <!-- Removed for the odlparent 3 / yangtools 2 migration
267         <dependency>
268             <groupId>org.opendaylight.packetcable</groupId>
269             <artifactId>odl-packetcable-policy-model</artifactId>
270             <type>xml</type>
271             <classifier>features</classifier>
272         </dependency>
273         -->
274         <!-- Commenting because SFT memory issue
275         <dependency>
276             <groupId>org.opendaylight.packetcable</groupId>
277             <artifactId>odl-packetcable-policy-server</artifactId>
278             <type>xml</type>
279             <classifier>features</classifier>
280         </dependency>
281         <dependency>
282             <groupId>org.opendaylight.packetcable</groupId>
283             <artifactId>odl-packetcable-policy-server-all</artifactId>
284             <type>xml</type>
285             <classifier>features</classifier>
286         </dependency>
287         -->
288
289         <!-- SFC -->
290         <dependency>
291             <groupId>org.opendaylight.sfc</groupId>
292             <artifactId>odl-sfc-ovs</artifactId>
293             <type>xml</type>
294             <classifier>features</classifier>
295         </dependency>
296         <dependency>
297             <groupId>org.opendaylight.sfc</groupId>
298             <artifactId>odl-sfc-sb-rest</artifactId>
299             <type>xml</type>
300             <classifier>features</classifier>
301         </dependency>
302         <dependency>
303             <groupId>org.opendaylight.sfc</groupId>
304             <artifactId>odl-sfc-ui</artifactId>
305             <type>xml</type>
306             <classifier>features</classifier>
307         </dependency>
308         <dependency>
309             <groupId>org.opendaylight.sfc</groupId>
310             <artifactId>odl-sfclisp</artifactId>
311             <type>xml</type>
312             <classifier>features</classifier>
313         </dependency>
314         <dependency>
315             <groupId>org.opendaylight.sfc</groupId>
316             <artifactId>odl-sfc-shell</artifactId>
317             <type>xml</type>
318             <classifier>features</classifier>
319         </dependency>
320
321         <!-- SNMP4SDN -->
322         <!-- Removed for the odlparent 3 / yangtools 2 migration
323         <dependency>
324             <groupId>org.opendaylight.snmp4sdn</groupId>
325             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
326             <classifier>features</classifier>
327             <type>xml</type>
328         </dependency>
329         -->
330
331         <!-- SXP -->
332         <dependency>
333             <groupId>org.opendaylight.sxp</groupId>
334             <artifactId>odl-sxp-controller</artifactId>
335             <classifier>features</classifier>
336             <type>xml</type>
337         </dependency>
338
339     </dependencies>
340 </project>