Bug 9307: Split features to avoid incompatiblities
[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>
28         Single feature containing all features separately compatible with odl-integration-compatible-with-all.
29         TODO: Split out 1node and 3node compatibility classes.
30     </description>
31     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
32     <licenses>
33         <license>
34             <name>Eclipse Public License v1.0</name>
35             <url>http://www.eclipse.org/legal/epl-v10.html</url>
36         </license>
37     </licenses>
38     <!-- FIXME: Add developers section -->
39     <scm>
40         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
41         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
42         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/singles/odl-integration-all;hb=HEAD</url>
43         <tag>HEAD</tag>
44     </scm>
45     <dependencyManagement>
46         <dependencies>
47             <dependency>
48                 <groupId>${project.groupId}</groupId>
49                 <artifactId>all-artifacts</artifactId>
50                 <version>${project.version}</version>
51                 <scope>import</scope>
52                 <type>pom</type>
53             </dependency>
54         </dependencies>
55     </dependencyManagement>
56     <dependencies>
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>odl-integration-compatible-with-all</artifactId>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63
64         <!-- External single feature dependencies in alphabetical order -->
65
66         <!-- BIER -->
67         <!-- Comment out because of SFT memory problem
68         <dependency>
69             <groupId>org.opendaylight.bier</groupId>
70             <artifactId>odl-bier-all</artifactId>
71             <type>xml</type>
72             <classifier>features</classifier>
73         </dependency>
74         -->
75
76         <!-- COE -->
77         <dependency>
78             <groupId>org.opendaylight.coe</groupId>
79             <artifactId>odl-coe</artifactId>
80             <type>xml</type>
81             <classifier>features</classifier>
82         </dependency>
83
84         <!-- FaaS -->
85         <!-- Comment out because of SFT memory problem
86         <dependency>
87             <groupId>org.opendaylight.faas</groupId>
88             <artifactId>odl-faas-all</artifactId>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92         -->
93
94         <!-- Genius -->
95         <dependency>
96             <groupId>org.opendaylight.genius</groupId>
97             <artifactId>odl-genius-rest</artifactId>
98             <type>xml</type>
99             <classifier>features</classifier>
100         </dependency>
101
102         <!-- L2switch -->
103         <dependency>
104             <groupId>org.opendaylight.l2switch</groupId>
105             <artifactId>odl-l2switch-switch</artifactId>
106             <classifier>features</classifier>
107             <type>xml</type>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.l2switch</groupId>
111             <artifactId>odl-l2switch-switch-rest</artifactId>
112             <classifier>features</classifier>
113             <type>xml</type>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.l2switch</groupId>
117             <artifactId>odl-l2switch-switch-ui</artifactId>
118             <classifier>features</classifier>
119             <type>xml</type>
120         </dependency>
121
122             <!-- NEMO -->
123         <dependency>
124             <groupId>org.opendaylight.nemo</groupId>
125             <artifactId>odl-nemo-engine</artifactId>
126             <classifier>features</classifier>
127             <type>xml</type>
128         </dependency>
129         <dependency>
130             <groupId>org.opendaylight.nemo</groupId>
131             <artifactId>odl-nemo-engine-rest</artifactId>
132             <classifier>features</classifier>
133             <type>xml</type>
134         </dependency>
135         <dependency>
136             <groupId>org.opendaylight.nemo</groupId>
137             <artifactId>odl-nemo-engine-ui</artifactId>
138             <classifier>features</classifier>
139             <type>xml</type>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.nemo</groupId>
143             <artifactId>odl-nemo-openflow-renderer</artifactId>
144             <classifier>features</classifier>
145             <type>xml</type>
146         </dependency>
147         <dependency>
148             <groupId>org.opendaylight.nemo</groupId>
149             <artifactId>odl-nemo-cli-renderer</artifactId>
150             <classifier>features</classifier>
151             <type>xml</type>
152         </dependency>
153
154         <!-- Netconf -->
155         <dependency>
156             <groupId>org.opendaylight.netconf</groupId>
157             <artifactId>odl-netconf-topology</artifactId>
158             <type>xml</type>
159             <classifier>features</classifier>
160         </dependency>
161         <dependency>
162             <groupId>org.opendaylight.netconf</groupId>
163             <artifactId>odl-netconf-clustered-topology</artifactId>
164             <type>xml</type>
165             <classifier>features</classifier>
166         </dependency>
167
168         <!-- Netvirt -->
169         <dependency>
170             <groupId>org.opendaylight.netvirt</groupId>
171             <artifactId>odl-netvirt-openstack</artifactId>
172             <type>xml</type>
173             <classifier>features</classifier>
174         </dependency>
175
176         <!-- OF-CONFIG -->
177         <dependency>
178             <groupId>org.opendaylight.of-config</groupId>
179             <artifactId>odl-of-config-all</artifactId>
180             <type>xml</type>
181             <classifier>features</classifier>
182         </dependency>
183
184         <!-- SFC -->
185         <dependency>
186             <groupId>org.opendaylight.sfc</groupId>
187             <artifactId>odl-sfc-ios-xe-renderer</artifactId>
188             <type>xml</type>
189             <classifier>features</classifier>
190         </dependency>
191         <dependency>
192             <groupId>org.opendaylight.sfc</groupId>
193             <artifactId>odl-sfc-openflow-renderer</artifactId>
194             <type>xml</type>
195             <classifier>features</classifier>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.sfc</groupId>
199             <artifactId>odl-sfc-vpp-renderer</artifactId>
200             <type>xml</type>
201             <classifier>features</classifier>
202         </dependency>
203
204         <!-- USC -->
205         <dependency>
206             <groupId>org.opendaylight.usc</groupId>
207             <artifactId>odl-usc-channel-ui</artifactId>
208             <type>xml</type>
209             <classifier>features</classifier>
210         </dependency>
211
212         <!-- VTN -->
213         <dependency>
214             <groupId>org.opendaylight.vtn</groupId>
215             <artifactId>odl-vtn-manager-rest</artifactId>
216             <type>xml</type>
217             <classifier>features</classifier>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.vtn</groupId>
221             <artifactId>odl-vtn-manager-neutron</artifactId>
222             <type>xml</type>
223             <classifier>features</classifier>
224         </dependency>
225
226     </dependencies>
227 </project>