Cleanup MRI feature references
[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.3</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     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>org.opendaylight.controller</groupId>
29                 <artifactId>controller-artifacts</artifactId>
30                 <version>2.0.2</version>
31                 <scope>import</scope>
32                 <type>pom</type>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>odl-mdsal-broker</artifactId>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.genius</groupId>
46             <artifactId>odl-genius</artifactId>
47             <version>0.9.0-SNAPSHOT</version>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.infrautils</groupId>
53             <artifactId>odl-infrautils-inject</artifactId>
54             <version>1.8.0-SNAPSHOT</version>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.infrautils</groupId>
60             <artifactId>odl-infrautils-diagstatus</artifactId>
61             <version>1.8.0-SNAPSHOT</version>
62             <type>xml</type>
63             <classifier>features</classifier>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>odl-netvirt-api</artifactId>
68             <version>${project.version}</version>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.neutron</groupId>
74             <artifactId>odl-neutron-spi</artifactId>
75             <version>0.15.0-SNAPSHOT</version>
76             <type>xml</type>
77             <classifier>features</classifier>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.openflowplugin</groupId>
81             <artifactId>odl-openflowplugin-southbound</artifactId>
82             <version>0.11.0-SNAPSHOT</version>
83             <type>xml</type>
84             <classifier>features</classifier>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.openflowplugin</groupId>
88             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
89             <version>0.11.0-SNAPSHOT</version>
90             <type>xml</type>
91             <classifier>features</classifier>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.openflowplugin</groupId>
95             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
96             <version>0.11.0-SNAPSHOT</version>
97             <type>xml</type>
98             <classifier>features</classifier>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.ovsdb</groupId>
102             <artifactId>odl-ovsdb-southbound-impl</artifactId>
103             <version>1.11.0-SNAPSHOT</version>
104             <type>xml</type>
105             <classifier>features</classifier>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.ovsdb</groupId>
109             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
110             <version>1.11.0-SNAPSHOT</version>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>org.opendaylight.ovsdb</groupId>
116             <artifactId>odl-ovsdb-utils</artifactId>
117             <version>1.11.0-SNAPSHOT</version>
118             <type>xml</type>
119             <classifier>features</classifier>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.infrautils</groupId>
123             <artifactId>odl-infrautils-metrics</artifactId>
124             <version>1.8.0-SNAPSHOT</version>
125             <type>xml</type>
126             <classifier>features</classifier>
127         </dependency>
128         <dependency>
129             <groupId>${project.groupId}</groupId>
130             <artifactId>aclservice-impl</artifactId>
131             <version>${project.version}</version>
132         </dependency>
133         <dependency>
134             <groupId>${project.groupId}</groupId>
135             <artifactId>aclservice-shell</artifactId>
136             <version>${project.version}</version>
137         </dependency>
138         <dependency>
139             <groupId>${project.groupId}</groupId>
140             <artifactId>bgpmanager-impl</artifactId>
141             <version>${project.version}</version>
142             <exclusions>
143                 <exclusion>
144                     <!-- This needs to be wrapped, see feature.xml -->
145                     <groupId>org.apache.thrift</groupId>
146                     <artifactId>libthrift</artifactId>
147                 </exclusion>
148             </exclusions>
149         </dependency>
150         <dependency>
151             <groupId>${project.groupId}</groupId>
152             <artifactId>cache-impl</artifactId>
153             <version>${project.version}</version>
154         </dependency>
155         <dependency>
156             <groupId>${project.groupId}</groupId>
157             <artifactId>dhcpservice-impl</artifactId>
158             <version>${project.version}</version>
159         </dependency>
160         <dependency>
161             <groupId>${project.groupId}</groupId>
162             <artifactId>fibmanager-impl</artifactId>
163             <version>${project.version}</version>
164         </dependency>
165         <dependency>
166             <groupId>${project.groupId}</groupId>
167             <artifactId>fibmanager-shell</artifactId>
168             <version>${project.version}</version>
169         </dependency>
170         <dependency>
171             <groupId>${project.groupId}</groupId>
172             <artifactId>elanmanager-impl</artifactId>
173             <version>${project.version}</version>
174         </dependency>
175         <dependency>
176             <groupId>${project.groupId}</groupId>
177             <artifactId>natservice-impl</artifactId>
178             <version>${project.version}</version>
179         </dependency>
180         <dependency>
181             <groupId>${project.groupId}</groupId>
182             <artifactId>neutronvpn-impl</artifactId>
183             <version>${project.version}</version>
184         </dependency>
185         <dependency>
186             <groupId>${project.groupId}</groupId>
187             <artifactId>neutronvpn-shell</artifactId>
188             <version>${project.version}</version>
189         </dependency>
190         <dependency>
191             <groupId>${project.groupId}</groupId>
192             <artifactId>qosservice-impl</artifactId>
193             <version>${project.version}</version>
194         </dependency>
195         <dependency>
196             <groupId>${project.groupId}</groupId>
197             <artifactId>ipv6service-impl</artifactId>
198             <version>${project.version}</version>
199         </dependency>
200         <dependency>
201             <groupId>${project.groupId}</groupId>
202             <artifactId>ipv6service-shell</artifactId>
203             <version>${project.version}</version>
204         </dependency>
205         <dependency>
206             <groupId>${project.groupId}</groupId>
207             <artifactId>statemanager-impl</artifactId>
208             <version>${project.version}</version>
209         </dependency>
210         <dependency>
211             <groupId>${project.groupId}</groupId>
212             <artifactId>vpnmanager-impl</artifactId>
213             <version>${project.version}</version>
214         </dependency>
215         <dependency>
216             <groupId>${project.groupId}</groupId>
217             <artifactId>vpnmanager-shell</artifactId>
218             <version>${project.version}</version>
219         </dependency>
220         <dependency>
221             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-aclservice-config.xml" -->
222             <groupId>${project.groupId}</groupId>
223             <artifactId>aclservice-impl</artifactId>
224             <version>${project.version}</version>
225             <type>xml</type>
226             <classifier>config</classifier>
227         </dependency>
228         <dependency>
229             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-dhcpservice-config.xml" -->
230             <groupId>${project.groupId}</groupId>
231             <artifactId>dhcpservice-impl</artifactId>
232             <version>${project.version}</version>
233             <type>xml</type>
234             <classifier>config</classifier>
235         </dependency>
236         <dependency>
237             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-elanmanager-config.xml" -->
238             <groupId>${project.groupId}</groupId>
239             <artifactId>elanmanager-impl</artifactId>
240             <version>${project.version}</version>
241             <type>xml</type>
242             <classifier>config</classifier>
243         </dependency>
244         <dependency>
245             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-natservice-config.xml" -->
246             <groupId>${project.groupId}</groupId>
247             <artifactId>natservice-impl</artifactId>
248             <version>${project.version}</version>
249             <type>xml</type>
250             <classifier>config</classifier>
251         </dependency>
252         <dependency>
253             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-neutronvpn-config.xml" -->
254             <groupId>${project.groupId}</groupId>
255             <artifactId>neutronvpn-impl</artifactId>
256             <version>${project.version}</version>
257             <type>xml</type>
258             <classifier>config</classifier>
259         </dependency>
260         <dependency>
261             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-qosservice-config.xml" -->
262             <groupId>${project.groupId}</groupId>
263             <artifactId>qosservice-impl</artifactId>
264             <version>${project.version}</version>
265             <type>xml</type>
266             <classifier>config</classifier>
267         </dependency>
268         <dependency>
269             <!-- finalname="etc/org.opendaylight.netvirt.qosservice.cfg" -->
270             <groupId>${project.groupId}</groupId>
271             <artifactId>qosservice-impl</artifactId>
272             <version>${project.version}</version>
273             <type>cfg</type>
274             <classifier>config</classifier>
275         </dependency>
276         <dependency>
277             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-vpnmanager-config.xml" -->
278             <groupId>${project.groupId}</groupId>
279             <artifactId>vpnmanager-impl</artifactId>
280             <version>${project.version}</version>
281             <type>xml</type>
282             <classifier>config</classifier>
283         </dependency>
284     </dependencies>
285 </project>