Write netvirt:1 to mdsal when netvirt is ready
[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     <arputil.version>${genius.version}</arputil.version>
35     <mdsalutil.version>${genius.version}</mdsalutil.version>
36     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
37     <interfacemgr.version>${genius.version}</interfacemgr.version>
38     <elanmgr.version>${vpnservices.version}</elanmgr.version>
39     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
40     <fibmanager.version>${vpnservices.version}</fibmanager.version>
41     <lockmanager.version>${genius.version}</lockmanager.version>
42     <idmanager.version>${genius.version}</idmanager.version>
43     <itm.version>${genius.version}</itm.version>
44     <neutronvpn.version>${vpnservices.version}</neutronvpn.version>
45     <cloud-servicechain.version>${vpnservices.version}</cloud-servicechain.version>
46     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
47   </properties>
48   <dependencyManagement>
49     <dependencies>
50       <!-- project specific dependencies -->
51       <dependency>
52         <groupId>org.opendaylight.controller</groupId>
53         <artifactId>mdsal-artifacts</artifactId>
54         <version>${mdsal.version}</version>
55         <type>pom</type>
56         <scope>import</scope>
57       </dependency>
58       <dependency>
59         <groupId>org.opendaylight.netconf</groupId>
60         <artifactId>restconf-artifacts</artifactId>
61         <version>${restconf.version}</version>
62         <type>pom</type>
63         <scope>import</scope>
64       </dependency>
65     </dependencies>
66   </dependencyManagement>
67   <dependencies>
68     <dependency>
69       <groupId>org.opendaylight.yangtools</groupId>
70       <artifactId>features-yangtools</artifactId>
71       <classifier>features</classifier>
72       <version>${yangtools.version}</version>
73       <type>xml</type>
74       <scope>runtime</scope>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.controller</groupId>
78       <artifactId>features-mdsal</artifactId>
79       <classifier>features</classifier>
80       <version>${mdsal.version}</version>
81       <type>xml</type>
82       <scope>runtime</scope>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.mdsal.model</groupId>
86       <artifactId>features-mdsal-model</artifactId>
87       <version>${mdsal.model.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90       <scope>runtime</scope>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.ovsdb</groupId>
94       <artifactId>southbound-features</artifactId>
95       <version>${ovsdb.version}</version>
96       <classifier>features</classifier>
97       <type>xml</type>
98       <scope>runtime</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.ovsdb</groupId>
102       <artifactId>hwvtepsouthbound-features</artifactId>
103       <version>${ovsdb.version}</version>
104       <classifier>features</classifier>
105       <type>xml</type>
106       <scope>runtime</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.openflowplugin</groupId>
110       <artifactId>features-openflowplugin</artifactId>
111       <classifier>features</classifier>
112       <version>${openflowplugin.version}</version>
113       <type>xml</type>
114       <scope>runtime</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.netconf</groupId>
118       <artifactId>features-restconf</artifactId>
119       <classifier>features</classifier>
120       <version>${restconf.version}</version>
121       <type>xml</type>
122       <scope>runtime</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.neutron</groupId>
126       <artifactId>features-neutron</artifactId>
127       <classifier>features</classifier>
128       <version>${neutron.version}</version>
129       <type>xml</type>
130       <scope>runtime</scope>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.genius</groupId>
134       <artifactId>genius-features</artifactId>
135       <version>${genius.version}</version>
136       <classifier>features</classifier>
137       <type>xml</type>
138       <scope>runtime</scope>
139     </dependency>
140     <dependency>
141       <groupId>${project.groupId}</groupId>
142       <artifactId>vpnmanager-impl</artifactId>
143       <version>${vpnmanager.version}</version>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>vpnmanager-impl</artifactId>
148       <version>${vpnmanager.version}</version>
149       <classifier>config</classifier>
150       <type>xml</type>
151     </dependency>
152     <dependency>
153       <groupId>${project.groupId}</groupId>
154       <artifactId>elanmanager-impl</artifactId>
155       <version>${elanmgr.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>elanmanager-impl</artifactId>
160       <version>${elanmgr.version}</version>
161       <classifier>config</classifier>
162       <type>xml</type>
163     </dependency>
164     <dependency>
165       <groupId>${project.groupId}</groupId>
166       <artifactId>elanmanager-api</artifactId>
167       <version>${elanmgr.version}</version>
168     </dependency>
169     <dependency>
170         <groupId>org.opendaylight.controller</groupId>
171         <artifactId>liblldp</artifactId>
172         <version>${liblldp.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.genius</groupId>
176       <artifactId>alivenessmonitor-impl</artifactId>
177       <version>${genius.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.genius</groupId>
181       <artifactId>alivenessmonitor-impl</artifactId>
182       <version>${genius.version}</version>
183       <classifier>config</classifier>
184       <type>xml</type>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.genius</groupId>
188       <artifactId>alivenessmonitor-api</artifactId>
189       <version>${genius.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>vpnmanager-api</artifactId>
194       <version>${vpnmanager.version}</version>
195     </dependency>
196     <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>bgpmanager-impl</artifactId>
199       <version>${vpnservices.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>${project.groupId}</groupId>
203       <artifactId>bgpmanager-impl</artifactId>
204       <version>${vpnservices.version}</version>
205       <classifier>config</classifier>
206       <type>xml</type>
207     </dependency>
208     <dependency>
209       <groupId>${project.groupId}</groupId>
210       <artifactId>bgpmanager-api</artifactId>
211       <version>${vpnservices.version}</version>
212     </dependency>
213     <dependency>
214       <groupId>${project.groupId}</groupId>
215       <artifactId>model-bgp</artifactId>
216       <version>2013.07.15.9-SNAPSHOT</version>
217     </dependency>
218     <dependency>
219       <groupId>${project.groupId}</groupId>
220       <artifactId>fibmanager-impl</artifactId>
221       <version>${fibmanager.version}</version>
222     </dependency>
223     <dependency>
224       <groupId>${project.groupId}</groupId>
225       <artifactId>fibmanager-impl</artifactId>
226       <version>${fibmanager.version}</version>
227       <classifier>config</classifier>
228       <type>xml</type>
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-impl</artifactId>
248       <version>${vpnservices.version}</version>
249       <classifier>config</classifier>
250       <type>xml</type>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>dhcpservice-api</artifactId>
255       <version>${vpnservices.version}</version>
256     </dependency>
257     <dependency>
258       <groupId>${project.groupId}</groupId>
259       <artifactId>natservice-impl</artifactId>
260       <version>${vpnservices.version}</version>
261     </dependency>
262     <dependency>
263       <groupId>${project.groupId}</groupId>
264       <artifactId>natservice-impl</artifactId>
265       <version>${vpnservices.version}</version>
266       <classifier>config</classifier>
267       <type>xml</type>
268     </dependency>
269     <dependency>
270       <groupId>${project.groupId}</groupId>
271       <artifactId>natservice-api</artifactId>
272       <version>${vpnservices.version}</version>
273     </dependency>
274     <dependency>
275       <groupId>${project.groupId}</groupId>
276       <artifactId>aclservice-api</artifactId>
277       <version>${vpnservices.version}</version>
278     </dependency>
279     <dependency>
280       <groupId>${project.groupId}</groupId>
281       <artifactId>aclservice-impl</artifactId>
282       <version>${vpnservices.version}</version>
283     </dependency>
284     <dependency>
285       <groupId>${project.groupId}</groupId>
286       <artifactId>aclservice-impl</artifactId>
287       <version>${vpnservices.version}</version>
288       <classifier>config</classifier>
289       <type>xml</type>
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>ipv6service-impl</artifactId>
304       <version>${vpnservices.version}</version>
305       <classifier>config</classifier>
306       <type>xml</type>
307     </dependency>
308     <dependency>
309       <groupId>${project.groupId}</groupId>
310       <artifactId>neutronvpn-api</artifactId>
311       <version>${neutronvpn.version}</version>
312     </dependency>
313     <dependency>
314       <groupId>${project.groupId}</groupId>
315       <artifactId>neutronvpn-impl</artifactId>
316       <version>${neutronvpn.version}</version>
317     </dependency>
318     <dependency>
319       <groupId>${project.groupId}</groupId>
320       <artifactId>neutronvpn-impl</artifactId>
321       <version>${neutronvpn.version}</version>
322       <classifier>config</classifier>
323       <type>xml</type>
324     </dependency>
325     <dependency>
326       <groupId>${project.groupId}</groupId>
327       <artifactId>neutronvpn-shell</artifactId>
328       <version>${neutronvpn.version}</version>
329     </dependency>
330     <dependency>
331       <groupId>org.apache.thrift</groupId>
332       <artifactId>libthrift</artifactId>
333       <version>0.9.1</version>
334     </dependency>
335     <dependency>
336       <groupId>org.opendaylight.openflowplugin</groupId>
337       <artifactId>features-openflowplugin-extension</artifactId>
338       <classifier>features</classifier>
339       <version>${openflowplugin.version}</version>
340       <type>xml</type>
341       <scope>runtime</scope>
342     </dependency>
343     <dependency>
344       <groupId>commons-net</groupId>
345       <artifactId>commons-net</artifactId>
346     </dependency>
347     <dependency>
348       <groupId>${project.groupId}</groupId>
349       <artifactId>cloud-servicechain-api</artifactId>
350       <version>${cloud-servicechain.version}</version>
351     </dependency>
352     <dependency>
353       <groupId>${project.groupId}</groupId>
354       <artifactId>cloud-servicechain-impl</artifactId>
355       <version>${cloud-servicechain.version}</version>
356     </dependency>
357     <dependency>
358       <groupId>${project.groupId}</groupId>
359       <artifactId>cloud-servicechain-impl</artifactId>
360       <version>${cloud-servicechain.version}</version>
361       <classifier>config</classifier>
362       <type>xml</type>
363     </dependency>
364     <dependency>
365       <groupId>${project.groupId}</groupId>
366       <artifactId>statemanager-impl</artifactId>
367       <version>${vpnservices.version}</version>
368     </dependency>
369   </dependencies>
370
371   <!--
372       Maven Site Configuration
373
374       The following configuration is necessary for maven-site-plugin to
375       correctly identify the correct deployment path for OpenDaylight Maven
376       sites.
377   -->
378   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
379
380   <distributionManagement>
381     <site>
382       <id>opendaylight-site</id>
383       <url>${nexus.site.url}/${project.artifactId}/</url>
384     </site>
385   </distributionManagement>
386 </project>