Drop Maven prerequisite
[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   <properties>
21     <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
22     <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
23     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
24     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
25     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
26     <vpnservices.version>0.4.0-SNAPSHOT</vpnservices.version>
27     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
28     <liblldp.version>0.12.0-SNAPSHOT</liblldp.version>
29     <neutron.version>0.8.0-SNAPSHOT</neutron.version>
30     <genius.version>0.2.0-SNAPSHOT</genius.version>
31     <infrautils.version>1.1.0-SNAPSHOT</infrautils.version>
32     <arputil.version>${genius.version}</arputil.version>
33     <mdsalutil.version>${genius.version}</mdsalutil.version>
34     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
35     <interfacemgr.version>${genius.version}</interfacemgr.version>
36     <elanmgr.version>${vpnservices.version}</elanmgr.version>
37     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
38     <fibmanager.version>${vpnservices.version}</fibmanager.version>
39     <lockmanager.version>${genius.version}</lockmanager.version>
40     <idmanager.version>${genius.version}</idmanager.version>
41     <itm.version>${genius.version}</itm.version>
42     <neutronvpn.version>${vpnservices.version}</neutronvpn.version>
43     <cloud-servicechain.version>${vpnservices.version}</cloud-servicechain.version>
44     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
45     <dlux.version>0.5.0-SNAPSHOT</dlux.version>
46   </properties>
47   <dependencyManagement>
48     <dependencies>
49       <!-- project specific dependencies -->
50       <dependency>
51         <groupId>org.opendaylight.controller</groupId>
52         <artifactId>mdsal-artifacts</artifactId>
53         <version>${mdsal.version}</version>
54         <type>pom</type>
55         <scope>import</scope>
56       </dependency>
57       <dependency>
58         <groupId>org.opendaylight.netconf</groupId>
59         <artifactId>restconf-artifacts</artifactId>
60         <version>${restconf.version}</version>
61         <type>pom</type>
62         <scope>import</scope>
63       </dependency>
64     </dependencies>
65   </dependencyManagement>
66   <dependencies>
67     <dependency>
68       <groupId>org.opendaylight.yangtools</groupId>
69       <artifactId>features-yangtools</artifactId>
70       <classifier>features</classifier>
71       <version>${yangtools.version}</version>
72       <type>xml</type>
73       <scope>runtime</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>features-mdsal</artifactId>
78       <classifier>features</classifier>
79       <version>${mdsal.version}</version>
80       <type>xml</type>
81       <scope>runtime</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.mdsal.model</groupId>
85       <artifactId>features-mdsal-model</artifactId>
86       <version>${mdsal.model.version}</version>
87       <classifier>features</classifier>
88       <type>xml</type>
89       <scope>runtime</scope>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.netvirt</groupId>
93       <artifactId>utils.servicehelper</artifactId>
94       <version>${ovsdb.version}</version>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.netvirt</groupId>
98       <artifactId>utils.mdsal-utils</artifactId>
99       <version>${ovsdb.version}</version>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.ovsdb</groupId>
103       <artifactId>southbound-features</artifactId>
104       <version>${ovsdb.version}</version>
105       <classifier>features</classifier>
106       <type>xml</type>
107       <scope>runtime</scope>
108     </dependency>
109     <dependency>
110       <groupId>org.opendaylight.ovsdb</groupId>
111       <artifactId>hwvtepsouthbound-features</artifactId>
112       <version>${ovsdb.version}</version>
113       <classifier>features</classifier>
114       <type>xml</type>
115       <scope>runtime</scope>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.openflowplugin</groupId>
119       <artifactId>features-openflowplugin</artifactId>
120       <classifier>features</classifier>
121       <version>${openflowplugin.version}</version>
122       <type>xml</type>
123       <scope>runtime</scope>
124     </dependency>
125     <dependency>
126       <groupId>org.opendaylight.netconf</groupId>
127       <artifactId>features-restconf</artifactId>
128       <classifier>features</classifier>
129       <version>${restconf.version}</version>
130       <type>xml</type>
131       <scope>runtime</scope>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.neutron</groupId>
135       <artifactId>features-neutron</artifactId>
136       <classifier>features</classifier>
137       <version>${neutron.version}</version>
138       <type>xml</type>
139       <scope>runtime</scope>
140     </dependency>
141     <dependency>
142       <groupId>org.opendaylight.genius</groupId>
143       <artifactId>genius-features</artifactId>
144       <version>${genius.version}</version>
145       <classifier>features</classifier>
146       <type>xml</type>
147       <scope>runtime</scope>
148     </dependency>
149     <dependency>
150       <groupId>${project.groupId}</groupId>
151       <artifactId>vpnmanager-impl</artifactId>
152       <version>${vpnmanager.version}</version>
153     </dependency>
154     <dependency>
155       <groupId>${project.groupId}</groupId>
156       <artifactId>elanmanager-impl</artifactId>
157       <version>${elanmgr.version}</version>
158     </dependency>
159     <dependency>
160       <groupId>${project.groupId}</groupId>
161       <artifactId>elanmanager-api</artifactId>
162       <version>${elanmgr.version}</version>
163     </dependency>
164     <dependency>
165         <groupId>org.opendaylight.controller</groupId>
166         <artifactId>liblldp</artifactId>
167         <version>${liblldp.version}</version>
168     </dependency>
169     <dependency>
170       <groupId>org.opendaylight.genius</groupId>
171       <artifactId>alivenessmonitor-impl</artifactId>
172       <version>${genius.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.genius</groupId>
176       <artifactId>alivenessmonitor-impl</artifactId>
177       <version>${genius.version}</version>
178       <classifier>config</classifier>
179       <type>xml</type>
180     </dependency>
181     <dependency>
182       <groupId>org.opendaylight.genius</groupId>
183       <artifactId>alivenessmonitor-api</artifactId>
184       <version>${genius.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>vpnmanager-api</artifactId>
189       <version>${vpnmanager.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>bgpmanager-impl</artifactId>
194       <version>${vpnservices.version}</version>
195     </dependency>
196     <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>bgpmanager-api</artifactId>
199       <version>${vpnservices.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>${project.groupId}</groupId>
203       <artifactId>model-bgp</artifactId>
204       <version>2013.07.15.10-SNAPSHOT</version>
205     </dependency>
206     <dependency>
207       <groupId>${project.groupId}</groupId>
208       <artifactId>fibmanager-impl</artifactId>
209       <version>${fibmanager.version}</version>
210     </dependency>
211     <dependency>
212       <groupId>${project.groupId}</groupId>
213       <artifactId>fibmanager-shell</artifactId>
214       <version>${fibmanager.version}</version>
215     </dependency>
216     <dependency>
217       <groupId>${project.groupId}</groupId>
218       <artifactId>fibmanager-api</artifactId>
219       <version>${fibmanager.version}</version>
220     </dependency>
221     <dependency>
222       <groupId>${project.groupId}</groupId>
223       <artifactId>dhcpservice-impl</artifactId>
224       <version>${vpnservices.version}</version>
225     </dependency>
226     <dependency>
227       <groupId>${project.groupId}</groupId>
228       <artifactId>dhcpservice-api</artifactId>
229       <version>${vpnservices.version}</version>
230     </dependency>
231     <dependency>
232       <groupId>${project.groupId}</groupId>
233       <artifactId>dhcpservice-impl</artifactId>
234       <version>${project.version}</version>
235       <type>xml</type>
236       <classifier>config</classifier>
237     </dependency>
238     <dependency>
239       <groupId>${project.groupId}</groupId>
240       <artifactId>natservice-impl</artifactId>
241       <version>${vpnservices.version}</version>
242     </dependency>
243     <dependency>
244       <groupId>${project.groupId}</groupId>
245       <artifactId>natservice-api</artifactId>
246       <version>${vpnservices.version}</version>
247     </dependency>
248     <dependency>
249       <groupId>${project.groupId}</groupId>
250       <artifactId>aclservice-api</artifactId>
251       <version>${vpnservices.version}</version>
252     </dependency>
253     <dependency>
254       <groupId>${project.groupId}</groupId>
255       <artifactId>aclservice-impl</artifactId>
256       <version>${vpnservices.version}</version>
257     </dependency>
258     <dependency>
259       <groupId>${project.groupId}</groupId>
260       <artifactId>aclservice-impl</artifactId>
261       <version>${project.version}</version>
262       <type>xml</type>
263       <classifier>config</classifier>
264     </dependency>
265     <dependency>
266       <groupId>${project.groupId}</groupId>
267       <artifactId>ipv6service-api</artifactId>
268       <version>${vpnservices.version}</version>
269     </dependency>
270     <dependency>
271       <groupId>${project.groupId}</groupId>
272       <artifactId>ipv6service-impl</artifactId>
273       <version>${vpnservices.version}</version>
274     </dependency>
275     <dependency>
276       <groupId>${project.groupId}</groupId>
277       <artifactId>neutronvpn-api</artifactId>
278       <version>${neutronvpn.version}</version>
279     </dependency>
280     <dependency>
281       <groupId>${project.groupId}</groupId>
282       <artifactId>neutronvpn-impl</artifactId>
283       <version>${neutronvpn.version}</version>
284     </dependency>
285     <dependency>
286       <groupId>${project.groupId}</groupId>
287       <artifactId>neutronvpn-shell</artifactId>
288       <version>${neutronvpn.version}</version>
289     </dependency>
290     <dependency>
291       <groupId>${project.groupId}</groupId>
292       <artifactId>vpnmanager-shell</artifactId>
293       <version>${vpnmanager.version}</version>
294     </dependency>
295     <dependency>
296       <groupId>${project.groupId}</groupId>
297       <artifactId>neutronvpn-impl</artifactId>
298       <version>${project.version}</version>
299       <type>xml</type>
300       <classifier>config</classifier>
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>statemanager-impl</artifactId>
332       <version>${vpnservices.version}</version>
333     </dependency>
334     <dependency>
335       <groupId>org.opendaylight.infrautils</groupId>
336       <artifactId>infrautils-features</artifactId>
337       <version>${infrautils.version}</version>
338       <classifier>features</classifier>
339       <type>xml</type>
340     </dependency>
341     <dependency>
342       <groupId>org.opendaylight.dlux</groupId>
343       <artifactId>features-dlux</artifactId>
344       <version>${dlux.version}</version>
345       <classifier>features</classifier>
346       <type>xml</type>
347     </dependency>
348     <dependency>
349       <groupId>${project.groupId}</groupId>
350       <artifactId>ovsdb-ui-bundle</artifactId>
351       <version>${ovsdb.version}</version>
352     </dependency>
353     <dependency>
354       <!-- TODO Remove when https://git.opendaylight.org/gerrit/#/c/44502/ is merged -->
355       <groupId>javax.inject</groupId>
356       <artifactId>javax.inject</artifactId>
357       <version>1</version>
358     </dependency>
359   </dependencies>
360
361   <!--
362       Maven Site Configuration
363
364       The following configuration is necessary for maven-site-plugin to
365       correctly identify the correct deployment path for OpenDaylight Maven
366       sites.
367   -->
368   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
369
370   <distributionManagement>
371     <site>
372       <id>opendaylight-site</id>
373       <url>${nexus.site.url}/${project.artifactId}/</url>
374     </site>
375   </distributionManagement>
376 </project>