Add usc to 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.4</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.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 bier 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         <!-- Genius -->
82         <dependency>
83             <groupId>org.opendaylight.genius</groupId>
84             <artifactId>odl-genius-rest</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88
89         <!-- L2switch -->
90         <dependency>
91             <groupId>org.opendaylight.l2switch</groupId>
92             <artifactId>odl-l2switch-switch</artifactId>
93             <classifier>features</classifier>
94             <type>xml</type>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.l2switch</groupId>
98             <artifactId>odl-l2switch-switch-rest</artifactId>
99             <classifier>features</classifier>
100             <type>xml</type>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.l2switch</groupId>
104             <artifactId>odl-l2switch-switch-ui</artifactId>
105             <classifier>features</classifier>
106             <type>xml</type>
107         </dependency>
108
109         <!-- Netconf -->
110         <dependency>
111             <groupId>org.opendaylight.netconf</groupId>
112             <artifactId>odl-netconf-topology</artifactId>
113             <type>xml</type>
114             <classifier>features</classifier>
115         </dependency>
116         <dependency>
117             <groupId>org.opendaylight.netconf</groupId>
118             <artifactId>odl-netconf-clustered-topology</artifactId>
119             <type>xml</type>
120             <classifier>features</classifier>
121         </dependency>
122
123         <!-- Netvirt -->
124         <dependency>
125             <groupId>org.opendaylight.netvirt</groupId>
126             <artifactId>odl-netvirt-openstack</artifactId>
127             <type>xml</type>
128             <classifier>features</classifier>
129         </dependency>
130
131         <!-- OF-CONFIG -->
132         <dependency>
133             <groupId>org.opendaylight.of-config</groupId>
134             <artifactId>odl-of-config-all</artifactId>
135             <type>xml</type>
136             <classifier>features</classifier>
137         </dependency>
138
139         <!-- SFC -->
140         <dependency>
141             <groupId>org.opendaylight.sfc</groupId>
142             <artifactId>odl-sfc-ios-xe-renderer</artifactId>
143             <type>xml</type>
144             <classifier>features</classifier>
145         </dependency>
146         <dependency>
147             <groupId>org.opendaylight.sfc</groupId>
148             <artifactId>odl-sfc-openflow-renderer</artifactId>
149             <type>xml</type>
150             <classifier>features</classifier>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.sfc</groupId>
154             <artifactId>odl-sfc-vpp-renderer</artifactId>
155             <type>xml</type>
156             <classifier>features</classifier>
157         </dependency>
158
159         <!-- USC -->
160         <dependency>
161             <groupId>org.opendaylight.usc</groupId>
162             <artifactId>odl-usc-channel-ui</artifactId>
163             <type>xml</type>
164             <classifier>features</classifier>
165         </dependency>
166
167         <!-- VTN -->
168         <dependency>
169             <groupId>org.opendaylight.vtn</groupId>
170             <artifactId>odl-vtn-manager-rest</artifactId>
171             <type>xml</type>
172             <classifier>features</classifier>
173         </dependency>
174         <dependency>
175             <groupId>org.opendaylight.vtn</groupId>
176             <artifactId>odl-vtn-manager-neutron</artifactId>
177             <type>xml</type>
178             <classifier>features</classifier>
179         </dependency>
180
181     </dependencies>
182 </project>