Merge "Bug 6278: Switch to use odlparent's karaf-parent"
[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>elanmanager-impl</artifactId>
169       <version>${elanmgr.version}</version>
170     </dependency>
171     <dependency>
172       <groupId>${project.groupId}</groupId>
173       <artifactId>elanmanager-impl</artifactId>
174       <version>${elanmgr.version}</version>
175       <classifier>config</classifier>
176       <type>xml</type>
177     </dependency>
178     <dependency>
179       <groupId>${project.groupId}</groupId>
180       <artifactId>elanmanager-api</artifactId>
181       <version>${elanmgr.version}</version>
182     </dependency>
183     <dependency>
184         <groupId>org.opendaylight.controller</groupId>
185         <artifactId>liblldp</artifactId>
186         <version>${liblldp.version}</version>
187     </dependency>
188     <dependency>
189       <groupId>org.opendaylight.genius</groupId>
190       <artifactId>alivenessmonitor-impl</artifactId>
191       <version>${genius.version}</version>
192     </dependency>
193     <dependency>
194       <groupId>org.opendaylight.genius</groupId>
195       <artifactId>alivenessmonitor-impl</artifactId>
196       <version>${genius.version}</version>
197       <classifier>config</classifier>
198       <type>xml</type>
199     </dependency>
200     <dependency>
201       <groupId>org.opendaylight.genius</groupId>
202       <artifactId>alivenessmonitor-api</artifactId>
203       <version>${genius.version}</version>
204     </dependency>
205     <dependency>
206       <groupId>${project.groupId}</groupId>
207       <artifactId>vpnmanager-api</artifactId>
208       <version>${vpnmanager.version}</version>
209     </dependency>
210     <dependency>
211       <groupId>${project.groupId}</groupId>
212       <artifactId>bgpmanager-impl</artifactId>
213       <version>${vpnservices.version}</version>
214     </dependency>
215     <dependency>
216       <groupId>${project.groupId}</groupId>
217       <artifactId>bgpmanager-api</artifactId>
218       <version>${vpnservices.version}</version>
219     </dependency>
220     <dependency>
221       <groupId>${project.groupId}</groupId>
222       <artifactId>model-bgp</artifactId>
223       <version>2013.07.15.9-SNAPSHOT</version>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>fibmanager-impl</artifactId>
228       <version>${fibmanager.version}</version>
229     </dependency>
230     <dependency>
231       <groupId>${project.groupId}</groupId>
232       <artifactId>fibmanager-shell</artifactId>
233       <version>${fibmanager.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>${project.groupId}</groupId>
237       <artifactId>fibmanager-api</artifactId>
238       <version>${fibmanager.version}</version>
239     </dependency>
240     <dependency>
241       <groupId>${project.groupId}</groupId>
242       <artifactId>dhcpservice-impl</artifactId>
243       <version>${vpnservices.version}</version>
244     </dependency>
245     <dependency>
246       <groupId>${project.groupId}</groupId>
247       <artifactId>dhcpservice-api</artifactId>
248       <version>${vpnservices.version}</version>
249     </dependency>
250     <dependency>
251       <groupId>${project.groupId}</groupId>
252       <artifactId>natservice-impl</artifactId>
253       <version>${vpnservices.version}</version>
254     </dependency>
255     <dependency>
256       <groupId>${project.groupId}</groupId>
257       <artifactId>natservice-impl</artifactId>
258       <version>${vpnservices.version}</version>
259       <classifier>config</classifier>
260       <type>xml</type>
261     </dependency>
262     <dependency>
263       <groupId>${project.groupId}</groupId>
264       <artifactId>natservice-api</artifactId>
265       <version>${vpnservices.version}</version>
266     </dependency>
267     <dependency>
268       <groupId>${project.groupId}</groupId>
269       <artifactId>aclservice-api</artifactId>
270       <version>${vpnservices.version}</version>
271     </dependency>
272     <dependency>
273       <groupId>${project.groupId}</groupId>
274       <artifactId>aclservice-impl</artifactId>
275       <version>${vpnservices.version}</version>
276     </dependency>
277     <dependency>
278       <groupId>${project.groupId}</groupId>
279       <artifactId>ipv6service-api</artifactId>
280       <version>${vpnservices.version}</version>
281     </dependency>
282     <dependency>
283       <groupId>${project.groupId}</groupId>
284       <artifactId>ipv6service-impl</artifactId>
285       <version>${vpnservices.version}</version>
286     </dependency>
287     <dependency>
288       <groupId>${project.groupId}</groupId>
289       <artifactId>neutronvpn-api</artifactId>
290       <version>${neutronvpn.version}</version>
291     </dependency>
292     <dependency>
293       <groupId>${project.groupId}</groupId>
294       <artifactId>neutronvpn-impl</artifactId>
295       <version>${neutronvpn.version}</version>
296     </dependency>
297     <dependency>
298       <groupId>${project.groupId}</groupId>
299       <artifactId>neutronvpn-shell</artifactId>
300       <version>${neutronvpn.version}</version>
301     </dependency>
302     <dependency>
303       <groupId>org.apache.thrift</groupId>
304       <artifactId>libthrift</artifactId>
305       <version>0.9.1</version>
306     </dependency>
307     <dependency>
308       <groupId>org.opendaylight.openflowplugin</groupId>
309       <artifactId>features-openflowplugin-extension</artifactId>
310       <classifier>features</classifier>
311       <version>${openflowplugin.version}</version>
312       <type>xml</type>
313       <scope>runtime</scope>
314     </dependency>
315     <dependency>
316       <groupId>commons-net</groupId>
317       <artifactId>commons-net</artifactId>
318     </dependency>
319     <dependency>
320       <groupId>${project.groupId}</groupId>
321       <artifactId>cloud-servicechain-api</artifactId>
322       <version>${cloud-servicechain.version}</version>
323     </dependency>
324     <dependency>
325       <groupId>${project.groupId}</groupId>
326       <artifactId>cloud-servicechain-impl</artifactId>
327       <version>${cloud-servicechain.version}</version>
328     </dependency>
329     <dependency>
330       <groupId>${project.groupId}</groupId>
331       <artifactId>cloud-servicechain-impl</artifactId>
332       <version>${cloud-servicechain.version}</version>
333       <classifier>config</classifier>
334       <type>xml</type>
335     </dependency>
336     <dependency>
337       <groupId>${project.groupId}</groupId>
338       <artifactId>statemanager-impl</artifactId>
339       <version>${vpnservices.version}</version>
340     </dependency>
341     <dependency>
342       <groupId>org.opendaylight.infrautils</groupId>
343       <artifactId>infrautils-features</artifactId>
344       <version>${infrautils.version}</version>
345       <classifier>features</classifier>
346       <type>xml</type>
347     </dependency>
348   </dependencies>
349
350   <!--
351       Maven Site Configuration
352
353       The following configuration is necessary for maven-site-plugin to
354       correctly identify the correct deployment path for OpenDaylight Maven
355       sites.
356   -->
357   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
358
359   <distributionManagement>
360     <site>
361       <id>opendaylight-site</id>
362       <url>${nexus.site.url}/${project.artifactId}/</url>
363     </site>
364   </distributionManagement>
365 </project>