Merge "BUG: 6569 Exceptions thrown while removing mac-entries"
[netvirt.git] / vpnservice / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
7 -->
8 <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">
9   <parent>
10     <groupId>org.opendaylight.odlparent</groupId>
11     <artifactId>features-parent</artifactId>
12     <version>1.8.0-SNAPSHOT</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.netvirt</groupId>
16   <artifactId>vpnservice-features</artifactId>
17   <version>0.4.0-SNAPSHOT</version>
18   <name>${project.artifactId}</name>
19   <modelVersion>4.0.0</modelVersion>
20   <prerequisites>
21     <maven>3.1.1</maven>
22   </prerequisites>
23   <properties>
24     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
25     <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
26     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
27     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
28     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
29     <vpnservices.version>0.4.0-SNAPSHOT</vpnservices.version>
30     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
31     <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
32     <neutron.version>0.8.0-SNAPSHOT</neutron.version>
33     <genius.version>0.2.0-SNAPSHOT</genius.version>
34     <infrautils.version>1.1.0-SNAPSHOT</infrautils.version>
35     <arputil.version>${genius.version}</arputil.version>
36     <mdsalutil.version>${genius.version}</mdsalutil.version>
37     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
38     <interfacemgr.version>${genius.version}</interfacemgr.version>
39     <elanmgr.version>${vpnservices.version}</elanmgr.version>
40     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
41     <fibmanager.version>${vpnservices.version}</fibmanager.version>
42     <lockmanager.version>${genius.version}</lockmanager.version>
43     <idmanager.version>${genius.version}</idmanager.version>
44     <itm.version>${genius.version}</itm.version>
45     <neutronvpn.version>${vpnservices.version}</neutronvpn.version>
46     <cloud-servicechain.version>${vpnservices.version}</cloud-servicechain.version>
47     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
48     <dlux.version>0.5.0-SNAPSHOT</dlux.version>
49   </properties>
50   <dependencyManagement>
51     <dependencies>
52       <!-- project specific dependencies -->
53       <dependency>
54         <groupId>org.opendaylight.controller</groupId>
55         <artifactId>mdsal-artifacts</artifactId>
56         <version>${mdsal.version}</version>
57         <type>pom</type>
58         <scope>import</scope>
59       </dependency>
60       <dependency>
61         <groupId>org.opendaylight.netconf</groupId>
62         <artifactId>restconf-artifacts</artifactId>
63         <version>${restconf.version}</version>
64         <type>pom</type>
65         <scope>import</scope>
66       </dependency>
67     </dependencies>
68   </dependencyManagement>
69   <dependencies>
70     <dependency>
71       <groupId>org.opendaylight.yangtools</groupId>
72       <artifactId>features-yangtools</artifactId>
73       <classifier>features</classifier>
74       <version>${yangtools.version}</version>
75       <type>xml</type>
76       <scope>runtime</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>features-mdsal</artifactId>
81       <classifier>features</classifier>
82       <version>${mdsal.version}</version>
83       <type>xml</type>
84       <scope>runtime</scope>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.mdsal.model</groupId>
88       <artifactId>features-mdsal-model</artifactId>
89       <version>${mdsal.model.version}</version>
90       <classifier>features</classifier>
91       <type>xml</type>
92       <scope>runtime</scope>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.netvirt</groupId>
96       <artifactId>utils.servicehelper</artifactId>
97       <version>${ovsdb.version}</version>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.netvirt</groupId>
101       <artifactId>utils.mdsal-utils</artifactId>
102       <version>${ovsdb.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.ovsdb</groupId>
106       <artifactId>southbound-features</artifactId>
107       <version>${ovsdb.version}</version>
108       <classifier>features</classifier>
109       <type>xml</type>
110       <scope>runtime</scope>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.ovsdb</groupId>
114       <artifactId>hwvtepsouthbound-features</artifactId>
115       <version>${ovsdb.version}</version>
116       <classifier>features</classifier>
117       <type>xml</type>
118       <scope>runtime</scope>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.openflowplugin</groupId>
122       <artifactId>features-openflowplugin</artifactId>
123       <classifier>features</classifier>
124       <version>${openflowplugin.version}</version>
125       <type>xml</type>
126       <scope>runtime</scope>
127     </dependency>
128     <dependency>
129       <groupId>org.opendaylight.netconf</groupId>
130       <artifactId>features-restconf</artifactId>
131       <classifier>features</classifier>
132       <version>${restconf.version}</version>
133       <type>xml</type>
134       <scope>runtime</scope>
135     </dependency>
136     <dependency>
137       <groupId>org.opendaylight.neutron</groupId>
138       <artifactId>features-neutron</artifactId>
139       <classifier>features</classifier>
140       <version>${neutron.version}</version>
141       <type>xml</type>
142       <scope>runtime</scope>
143     </dependency>
144     <dependency>
145       <groupId>org.opendaylight.genius</groupId>
146       <artifactId>genius-features</artifactId>
147       <version>${genius.version}</version>
148       <classifier>features</classifier>
149       <type>xml</type>
150       <scope>runtime</scope>
151     </dependency>
152     <dependency>
153       <groupId>${project.groupId}</groupId>
154       <artifactId>vpnmanager-impl</artifactId>
155       <version>${vpnmanager.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>elanmanager-impl</artifactId>
160       <version>${elanmgr.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>elanmanager-api</artifactId>
165       <version>${elanmgr.version}</version>
166     </dependency>
167     <dependency>
168         <groupId>org.opendaylight.controller</groupId>
169         <artifactId>liblldp</artifactId>
170         <version>${liblldp.version}</version>
171     </dependency>
172     <dependency>
173       <groupId>org.opendaylight.genius</groupId>
174       <artifactId>alivenessmonitor-impl</artifactId>
175       <version>${genius.version}</version>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.genius</groupId>
179       <artifactId>alivenessmonitor-impl</artifactId>
180       <version>${genius.version}</version>
181       <classifier>config</classifier>
182       <type>xml</type>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.genius</groupId>
186       <artifactId>alivenessmonitor-api</artifactId>
187       <version>${genius.version}</version>
188     </dependency>
189     <dependency>
190       <groupId>${project.groupId}</groupId>
191       <artifactId>vpnmanager-api</artifactId>
192       <version>${vpnmanager.version}</version>
193     </dependency>
194     <dependency>
195       <groupId>${project.groupId}</groupId>
196       <artifactId>bgpmanager-impl</artifactId>
197       <version>${vpnservices.version}</version>
198     </dependency>
199     <dependency>
200       <groupId>${project.groupId}</groupId>
201       <artifactId>bgpmanager-api</artifactId>
202       <version>${vpnservices.version}</version>
203     </dependency>
204     <dependency>
205       <groupId>${project.groupId}</groupId>
206       <artifactId>model-bgp</artifactId>
207       <version>2013.07.15.10-SNAPSHOT</version>
208     </dependency>
209     <dependency>
210       <groupId>${project.groupId}</groupId>
211       <artifactId>fibmanager-impl</artifactId>
212       <version>${fibmanager.version}</version>
213     </dependency>
214     <dependency>
215       <groupId>${project.groupId}</groupId>
216       <artifactId>fibmanager-shell</artifactId>
217       <version>${fibmanager.version}</version>
218     </dependency>
219     <dependency>
220       <groupId>${project.groupId}</groupId>
221       <artifactId>fibmanager-api</artifactId>
222       <version>${fibmanager.version}</version>
223     </dependency>
224     <dependency>
225       <groupId>${project.groupId}</groupId>
226       <artifactId>dhcpservice-impl</artifactId>
227       <version>${vpnservices.version}</version>
228     </dependency>
229     <dependency>
230       <groupId>${project.groupId}</groupId>
231       <artifactId>dhcpservice-api</artifactId>
232       <version>${vpnservices.version}</version>
233     </dependency>
234     <dependency>
235       <groupId>${project.groupId}</groupId>
236       <artifactId>natservice-impl</artifactId>
237       <version>${vpnservices.version}</version>
238     </dependency>
239     <dependency>
240       <groupId>${project.groupId}</groupId>
241       <artifactId>natservice-api</artifactId>
242       <version>${vpnservices.version}</version>
243     </dependency>
244     <dependency>
245       <groupId>${project.groupId}</groupId>
246       <artifactId>aclservice-api</artifactId>
247       <version>${vpnservices.version}</version>
248     </dependency>
249     <dependency>
250       <groupId>${project.groupId}</groupId>
251       <artifactId>aclservice-impl</artifactId>
252       <version>${vpnservices.version}</version>
253     </dependency>
254     <dependency>
255       <groupId>${project.groupId}</groupId>
256       <artifactId>aclservice-impl</artifactId>
257       <version>${project.version}</version>
258       <type>xml</type>
259       <classifier>config</classifier>
260     </dependency>
261     <dependency>
262       <groupId>${project.groupId}</groupId>
263       <artifactId>ipv6service-api</artifactId>
264       <version>${vpnservices.version}</version>
265     </dependency>
266     <dependency>
267       <groupId>${project.groupId}</groupId>
268       <artifactId>ipv6service-impl</artifactId>
269       <version>${vpnservices.version}</version>
270     </dependency>
271     <dependency>
272       <groupId>${project.groupId}</groupId>
273       <artifactId>neutronvpn-api</artifactId>
274       <version>${neutronvpn.version}</version>
275     </dependency>
276     <dependency>
277       <groupId>${project.groupId}</groupId>
278       <artifactId>neutronvpn-impl</artifactId>
279       <version>${neutronvpn.version}</version>
280     </dependency>
281     <dependency>
282       <groupId>${project.groupId}</groupId>
283       <artifactId>neutronvpn-shell</artifactId>
284       <version>${neutronvpn.version}</version>
285     </dependency>
286     <dependency>
287       <groupId>org.apache.thrift</groupId>
288       <artifactId>libthrift</artifactId>
289       <version>0.9.1</version>
290     </dependency>
291     <dependency>
292       <groupId>org.opendaylight.openflowplugin</groupId>
293       <artifactId>features-openflowplugin-extension</artifactId>
294       <classifier>features</classifier>
295       <version>${openflowplugin.version}</version>
296       <type>xml</type>
297       <scope>runtime</scope>
298     </dependency>
299     <dependency>
300       <groupId>commons-net</groupId>
301       <artifactId>commons-net</artifactId>
302     </dependency>
303     <dependency>
304       <groupId>${project.groupId}</groupId>
305       <artifactId>cloud-servicechain-api</artifactId>
306       <version>${cloud-servicechain.version}</version>
307     </dependency>
308     <dependency>
309       <groupId>${project.groupId}</groupId>
310       <artifactId>cloud-servicechain-impl</artifactId>
311       <version>${cloud-servicechain.version}</version>
312     </dependency>
313     <dependency>
314       <groupId>${project.groupId}</groupId>
315       <artifactId>statemanager-impl</artifactId>
316       <version>${vpnservices.version}</version>
317     </dependency>
318     <dependency>
319       <groupId>org.opendaylight.infrautils</groupId>
320       <artifactId>infrautils-features</artifactId>
321       <version>${infrautils.version}</version>
322       <classifier>features</classifier>
323       <type>xml</type>
324     </dependency>
325     <dependency>
326       <groupId>org.opendaylight.dlux</groupId>
327       <artifactId>features-dlux</artifactId>
328       <version>${dlux.version}</version>
329       <classifier>features</classifier>
330       <type>xml</type>
331     </dependency>
332     <dependency>
333       <groupId>${project.groupId}</groupId>
334       <artifactId>ovsdb-ui-bundle</artifactId>
335       <version>${ovsdb.version}</version>
336     </dependency>
337     <dependency>
338       <!-- TODO Remove when https://git.opendaylight.org/gerrit/#/c/44502/ is merged -->
339       <groupId>javax.inject</groupId>
340       <artifactId>javax.inject</artifactId>
341       <version>1</version>
342     </dependency>
343   </dependencies>
344
345   <!--
346       Maven Site Configuration
347
348       The following configuration is necessary for maven-site-plugin to
349       correctly identify the correct deployment path for OpenDaylight Maven
350       sites.
351   -->
352   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
353
354   <distributionManagement>
355     <site>
356       <id>opendaylight-site</id>
357       <url>${nexus.site.url}/${project.artifactId}/</url>
358     </site>
359   </distributionManagement>
360 </project>