Add Dlux and DluxApps to Nitrogen
[integration/distribution.git] / features / singles / odl-integration-compatible-with-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.0</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-compatible-with-all</artifactId>
21     <!-- TODO: Shorter 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 compatible together.</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-compatible-with-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
55         <!-- User facing single features. Alphabetical order -->
56
57         <!-- AAA -->
58         <dependency>
59             <groupId>org.opendaylight.aaa</groupId>
60             <artifactId>odl-aaa-shiro</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64
65         <!-- Distribution -->
66         <dependency>
67             <groupId>${project.groupId}</groupId>
68             <artifactId>odl-distribution-version</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72
73          <!-- BGPCEP -->
74         <dependency>
75             <groupId>org.opendaylight.bgpcep</groupId>
76             <artifactId>odl-bgpcep-bgp</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.bgpcep</groupId>
82             <artifactId>odl-bgpcep-bmp</artifactId>
83             <type>xml</type>
84             <classifier>features</classifier>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.bgpcep</groupId>
88             <artifactId>odl-bgpcep-pcep</artifactId>
89             <type>xml</type>
90             <classifier>features</classifier>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.bgpcep</groupId>
94             <artifactId>odl-bgpcep-rsvp</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98
99         <!-- DluxApps -->
100         <dependency>
101             <groupId>org.opendaylight.dluxapps</groupId>
102             <artifactId>odl-dluxapps-nodes</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106         <dependency>
107             <groupId>org.opendaylight.dluxapps</groupId>
108             <artifactId>odl-dluxapps-topology</artifactId>
109             <type>xml</type>
110             <classifier>features</classifier>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.dluxapps</groupId>
114             <artifactId>odl-dluxapps-yangman</artifactId>
115             <type>xml</type>
116             <classifier>features</classifier>
117         </dependency>
118         <dependency>
119             <groupId>org.opendaylight.dluxapps</groupId>
120             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
121             <type>xml</type>
122             <classifier>features</classifier>
123         </dependency>
124
125         <!-- Netconf -->
126         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
127         <dependency>
128             <groupId>org.opendaylight.netconf</groupId>
129             <artifactId>odl-netconf-mdsal</artifactId>
130             <type>xml</type>
131             <classifier>features</classifier>
132         </dependency>
133         -->
134         <dependency>
135             <groupId>org.opendaylight.netconf</groupId>
136             <artifactId>odl-restconf</artifactId>
137             <type>xml</type>
138             <classifier>features</classifier>
139         </dependency>
140
141         <!-- Neutron Northbound -->
142         <!-- Temporary remove because SFT Server unhealth
143         <dependency>
144             <groupId>org.opendaylight.neutron</groupId>
145             <artifactId>odl-neutron-service</artifactId>
146             <type>xml</type>
147             <classifier>features</classifier>
148         </dependency>
149         -->
150
151         <!-- OpenflowPlugin -->
152         <dependency>
153             <groupId>org.opendaylight.openflowplugin</groupId>
154             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
155             <type>xml</type>
156             <classifier>features</classifier>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.openflowplugin</groupId>
160             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
161             <type>xml</type>
162             <classifier>features</classifier>
163         </dependency>
164
165         <!-- TTP -->
166         <dependency>
167             <groupId>org.opendaylight.ttp</groupId>
168             <artifactId>odl-ttp-model-rest</artifactId>
169             <type>xml</type>
170             <classifier>features</classifier>
171         </dependency>
172
173         <!-- OVSDB -->
174         <dependency>
175             <groupId>org.opendaylight.ovsdb</groupId>
176             <artifactId>odl-ovsdb-library</artifactId>
177             <type>xml</type>
178             <classifier>features</classifier>
179         </dependency>
180         <dependency>
181             <groupId>org.opendaylight.ovsdb</groupId>
182             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
183             <type>xml</type>
184             <classifier>features</classifier>
185         </dependency>
186         <dependency>
187             <groupId>org.opendaylight.ovsdb</groupId>
188             <artifactId>odl-ovsdb-southbound-impl</artifactId>
189             <type>xml</type>
190             <classifier>features</classifier>
191         </dependency>
192
193         <!-- SXP -->
194         <dependency>
195             <groupId>org.opendaylight.sxp</groupId>
196             <artifactId>odl-sxp-controller</artifactId>
197             <classifier>features</classifier>
198             <type>xml</type>
199         </dependency>
200
201         <!-- Topoprocessing -->
202         <dependency>
203             <groupId>org.opendaylight.topoprocessing</groupId>
204             <artifactId>odl-topoprocessing-i2rs</artifactId>
205             <type>xml</type>
206             <classifier>features</classifier>
207         </dependency>
208         <dependency>
209             <groupId>org.opendaylight.topoprocessing</groupId>
210             <artifactId>odl-topoprocessing-inventory</artifactId>
211             <type>xml</type>
212             <classifier>features</classifier>
213         </dependency>
214         <dependency>
215             <groupId>org.opendaylight.topoprocessing</groupId>
216             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
217             <type>xml</type>
218             <classifier>features</classifier>
219         </dependency>
220         <dependency>
221             <groupId>org.opendaylight.topoprocessing</groupId>
222             <artifactId>odl-topoprocessing-network-topology</artifactId>
223             <type>xml</type>
224             <classifier>features</classifier>
225         </dependency>
226         <dependency>
227             <groupId>org.opendaylight.topoprocessing</groupId>
228             <artifactId>odl-topoprocessing-mlmt</artifactId>
229             <type>xml</type>
230             <classifier>features</classifier>
231         </dependency>
232
233     </dependencies>
234 </project>