Revert "Temporary remove neutron from K4 distro"
[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.2</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         <!-- Daexim -->
66         <dependency>
67             <groupId>org.opendaylight.daexim</groupId>
68             <artifactId>odl-daexim-all</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72
73         <!-- Distribution -->
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>odl-distribution-version</artifactId>
77             <type>xml</type>
78             <classifier>features</classifier>
79         </dependency>
80
81          <!-- BGPCEP -->
82         <dependency>
83             <groupId>org.opendaylight.bgpcep</groupId>
84             <artifactId>odl-bgpcep-bgp</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88
89         <dependency>
90             <groupId>org.opendaylight.bgpcep</groupId>
91             <artifactId>odl-bgpcep-bmp</artifactId>
92             <type>xml</type>
93             <classifier>features</classifier>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.bgpcep</groupId>
97             <artifactId>odl-bgpcep-pcep</artifactId>
98             <type>xml</type>
99             <classifier>features</classifier>
100         </dependency>
101         <dependency>
102             <groupId>org.opendaylight.bgpcep</groupId>
103             <artifactId>odl-bgpcep-rsvp</artifactId>
104             <type>xml</type>
105             <classifier>features</classifier>
106         </dependency>
107
108         <!-- DluxApps -->
109         <dependency>
110             <groupId>org.opendaylight.dluxapps</groupId>
111             <artifactId>odl-dluxapps-nodes</artifactId>
112             <type>xml</type>
113             <classifier>features</classifier>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.dluxapps</groupId>
117             <artifactId>odl-dluxapps-topology</artifactId>
118             <type>xml</type>
119             <classifier>features</classifier>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.dluxapps</groupId>
123             <artifactId>odl-dluxapps-yangman</artifactId>
124             <type>xml</type>
125             <classifier>features</classifier>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.dluxapps</groupId>
129             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
130             <type>xml</type>
131             <classifier>features</classifier>
132         </dependency>
133
134         <!-- LISP Flow Mapping -->
135         <dependency>
136             <groupId>org.opendaylight.lispflowmapping</groupId>
137             <artifactId>odl-lispflowmapping-msmr</artifactId>
138             <type>xml</type>
139             <classifier>features</classifier>
140         </dependency>
141
142         <!-- Netconf -->
143         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
144         <dependency>
145             <groupId>org.opendaylight.netconf</groupId>
146             <artifactId>odl-netconf-mdsal</artifactId>
147             <type>xml</type>
148             <classifier>features</classifier>
149         </dependency>
150         -->
151         <dependency>
152             <groupId>org.opendaylight.netconf</groupId>
153             <artifactId>odl-restconf</artifactId>
154             <type>xml</type>
155             <classifier>features</classifier>
156         </dependency>
157
158         <!-- Neutron Northbound -->
159         <dependency>
160             <groupId>org.opendaylight.neutron</groupId>
161             <artifactId>odl-neutron-service</artifactId>
162             <type>xml</type>
163             <classifier>features</classifier>
164         </dependency>
165
166         <!-- OpenflowPlugin -->
167         <dependency>
168             <groupId>org.opendaylight.openflowplugin</groupId>
169             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
170             <type>xml</type>
171             <classifier>features</classifier>
172         </dependency>
173         <dependency>
174             <groupId>org.opendaylight.openflowplugin</groupId>
175             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
176             <type>xml</type>
177             <classifier>features</classifier>
178         </dependency>
179
180         <!-- TTP -->
181         <dependency>
182             <groupId>org.opendaylight.ttp</groupId>
183             <artifactId>odl-ttp-model-rest</artifactId>
184             <type>xml</type>
185             <classifier>features</classifier>
186         </dependency>
187
188         <!-- OVSDB -->
189         <dependency>
190             <groupId>org.opendaylight.ovsdb</groupId>
191             <artifactId>odl-ovsdb-library</artifactId>
192             <type>xml</type>
193             <classifier>features</classifier>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.ovsdb</groupId>
197             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
198             <type>xml</type>
199             <classifier>features</classifier>
200         </dependency>
201         <dependency>
202             <groupId>org.opendaylight.ovsdb</groupId>
203             <artifactId>odl-ovsdb-southbound-impl</artifactId>
204             <type>xml</type>
205             <classifier>features</classifier>
206         </dependency>
207
208         <!-- SXP -->
209         <dependency>
210             <groupId>org.opendaylight.sxp</groupId>
211             <artifactId>odl-sxp-controller</artifactId>
212             <classifier>features</classifier>
213             <type>xml</type>
214         </dependency>
215
216         <!-- Topoprocessing -->
217         <dependency>
218             <groupId>org.opendaylight.topoprocessing</groupId>
219             <artifactId>odl-topoprocessing-i2rs</artifactId>
220             <type>xml</type>
221             <classifier>features</classifier>
222         </dependency>
223         <dependency>
224             <groupId>org.opendaylight.topoprocessing</groupId>
225             <artifactId>odl-topoprocessing-inventory</artifactId>
226             <type>xml</type>
227             <classifier>features</classifier>
228         </dependency>
229         <dependency>
230             <groupId>org.opendaylight.topoprocessing</groupId>
231             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
232             <type>xml</type>
233             <classifier>features</classifier>
234         </dependency>
235         <dependency>
236             <groupId>org.opendaylight.topoprocessing</groupId>
237             <artifactId>odl-topoprocessing-network-topology</artifactId>
238             <type>xml</type>
239             <classifier>features</classifier>
240         </dependency>
241         <dependency>
242             <groupId>org.opendaylight.topoprocessing</groupId>
243             <artifactId>odl-topoprocessing-mlmt</artifactId>
244             <type>xml</type>
245             <classifier>features</classifier>
246         </dependency>
247
248     </dependencies>
249 </project>