Add NETCONF to integration/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         <!-- 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-mdsal-apidocs</artifactId>
154             <classifier>features</classifier>
155             <type>xml</type>
156         </dependency>
157         <dependency>
158             <groupId>org.opendaylight.netconf</groupId>
159             <artifactId>odl-netconf-callhome-ssh</artifactId>
160             <classifier>features</classifier>
161             <type>xml</type>
162         </dependency>
163         <dependency>
164             <groupId>org.opendaylight.netconf</groupId>
165             <artifactId>odl-netconf-console</artifactId>
166             <classifier>features</classifier>
167             <type>xml</type>
168         </dependency>
169         <dependency>
170             <groupId>org.opendaylight.netconf</groupId>
171             <artifactId>odl-restconf</artifactId>
172             <classifier>features</classifier>
173             <type>xml</type>
174         </dependency>
175         <dependency>
176             <groupId>org.opendaylight.netconf</groupId>
177             <artifactId>odl-yanglib</artifactId>
178             <classifier>features</classifier>
179             <type>xml</type>
180         </dependency>
181
182         <!-- Neutron Northbound -->
183         <dependency>
184             <groupId>org.opendaylight.neutron</groupId>
185             <artifactId>odl-neutron-service</artifactId>
186             <type>xml</type>
187             <classifier>features</classifier>
188         </dependency>
189
190         <!-- OpenflowPlugin -->
191         <dependency>
192             <groupId>org.opendaylight.openflowplugin</groupId>
193             <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
194             <type>xml</type>
195             <classifier>features</classifier>
196         </dependency>
197         <dependency>
198             <groupId>org.opendaylight.openflowplugin</groupId>
199             <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
200             <type>xml</type>
201             <classifier>features</classifier>
202         </dependency>
203
204         <!-- TTP -->
205         <dependency>
206             <groupId>org.opendaylight.ttp</groupId>
207             <artifactId>odl-ttp-model-rest</artifactId>
208             <type>xml</type>
209             <classifier>features</classifier>
210         </dependency>
211
212         <!-- OVSDB -->
213         <dependency>
214             <groupId>org.opendaylight.ovsdb</groupId>
215             <artifactId>odl-ovsdb-library</artifactId>
216             <type>xml</type>
217             <classifier>features</classifier>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.ovsdb</groupId>
221             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
222             <type>xml</type>
223             <classifier>features</classifier>
224         </dependency>
225         <dependency>
226             <groupId>org.opendaylight.ovsdb</groupId>
227             <artifactId>odl-ovsdb-southbound-impl</artifactId>
228             <type>xml</type>
229             <classifier>features</classifier>
230         </dependency>
231
232         <!-- SXP -->
233         <dependency>
234             <groupId>org.opendaylight.sxp</groupId>
235             <artifactId>odl-sxp-controller</artifactId>
236             <classifier>features</classifier>
237             <type>xml</type>
238         </dependency>
239
240         <!-- Topoprocessing -->
241         <dependency>
242             <groupId>org.opendaylight.topoprocessing</groupId>
243             <artifactId>odl-topoprocessing-i2rs</artifactId>
244             <type>xml</type>
245             <classifier>features</classifier>
246         </dependency>
247         <dependency>
248             <groupId>org.opendaylight.topoprocessing</groupId>
249             <artifactId>odl-topoprocessing-inventory</artifactId>
250             <type>xml</type>
251             <classifier>features</classifier>
252         </dependency>
253         <dependency>
254             <groupId>org.opendaylight.topoprocessing</groupId>
255             <artifactId>odl-topoprocessing-inventory-rendering</artifactId>
256             <type>xml</type>
257             <classifier>features</classifier>
258         </dependency>
259         <dependency>
260             <groupId>org.opendaylight.topoprocessing</groupId>
261             <artifactId>odl-topoprocessing-network-topology</artifactId>
262             <type>xml</type>
263             <classifier>features</classifier>
264         </dependency>
265         <dependency>
266             <groupId>org.opendaylight.topoprocessing</groupId>
267             <artifactId>odl-topoprocessing-mlmt</artifactId>
268             <type>xml</type>
269             <classifier>features</classifier>
270         </dependency>
271
272     </dependencies>
273 </project>