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