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.7.1-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         <dependency>
68             <groupId>org.opendaylight.bier</groupId>
69             <artifactId>odl-bier-all</artifactId>
70             <type>xml</type>
71             <classifier>features</classifier>
72         </dependency>
73
74         <!-- Cardinal -->
75         <dependency>
76             <groupId>org.opendaylight.cardinal</groupId>
77             <artifactId>odl-cardinal-ui</artifactId>
78             <type>xml</type>
79             <classifier>features</classifier>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.cardinal</groupId>
83             <artifactId>odl-cardinal</artifactId>
84             <type>xml</type>
85             <classifier>features</classifier>
86         </dependency>
87
88         <!-- COE -->
89         <dependency>
90             <groupId>org.opendaylight.coe</groupId>
91             <artifactId>odl-coe</artifactId>
92             <type>xml</type>
93             <classifier>features</classifier>
94         </dependency>
95
96         <!-- FaaS -->
97         <!-- Comment out because of SFT memory problem
98         <dependency>
99             <groupId>org.opendaylight.faas</groupId>
100             <artifactId>odl-faas-all</artifactId>
101             <type>xml</type>
102             <classifier>features</classifier>
103         </dependency>
104         -->
105
106         <!-- Genius -->
107         <dependency>
108             <groupId>org.opendaylight.genius</groupId>
109             <artifactId>odl-genius-rest</artifactId>
110             <type>xml</type>
111             <classifier>features</classifier>
112         </dependency>
113
114         <!-- L2switch -->
115         <dependency>
116             <groupId>org.opendaylight.l2switch</groupId>
117             <artifactId>odl-l2switch-switch</artifactId>
118             <classifier>features</classifier>
119             <type>xml</type>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.l2switch</groupId>
123             <artifactId>odl-l2switch-switch-rest</artifactId>
124             <classifier>features</classifier>
125             <type>xml</type>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.l2switch</groupId>
129             <artifactId>odl-l2switch-switch-ui</artifactId>
130             <classifier>features</classifier>
131             <type>xml</type>
132         </dependency>
133
134             <!-- NEMO -->
135         <dependency>
136             <groupId>org.opendaylight.nemo</groupId>
137             <artifactId>odl-nemo-engine</artifactId>
138             <classifier>features</classifier>
139             <type>xml</type>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.nemo</groupId>
143             <artifactId>odl-nemo-engine-rest</artifactId>
144             <classifier>features</classifier>
145             <type>xml</type>
146         </dependency>
147         <dependency>
148             <groupId>org.opendaylight.nemo</groupId>
149             <artifactId>odl-nemo-engine-ui</artifactId>
150             <classifier>features</classifier>
151             <type>xml</type>
152         </dependency>
153         <dependency>
154             <groupId>org.opendaylight.nemo</groupId>
155             <artifactId>odl-nemo-openflow-renderer</artifactId>
156             <classifier>features</classifier>
157             <type>xml</type>
158         </dependency>
159         <dependency>
160             <groupId>org.opendaylight.nemo</groupId>
161             <artifactId>odl-nemo-cli-renderer</artifactId>
162             <classifier>features</classifier>
163             <type>xml</type>
164         </dependency>
165
166         <!-- Netconf -->
167         <dependency>
168             <groupId>org.opendaylight.netconf</groupId>
169             <artifactId>odl-netconf-topology</artifactId>
170             <type>xml</type>
171             <classifier>features</classifier>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.netconf</groupId>
175             <artifactId>odl-netconf-clustered-topology</artifactId>
176             <type>xml</type>
177             <classifier>features</classifier>
178         </dependency>
179
180         <!-- Netvirt -->
181         <dependency>
182             <groupId>org.opendaylight.netvirt</groupId>
183             <artifactId>odl-netvirt-openstack</artifactId>
184             <type>xml</type>
185             <classifier>features</classifier>
186         </dependency>
187
188         <!-- OF-CONFIG -->
189         <dependency>
190             <groupId>org.opendaylight.of-config</groupId>
191             <artifactId>odl-of-config-all</artifactId>
192             <type>xml</type>
193             <classifier>features</classifier>
194         </dependency>
195
196         <!-- SFC -->
197         <dependency>
198             <groupId>org.opendaylight.sfc</groupId>
199             <artifactId>odl-sfc-ios-xe-renderer</artifactId>
200             <type>xml</type>
201             <classifier>features</classifier>
202         </dependency>
203         <dependency>
204             <groupId>org.opendaylight.sfc</groupId>
205             <artifactId>odl-sfc-openflow-renderer</artifactId>
206             <type>xml</type>
207             <classifier>features</classifier>
208         </dependency>
209         <dependency>
210             <groupId>org.opendaylight.sfc</groupId>
211             <artifactId>odl-sfc-vpp-renderer</artifactId>
212             <type>xml</type>
213             <classifier>features</classifier>
214         </dependency>
215
216         <!-- USC -->
217         <dependency>
218             <groupId>org.opendaylight.usc</groupId>
219             <artifactId>odl-usc-channel-ui</artifactId>
220             <type>xml</type>
221             <classifier>features</classifier>
222         </dependency>
223
224         <!-- VTN -->
225         <dependency>
226             <groupId>org.opendaylight.vtn</groupId>
227             <artifactId>odl-vtn-manager-rest</artifactId>
228             <type>xml</type>
229             <classifier>features</classifier>
230         </dependency>
231         <dependency>
232             <groupId>org.opendaylight.vtn</groupId>
233             <artifactId>odl-vtn-manager-neutron</artifactId>
234             <type>xml</type>
235             <classifier>features</classifier>
236         </dependency>
237
238     </dependencies>
239 </project>