Add OCPplugin to Distribution
[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          <!-- BGPCEP -->
66         <dependency>
67             <groupId>org.opendaylight.bgpcep</groupId>
68             <artifactId>odl-bgpcep-bgp</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.bgpcep</groupId>
74             <artifactId>odl-bgpcep-bmp</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.bgpcep</groupId>
80             <artifactId>odl-bgpcep-pcep</artifactId>
81             <type>xml</type>
82             <classifier>features</classifier>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.bgpcep</groupId>
86             <artifactId>odl-bgpcep-rsvp</artifactId>
87             <type>xml</type>
88             <classifier>features</classifier>
89         </dependency>
90
91         <!-- Daexim -->
92         <dependency>
93             <groupId>org.opendaylight.daexim</groupId>
94             <artifactId>odl-daexim-all</artifactId>
95             <type>xml</type>
96             <classifier>features</classifier>
97         </dependency>
98
99         <!-- Distribution -->
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>odl-distribution-version</artifactId>
103             <type>xml</type>
104             <classifier>features</classifier>
105         </dependency>
106
107         <!-- DluxApps -->
108         <dependency>
109             <groupId>org.opendaylight.dluxapps</groupId>
110             <artifactId>odl-dluxapps-nodes</artifactId>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.dluxapps</groupId>
116             <artifactId>odl-dluxapps-topology</artifactId>
117             <type>xml</type>
118             <classifier>features</classifier>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.dluxapps</groupId>
122             <artifactId>odl-dluxapps-yangman</artifactId>
123             <type>xml</type>
124             <classifier>features</classifier>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.dluxapps</groupId>
128             <artifactId>odl-dluxapps-yangvisualizer</artifactId>
129             <type>xml</type>
130             <classifier>features</classifier>
131         </dependency>
132
133         <!-- Honeycomb/VBD -->
134         <!-- Commented out because netconf topology issue
135         <dependency>
136             <groupId>org.opendaylight.honeycomb.vbd</groupId>
137             <artifactId>odl-vbd</artifactId>
138             <classifier>features</classifier>
139             <type>xml</type>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.honeycomb.vbd</groupId>
143             <artifactId>odl-vbd-rest</artifactId>
144             <classifier>features</classifier>
145             <type>xml</type>
146         </dependency>
147         <dependency>
148             <groupId>org.opendaylight.honeycomb.vbd</groupId>
149             <artifactId>odl-vbd-ui</artifactId>
150             <classifier>features</classifier>
151             <type>xml</type>
152         </dependency>
153         -->
154
155         <!-- LISP Flow Mapping -->
156         <dependency>
157             <groupId>org.opendaylight.lispflowmapping</groupId>
158             <artifactId>odl-lispflowmapping-msmr</artifactId>
159             <type>xml</type>
160             <classifier>features</classifier>
161         </dependency>
162
163         <!-- Netconf -->
164         <!-- Commented out because netconf topology issue
165         <dependency>
166             <groupId>org.opendaylight.netconf</groupId>
167             <artifactId>odl-netconf-mdsal</artifactId>
168             <type>xml</type>
169             <classifier>features</classifier>
170         </dependency>
171         -->
172         <dependency>
173             <groupId>org.opendaylight.netconf</groupId>
174             <artifactId>odl-mdsal-apidocs</artifactId>
175             <classifier>features</classifier>
176             <type>xml</type>
177         </dependency>
178         <!-- Commented out because netconf topology issue
179         <dependency>
180             <groupId>org.opendaylight.netconf</groupId>
181             <artifactId>odl-netconf-callhome-ssh</artifactId>
182             <classifier>features</classifier>
183             <type>xml</type>
184         </dependency>
185         <dependency>
186             <groupId>org.opendaylight.netconf</groupId>
187             <artifactId>odl-netconf-console</artifactId>
188             <classifier>features</classifier>
189             <type>xml</type>
190         </dependency>
191         -->
192         <dependency>
193             <groupId>org.opendaylight.netconf</groupId>
194             <artifactId>odl-restconf</artifactId>
195             <classifier>features</classifier>
196             <type>xml</type>
197         </dependency>
198         <dependency>
199             <groupId>org.opendaylight.netconf</groupId>
200             <artifactId>odl-yanglib</artifactId>
201             <classifier>features</classifier>
202             <type>xml</type>
203         </dependency>
204
205         <!-- Neutron Northbound -->
206         <dependency>
207             <groupId>org.opendaylight.neutron</groupId>
208             <artifactId>odl-neutron-service</artifactId>
209             <type>xml</type>
210             <classifier>features</classifier>
211         </dependency>
212
213         <!-- OCPplugin -->
214         <dependency>
215             <groupId>org.opendaylight.ocpplugin</groupId>
216             <artifactId>odl-ocpplugin-all</artifactId>
217             <type>xml</type>
218             <classifier>features</classifier>
219         </dependency>
220
221         <!-- OpenflowPlugin -->
222         <dependency>
223             <groupId>org.opendaylight.openflowplugin</groupId>
224             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
225             <type>xml</type>
226             <classifier>features</classifier>
227         </dependency>
228         <dependency>
229             <groupId>org.opendaylight.openflowplugin</groupId>
230             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
231             <type>xml</type>
232             <classifier>features</classifier>
233         </dependency>
234
235         <!-- OVSDB -->
236         <dependency>
237             <groupId>org.opendaylight.ovsdb</groupId>
238             <artifactId>odl-ovsdb-library</artifactId>
239             <type>xml</type>
240             <classifier>features</classifier>
241         </dependency>
242         <dependency>
243             <groupId>org.opendaylight.ovsdb</groupId>
244             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
245             <type>xml</type>
246             <classifier>features</classifier>
247         </dependency>
248         <dependency>
249             <groupId>org.opendaylight.ovsdb</groupId>
250             <artifactId>odl-ovsdb-southbound-impl</artifactId>
251             <type>xml</type>
252             <classifier>features</classifier>
253         </dependency>
254
255         <!-- SNMP4SDN -->
256         <dependency>
257             <groupId>org.opendaylight.snmp4sdn</groupId>
258             <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
259             <classifier>features</classifier>
260             <type>xml</type>
261         </dependency>
262
263         <!-- SXP -->
264         <dependency>
265             <groupId>org.opendaylight.sxp</groupId>
266             <artifactId>odl-sxp-controller</artifactId>
267             <classifier>features</classifier>
268             <type>xml</type>
269         </dependency>
270
271         <!-- Topoprocessing -->
272         <dependency>
273             <groupId>org.opendaylight.topoprocessing</groupId>
274             <artifactId>odl-topoprocessing-i2rs</artifactId>
275             <type>xml</type>
276             <classifier>features</classifier>
277         </dependency>
278         <dependency>
279             <groupId>org.opendaylight.topoprocessing</groupId>
280             <artifactId>odl-topoprocessing-inventory</artifactId>
281             <type>xml</type>
282             <classifier>features</classifier>
283         </dependency>
284         <dependency>
285             <groupId>org.opendaylight.topoprocessing</groupId>
286             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
287             <type>xml</type>
288             <classifier>features</classifier>
289         </dependency>
290         <dependency>
291             <groupId>org.opendaylight.topoprocessing</groupId>
292             <artifactId>odl-topoprocessing-network-topology</artifactId>
293             <type>xml</type>
294             <classifier>features</classifier>
295         </dependency>
296         <dependency>
297             <groupId>org.opendaylight.topoprocessing</groupId>
298             <artifactId>odl-topoprocessing-mlmt</artifactId>
299             <type>xml</type>
300             <classifier>features</classifier>
301         </dependency>
302
303         <!-- TTP -->
304         <dependency>
305             <groupId>org.opendaylight.ttp</groupId>
306             <artifactId>odl-ttp-model-rest</artifactId>
307             <type>xml</type>
308             <classifier>features</classifier>
309         </dependency>
310
311         <!-- Unimgr -->
312         <dependency>
313             <groupId>org.opendaylight.unimgr</groupId>
314             <artifactId>odl-unimgr</artifactId>
315             <type>xml</type>
316             <classifier>features</classifier>
317         </dependency>
318
319     </dependencies>
320 </project>