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