Add blueprint wiring to natservice
[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.ovsdb</groupId>
96       <artifactId>utils.ovsdb-it-utils</artifactId>
97       <version>${ovsdb.version}</version>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.netvirt</groupId>
101       <artifactId>netvirt-it-utils</artifactId>
102       <version>${project.version}</version>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.netvirt</groupId>
106       <artifactId>utils.servicehelper</artifactId>
107       <version>${ovsdb.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.netvirt</groupId>
111       <artifactId>utils.mdsal-utils</artifactId>
112       <version>${ovsdb.version}</version>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.ovsdb</groupId>
116       <artifactId>southbound-features</artifactId>
117       <version>${ovsdb.version}</version>
118       <classifier>features</classifier>
119       <type>xml</type>
120       <scope>runtime</scope>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.ovsdb</groupId>
124       <artifactId>hwvtepsouthbound-features</artifactId>
125       <version>${ovsdb.version}</version>
126       <classifier>features</classifier>
127       <type>xml</type>
128       <scope>runtime</scope>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.openflowplugin</groupId>
132       <artifactId>features-openflowplugin</artifactId>
133       <classifier>features</classifier>
134       <version>${openflowplugin.version}</version>
135       <type>xml</type>
136       <scope>runtime</scope>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.netconf</groupId>
140       <artifactId>features-restconf</artifactId>
141       <classifier>features</classifier>
142       <version>${restconf.version}</version>
143       <type>xml</type>
144       <scope>runtime</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.neutron</groupId>
148       <artifactId>features-neutron</artifactId>
149       <classifier>features</classifier>
150       <version>${neutron.version}</version>
151       <type>xml</type>
152       <scope>runtime</scope>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.genius</groupId>
156       <artifactId>genius-features</artifactId>
157       <version>${genius.version}</version>
158       <classifier>features</classifier>
159       <type>xml</type>
160       <scope>runtime</scope>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>vpnmanager-impl</artifactId>
165       <version>${vpnmanager.version}</version>
166     </dependency>
167     <dependency>
168       <groupId>${project.groupId}</groupId>
169       <artifactId>elanmanager-impl</artifactId>
170       <version>${elanmgr.version}</version>
171     </dependency>
172     <dependency>
173       <groupId>${project.groupId}</groupId>
174       <artifactId>elanmanager-impl</artifactId>
175       <version>${elanmgr.version}</version>
176       <classifier>config</classifier>
177       <type>xml</type>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>elanmanager-api</artifactId>
182       <version>${elanmgr.version}</version>
183     </dependency>
184     <dependency>
185         <groupId>org.opendaylight.controller</groupId>
186         <artifactId>liblldp</artifactId>
187         <version>${liblldp.version}</version>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.genius</groupId>
191       <artifactId>alivenessmonitor-impl</artifactId>
192       <version>${genius.version}</version>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.genius</groupId>
196       <artifactId>alivenessmonitor-impl</artifactId>
197       <version>${genius.version}</version>
198       <classifier>config</classifier>
199       <type>xml</type>
200     </dependency>
201     <dependency>
202       <groupId>org.opendaylight.genius</groupId>
203       <artifactId>alivenessmonitor-api</artifactId>
204       <version>${genius.version}</version>
205     </dependency>
206     <dependency>
207       <groupId>${project.groupId}</groupId>
208       <artifactId>vpnmanager-api</artifactId>
209       <version>${vpnmanager.version}</version>
210     </dependency>
211     <dependency>
212       <groupId>${project.groupId}</groupId>
213       <artifactId>bgpmanager-impl</artifactId>
214       <version>${vpnservices.version}</version>
215     </dependency>
216     <dependency>
217       <groupId>${project.groupId}</groupId>
218       <artifactId>bgpmanager-api</artifactId>
219       <version>${vpnservices.version}</version>
220     </dependency>
221     <dependency>
222       <groupId>${project.groupId}</groupId>
223       <artifactId>model-bgp</artifactId>
224       <version>2013.07.15.10-SNAPSHOT</version>
225     </dependency>
226     <dependency>
227       <groupId>${project.groupId}</groupId>
228       <artifactId>fibmanager-impl</artifactId>
229       <version>${fibmanager.version}</version>
230     </dependency>
231     <dependency>
232       <groupId>${project.groupId}</groupId>
233       <artifactId>fibmanager-shell</artifactId>
234       <version>${fibmanager.version}</version>
235     </dependency>
236     <dependency>
237       <groupId>${project.groupId}</groupId>
238       <artifactId>fibmanager-api</artifactId>
239       <version>${fibmanager.version}</version>
240     </dependency>
241     <dependency>
242       <groupId>${project.groupId}</groupId>
243       <artifactId>dhcpservice-impl</artifactId>
244       <version>${vpnservices.version}</version>
245     </dependency>
246     <dependency>
247       <groupId>${project.groupId}</groupId>
248       <artifactId>dhcpservice-api</artifactId>
249       <version>${vpnservices.version}</version>
250     </dependency>
251     <dependency>
252       <groupId>${project.groupId}</groupId>
253       <artifactId>natservice-impl</artifactId>
254       <version>${vpnservices.version}</version>
255     </dependency>
256     <dependency>
257       <groupId>${project.groupId}</groupId>
258       <artifactId>natservice-api</artifactId>
259       <version>${vpnservices.version}</version>
260     </dependency>
261     <dependency>
262       <groupId>${project.groupId}</groupId>
263       <artifactId>aclservice-api</artifactId>
264       <version>${vpnservices.version}</version>
265     </dependency>
266     <dependency>
267       <groupId>${project.groupId}</groupId>
268       <artifactId>aclservice-impl</artifactId>
269       <version>${vpnservices.version}</version>
270     </dependency>
271     <dependency>
272       <groupId>${project.groupId}</groupId>
273       <artifactId>ipv6service-api</artifactId>
274       <version>${vpnservices.version}</version>
275     </dependency>
276     <dependency>
277       <groupId>${project.groupId}</groupId>
278       <artifactId>ipv6service-impl</artifactId>
279       <version>${vpnservices.version}</version>
280     </dependency>
281     <dependency>
282       <groupId>${project.groupId}</groupId>
283       <artifactId>neutronvpn-api</artifactId>
284       <version>${neutronvpn.version}</version>
285     </dependency>
286     <dependency>
287       <groupId>${project.groupId}</groupId>
288       <artifactId>neutronvpn-impl</artifactId>
289       <version>${neutronvpn.version}</version>
290     </dependency>
291     <dependency>
292       <groupId>${project.groupId}</groupId>
293       <artifactId>neutronvpn-shell</artifactId>
294       <version>${neutronvpn.version}</version>
295     </dependency>
296     <dependency>
297       <groupId>org.apache.thrift</groupId>
298       <artifactId>libthrift</artifactId>
299       <version>0.9.1</version>
300     </dependency>
301     <dependency>
302       <groupId>org.opendaylight.openflowplugin</groupId>
303       <artifactId>features-openflowplugin-extension</artifactId>
304       <classifier>features</classifier>
305       <version>${openflowplugin.version}</version>
306       <type>xml</type>
307       <scope>runtime</scope>
308     </dependency>
309     <dependency>
310       <groupId>commons-net</groupId>
311       <artifactId>commons-net</artifactId>
312     </dependency>
313     <dependency>
314       <groupId>${project.groupId}</groupId>
315       <artifactId>cloud-servicechain-api</artifactId>
316       <version>${cloud-servicechain.version}</version>
317     </dependency>
318     <dependency>
319       <groupId>${project.groupId}</groupId>
320       <artifactId>cloud-servicechain-impl</artifactId>
321       <version>${cloud-servicechain.version}</version>
322     </dependency>
323     <dependency>
324       <groupId>${project.groupId}</groupId>
325       <artifactId>cloud-servicechain-impl</artifactId>
326       <version>${cloud-servicechain.version}</version>
327       <classifier>config</classifier>
328       <type>xml</type>
329     </dependency>
330     <dependency>
331       <groupId>${project.groupId}</groupId>
332       <artifactId>statemanager-impl</artifactId>
333       <version>${vpnservices.version}</version>
334     </dependency>
335     <dependency>
336       <groupId>org.opendaylight.infrautils</groupId>
337       <artifactId>infrautils-features</artifactId>
338       <version>${infrautils.version}</version>
339       <classifier>features</classifier>
340       <type>xml</type>
341     </dependency>
342     <dependency>
343       <groupId>org.opendaylight.dlux</groupId>
344       <artifactId>features-dlux</artifactId>
345       <version>${dlux.version}</version>
346       <classifier>features</classifier>
347       <type>xml</type>
348     </dependency>
349     <dependency>
350       <groupId>${project.groupId}</groupId>
351       <artifactId>ovsdb-ui-bundle</artifactId>
352       <version>${ovsdb.version}</version>
353     </dependency>
354   </dependencies>
355
356   <!--
357       Maven Site Configuration
358
359       The following configuration is necessary for maven-site-plugin to
360       correctly identify the correct deployment path for OpenDaylight Maven
361       sites.
362   -->
363   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
364
365   <distributionManagement>
366     <site>
367       <id>opendaylight-site</id>
368       <url>${nexus.site.url}/${project.artifactId}/</url>
369     </site>
370   </distributionManagement>
371 </project>