Merge "Minor fixes for floating ip NAT flows - Use apply actions instead of write...
[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.7.0-SNAPSHOT</version>
13     <relativePath/>
14   </parent>
15   <groupId>org.opendaylight.netvirt</groupId>
16   <artifactId>vpnservice-features</artifactId>
17   <version>0.3.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.4.0-SNAPSHOT</mdsal.version>
25     <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
26     <restconf.version>1.4.0-SNAPSHOT</restconf.version>
27     <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
28     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
29     <vpnservices.version>0.3.0-SNAPSHOT</vpnservices.version>
30     <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
31     <liblldp.version>0.11.0-SNAPSHOT</liblldp.version>
32     <neutron.version>0.7.0-SNAPSHOT</neutron.version>
33     <genius.version>0.1.0-SNAPSHOT</genius.version>
34     <infrautils.version>1.0.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   </properties>
49   <dependencyManagement>
50     <dependencies>
51       <!-- project specific dependencies -->
52       <dependency>
53         <groupId>org.opendaylight.controller</groupId>
54         <artifactId>mdsal-artifacts</artifactId>
55         <version>${mdsal.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59       <dependency>
60         <groupId>org.opendaylight.netconf</groupId>
61         <artifactId>restconf-artifacts</artifactId>
62         <version>${restconf.version}</version>
63         <type>pom</type>
64         <scope>import</scope>
65       </dependency>
66     </dependencies>
67   </dependencyManagement>
68   <dependencies>
69     <dependency>
70       <groupId>org.opendaylight.yangtools</groupId>
71       <artifactId>features-yangtools</artifactId>
72       <classifier>features</classifier>
73       <version>${yangtools.version}</version>
74       <type>xml</type>
75       <scope>runtime</scope>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.controller</groupId>
79       <artifactId>features-mdsal</artifactId>
80       <classifier>features</classifier>
81       <version>${mdsal.version}</version>
82       <type>xml</type>
83       <scope>runtime</scope>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.mdsal.model</groupId>
87       <artifactId>features-mdsal-model</artifactId>
88       <version>${mdsal.model.version}</version>
89       <classifier>features</classifier>
90       <type>xml</type>
91       <scope>runtime</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.ovsdb</groupId>
95       <artifactId>utils.ovsdb-it-utils</artifactId>
96       <version>${ovsdb.version}</version>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.netvirt</groupId>
100       <artifactId>netvirt-it-utils</artifactId>
101       <version>${project.version}</version>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.netvirt</groupId>
105       <artifactId>utils.servicehelper</artifactId>
106       <version>${ovsdb.version}</version>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.netvirt</groupId>
110       <artifactId>utils.mdsal-utils</artifactId>
111       <version>${ovsdb.version}</version>
112     </dependency>
113     <dependency>
114       <groupId>org.opendaylight.ovsdb</groupId>
115       <artifactId>southbound-features</artifactId>
116       <version>${ovsdb.version}</version>
117       <classifier>features</classifier>
118       <type>xml</type>
119       <scope>runtime</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.ovsdb</groupId>
123       <artifactId>hwvtepsouthbound-features</artifactId>
124       <version>${ovsdb.version}</version>
125       <classifier>features</classifier>
126       <type>xml</type>
127       <scope>runtime</scope>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.openflowplugin</groupId>
131       <artifactId>features-openflowplugin</artifactId>
132       <classifier>features</classifier>
133       <version>${openflowplugin.version}</version>
134       <type>xml</type>
135       <scope>runtime</scope>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.netconf</groupId>
139       <artifactId>features-restconf</artifactId>
140       <classifier>features</classifier>
141       <version>${restconf.version}</version>
142       <type>xml</type>
143       <scope>runtime</scope>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.neutron</groupId>
147       <artifactId>features-neutron</artifactId>
148       <classifier>features</classifier>
149       <version>${neutron.version}</version>
150       <type>xml</type>
151       <scope>runtime</scope>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.genius</groupId>
155       <artifactId>genius-features</artifactId>
156       <version>${genius.version}</version>
157       <classifier>features</classifier>
158       <type>xml</type>
159       <scope>runtime</scope>
160     </dependency>
161     <dependency>
162       <groupId>${project.groupId}</groupId>
163       <artifactId>vpnmanager-impl</artifactId>
164       <version>${vpnmanager.version}</version>
165     </dependency>
166     <dependency>
167       <groupId>${project.groupId}</groupId>
168       <artifactId>vpnmanager-impl</artifactId>
169       <version>${vpnmanager.version}</version>
170       <classifier>config</classifier>
171       <type>xml</type>
172     </dependency>
173     <dependency>
174       <groupId>${project.groupId}</groupId>
175       <artifactId>elanmanager-impl</artifactId>
176       <version>${elanmgr.version}</version>
177     </dependency>
178     <dependency>
179       <groupId>${project.groupId}</groupId>
180       <artifactId>elanmanager-impl</artifactId>
181       <version>${elanmgr.version}</version>
182       <classifier>config</classifier>
183       <type>xml</type>
184     </dependency>
185     <dependency>
186       <groupId>${project.groupId}</groupId>
187       <artifactId>elanmanager-api</artifactId>
188       <version>${elanmgr.version}</version>
189     </dependency>
190     <dependency>
191         <groupId>org.opendaylight.controller</groupId>
192         <artifactId>liblldp</artifactId>
193         <version>${liblldp.version}</version>
194     </dependency>
195     <dependency>
196       <groupId>org.opendaylight.genius</groupId>
197       <artifactId>alivenessmonitor-impl</artifactId>
198       <version>${genius.version}</version>
199     </dependency>
200     <dependency>
201       <groupId>org.opendaylight.genius</groupId>
202       <artifactId>alivenessmonitor-impl</artifactId>
203       <version>${genius.version}</version>
204       <classifier>config</classifier>
205       <type>xml</type>
206     </dependency>
207     <dependency>
208       <groupId>org.opendaylight.genius</groupId>
209       <artifactId>alivenessmonitor-api</artifactId>
210       <version>${genius.version}</version>
211     </dependency>
212     <dependency>
213       <groupId>${project.groupId}</groupId>
214       <artifactId>vpnmanager-api</artifactId>
215       <version>${vpnmanager.version}</version>
216     </dependency>
217     <dependency>
218       <groupId>${project.groupId}</groupId>
219       <artifactId>bgpmanager-impl</artifactId>
220       <version>${vpnservices.version}</version>
221     </dependency>
222     <dependency>
223       <groupId>${project.groupId}</groupId>
224       <artifactId>bgpmanager-impl</artifactId>
225       <version>${vpnservices.version}</version>
226       <classifier>config</classifier>
227       <type>xml</type>
228     </dependency>
229     <dependency>
230       <groupId>${project.groupId}</groupId>
231       <artifactId>bgpmanager-api</artifactId>
232       <version>${vpnservices.version}</version>
233     </dependency>
234     <dependency>
235       <groupId>${project.groupId}</groupId>
236       <artifactId>model-bgp</artifactId>
237       <version>2013.07.15.9-SNAPSHOT</version>
238     </dependency>
239     <dependency>
240       <groupId>${project.groupId}</groupId>
241       <artifactId>fibmanager-impl</artifactId>
242       <version>${fibmanager.version}</version>
243     </dependency>
244     <dependency>
245       <groupId>${project.groupId}</groupId>
246       <artifactId>fibmanager-shell</artifactId>
247       <version>${fibmanager.version}</version>
248     </dependency>
249     <dependency>
250       <groupId>${project.groupId}</groupId>
251       <artifactId>fibmanager-api</artifactId>
252       <version>${fibmanager.version}</version>
253     </dependency>
254     <dependency>
255       <groupId>${project.groupId}</groupId>
256       <artifactId>dhcpservice-impl</artifactId>
257       <version>${vpnservices.version}</version>
258     </dependency>
259     <dependency>
260       <groupId>${project.groupId}</groupId>
261       <artifactId>dhcpservice-api</artifactId>
262       <version>${vpnservices.version}</version>
263     </dependency>
264     <dependency>
265       <groupId>${project.groupId}</groupId>
266       <artifactId>natservice-impl</artifactId>
267       <version>${vpnservices.version}</version>
268     </dependency>
269     <dependency>
270       <groupId>${project.groupId}</groupId>
271       <artifactId>natservice-impl</artifactId>
272       <version>${vpnservices.version}</version>
273       <classifier>config</classifier>
274       <type>xml</type>
275     </dependency>
276     <dependency>
277       <groupId>${project.groupId}</groupId>
278       <artifactId>natservice-api</artifactId>
279       <version>${vpnservices.version}</version>
280     </dependency>
281     <dependency>
282       <groupId>${project.groupId}</groupId>
283       <artifactId>aclservice-api</artifactId>
284       <version>${vpnservices.version}</version>
285     </dependency>
286     <dependency>
287       <groupId>${project.groupId}</groupId>
288       <artifactId>aclservice-impl</artifactId>
289       <version>${vpnservices.version}</version>
290     </dependency>
291     <dependency>
292       <groupId>${project.groupId}</groupId>
293       <artifactId>ipv6service-api</artifactId>
294       <version>${vpnservices.version}</version>
295     </dependency>
296     <dependency>
297       <groupId>${project.groupId}</groupId>
298       <artifactId>ipv6service-impl</artifactId>
299       <version>${vpnservices.version}</version>
300     </dependency>
301     <dependency>
302       <groupId>${project.groupId}</groupId>
303       <artifactId>neutronvpn-api</artifactId>
304       <version>${neutronvpn.version}</version>
305     </dependency>
306     <dependency>
307       <groupId>${project.groupId}</groupId>
308       <artifactId>neutronvpn-impl</artifactId>
309       <version>${neutronvpn.version}</version>
310     </dependency>
311     <dependency>
312       <groupId>${project.groupId}</groupId>
313       <artifactId>neutronvpn-shell</artifactId>
314       <version>${neutronvpn.version}</version>
315     </dependency>
316     <dependency>
317       <groupId>org.apache.thrift</groupId>
318       <artifactId>libthrift</artifactId>
319       <version>0.9.1</version>
320     </dependency>
321     <dependency>
322       <groupId>org.opendaylight.openflowplugin</groupId>
323       <artifactId>features-openflowplugin-extension</artifactId>
324       <classifier>features</classifier>
325       <version>${openflowplugin.version}</version>
326       <type>xml</type>
327       <scope>runtime</scope>
328     </dependency>
329     <dependency>
330       <groupId>commons-net</groupId>
331       <artifactId>commons-net</artifactId>
332     </dependency>
333     <dependency>
334       <groupId>${project.groupId}</groupId>
335       <artifactId>cloud-servicechain-api</artifactId>
336       <version>${cloud-servicechain.version}</version>
337     </dependency>
338     <dependency>
339       <groupId>${project.groupId}</groupId>
340       <artifactId>cloud-servicechain-impl</artifactId>
341       <version>${cloud-servicechain.version}</version>
342     </dependency>
343     <dependency>
344       <groupId>${project.groupId}</groupId>
345       <artifactId>cloud-servicechain-impl</artifactId>
346       <version>${cloud-servicechain.version}</version>
347       <classifier>config</classifier>
348       <type>xml</type>
349     </dependency>
350     <dependency>
351       <groupId>${project.groupId}</groupId>
352       <artifactId>statemanager-impl</artifactId>
353       <version>${vpnservices.version}</version>
354     </dependency>
355     <dependency>
356       <groupId>org.opendaylight.infrautils</groupId>
357       <artifactId>infrautils-features</artifactId>
358       <version>${infrautils.version}</version>
359       <classifier>features</classifier>
360       <type>xml</type>
361     </dependency>
362   </dependencies>
363
364   <!--
365       Maven Site Configuration
366
367       The following configuration is necessary for maven-site-plugin to
368       correctly identify the correct deployment path for OpenDaylight Maven
369       sites.
370   -->
371   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
372
373   <distributionManagement>
374     <site>
375       <id>opendaylight-site</id>
376       <url>${nexus.site.url}/${project.artifactId}/</url>
377     </site>
378   </distributionManagement>
379 </project>