Remove commented-out controller deependencies
[netvirt.git] / features / odl-netvirt-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>7.0.1</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>odl-netvirt-impl</artifactId>
20     <version>0.11.0-SNAPSHOT</version>
21     <name>OpenDaylight :: NetVirt :: impl</name>
22     <packaging>feature</packaging>
23     <modelVersion>4.0.0</modelVersion>
24
25     <dependencies>
26         <dependency>
27             <groupId>org.opendaylight.genius</groupId>
28             <artifactId>odl-genius</artifactId>
29             <version>0.9.0-SNAPSHOT</version>
30             <type>xml</type>
31             <classifier>features</classifier>
32         </dependency>
33         <dependency>
34             <groupId>org.opendaylight.infrautils</groupId>
35             <artifactId>odl-infrautils-inject</artifactId>
36             <version>1.8.0-SNAPSHOT</version>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.infrautils</groupId>
42             <artifactId>odl-infrautils-diagstatus</artifactId>
43             <version>1.8.0-SNAPSHOT</version>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>${project.groupId}</groupId>
49             <artifactId>odl-netvirt-api</artifactId>
50             <version>${project.version}</version>
51             <type>xml</type>
52             <classifier>features</classifier>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.neutron</groupId>
56             <artifactId>odl-neutron-spi</artifactId>
57             <version>0.15.0-SNAPSHOT</version>
58             <type>xml</type>
59             <classifier>features</classifier>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.openflowplugin</groupId>
63             <artifactId>odl-openflowplugin-southbound</artifactId>
64             <version>0.11.0-SNAPSHOT</version>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.openflowplugin</groupId>
70             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
71             <version>0.11.0-SNAPSHOT</version>
72             <type>xml</type>
73             <classifier>features</classifier>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.openflowplugin</groupId>
77             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
78             <version>0.11.0-SNAPSHOT</version>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.ovsdb</groupId>
84             <artifactId>odl-ovsdb-southbound-impl</artifactId>
85             <version>1.11.0-SNAPSHOT</version>
86             <type>xml</type>
87             <classifier>features</classifier>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.ovsdb</groupId>
91             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
92             <version>1.11.0-SNAPSHOT</version>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.ovsdb</groupId>
98             <artifactId>odl-ovsdb-utils</artifactId>
99             <version>1.11.0-SNAPSHOT</version>
100             <type>xml</type>
101             <classifier>features</classifier>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.infrautils</groupId>
105             <artifactId>odl-infrautils-metrics</artifactId>
106             <version>1.8.0-SNAPSHOT</version>
107             <type>xml</type>
108             <classifier>features</classifier>
109         </dependency>
110         <dependency>
111             <groupId>${project.groupId}</groupId>
112             <artifactId>aclservice-impl</artifactId>
113             <version>${project.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>${project.groupId}</groupId>
117             <artifactId>aclservice-shell</artifactId>
118             <version>${project.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>${project.groupId}</groupId>
122             <artifactId>bgpmanager-impl</artifactId>
123             <version>${project.version}</version>
124             <exclusions>
125                 <exclusion>
126                     <!-- This needs to be wrapped, see feature.xml -->
127                     <groupId>org.apache.thrift</groupId>
128                     <artifactId>libthrift</artifactId>
129                 </exclusion>
130             </exclusions>
131         </dependency>
132         <dependency>
133             <groupId>${project.groupId}</groupId>
134             <artifactId>cache-impl</artifactId>
135             <version>${project.version}</version>
136         </dependency>
137         <dependency>
138             <groupId>${project.groupId}</groupId>
139             <artifactId>dhcpservice-impl</artifactId>
140             <version>${project.version}</version>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>fibmanager-impl</artifactId>
145             <version>${project.version}</version>
146         </dependency>
147         <dependency>
148             <groupId>${project.groupId}</groupId>
149             <artifactId>fibmanager-shell</artifactId>
150             <version>${project.version}</version>
151         </dependency>
152         <dependency>
153             <groupId>${project.groupId}</groupId>
154             <artifactId>elanmanager-impl</artifactId>
155             <version>${project.version}</version>
156         </dependency>
157         <dependency>
158             <groupId>${project.groupId}</groupId>
159             <artifactId>natservice-impl</artifactId>
160             <version>${project.version}</version>
161         </dependency>
162         <dependency>
163             <groupId>${project.groupId}</groupId>
164             <artifactId>neutronvpn-impl</artifactId>
165             <version>${project.version}</version>
166         </dependency>
167         <dependency>
168             <groupId>${project.groupId}</groupId>
169             <artifactId>neutronvpn-shell</artifactId>
170             <version>${project.version}</version>
171         </dependency>
172         <dependency>
173             <groupId>${project.groupId}</groupId>
174             <artifactId>qosservice-impl</artifactId>
175             <version>${project.version}</version>
176         </dependency>
177         <dependency>
178             <groupId>${project.groupId}</groupId>
179             <artifactId>ipv6service-impl</artifactId>
180             <version>${project.version}</version>
181         </dependency>
182         <dependency>
183             <groupId>${project.groupId}</groupId>
184             <artifactId>ipv6service-shell</artifactId>
185             <version>${project.version}</version>
186         </dependency>
187         <dependency>
188             <groupId>${project.groupId}</groupId>
189             <artifactId>statemanager-impl</artifactId>
190             <version>${project.version}</version>
191         </dependency>
192         <dependency>
193             <groupId>${project.groupId}</groupId>
194             <artifactId>vpnmanager-impl</artifactId>
195             <version>${project.version}</version>
196         </dependency>
197         <dependency>
198             <groupId>${project.groupId}</groupId>
199             <artifactId>vpnmanager-shell</artifactId>
200             <version>${project.version}</version>
201         </dependency>
202         <dependency>
203             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-aclservice-config.xml" -->
204             <groupId>${project.groupId}</groupId>
205             <artifactId>aclservice-impl</artifactId>
206             <version>${project.version}</version>
207             <type>xml</type>
208             <classifier>config</classifier>
209         </dependency>
210         <dependency>
211             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-dhcpservice-config.xml" -->
212             <groupId>${project.groupId}</groupId>
213             <artifactId>dhcpservice-impl</artifactId>
214             <version>${project.version}</version>
215             <type>xml</type>
216             <classifier>config</classifier>
217         </dependency>
218         <dependency>
219             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-elanmanager-config.xml" -->
220             <groupId>${project.groupId}</groupId>
221             <artifactId>elanmanager-impl</artifactId>
222             <version>${project.version}</version>
223             <type>xml</type>
224             <classifier>config</classifier>
225         </dependency>
226         <dependency>
227             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-natservice-config.xml" -->
228             <groupId>${project.groupId}</groupId>
229             <artifactId>natservice-impl</artifactId>
230             <version>${project.version}</version>
231             <type>xml</type>
232             <classifier>config</classifier>
233         </dependency>
234         <dependency>
235             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-neutronvpn-config.xml" -->
236             <groupId>${project.groupId}</groupId>
237             <artifactId>neutronvpn-impl</artifactId>
238             <version>${project.version}</version>
239             <type>xml</type>
240             <classifier>config</classifier>
241         </dependency>
242         <dependency>
243             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-qosservice-config.xml" -->
244             <groupId>${project.groupId}</groupId>
245             <artifactId>qosservice-impl</artifactId>
246             <version>${project.version}</version>
247             <type>xml</type>
248             <classifier>config</classifier>
249         </dependency>
250         <dependency>
251             <!-- finalname="etc/org.opendaylight.netvirt.qosservice.cfg" -->
252             <groupId>${project.groupId}</groupId>
253             <artifactId>qosservice-impl</artifactId>
254             <version>${project.version}</version>
255             <type>cfg</type>
256             <classifier>config</classifier>
257         </dependency>
258         <dependency>
259             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-vpnmanager-config.xml" -->
260             <groupId>${project.groupId}</groupId>
261             <artifactId>vpnmanager-impl</artifactId>
262             <version>${project.version}</version>
263             <type>xml</type>
264             <classifier>config</classifier>
265         </dependency>
266     </dependencies>
267 </project>