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