63c1512565b207401873d826cea0a52a9bf28dc0
[vpnservice.git] / 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.vpnservice</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     <nic.version>1.2.0-SNAPSHOT</nic.version>
34     <arputil.version>${vpnservices.version}</arputil.version>
35     <mdsalutil.version>${vpnservices.version}</mdsalutil.version>
36     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
37     <interfacemgr.version>${vpnservices.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>${vpnservices.version}</lockmanager.version>
42     <idmanager.version>${vpnservices.version}</idmanager.version>
43     <itm.version>${vpnservices.version}</itm.version>
44     <neutronvpn.version>${vpnservices.version}</neutronvpn.version>
45     <fcaps.manager.version>${vpnservices.version}</fcaps.manager.version>
46     <fcaps.app.version>${vpnservices.version}</fcaps.app.version>
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.nic</groupId>
94       <artifactId>features-nic</artifactId>
95       <classifier>features</classifier>
96       <version>${nic.version}</version>
97       <type>xml</type>
98       <scope>runtime</scope>
99     </dependency>
100     <dependency>
101       <groupId>org.opendaylight.ovsdb</groupId>
102       <artifactId>southbound-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.ovsdb</groupId>
110       <artifactId>hwvtepsouthbound-features</artifactId>
111       <version>${ovsdb.version}</version>
112       <classifier>features</classifier>
113       <type>xml</type>
114       <scope>runtime</scope>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.openflowplugin</groupId>
118       <artifactId>features-openflowplugin</artifactId>
119       <classifier>features</classifier>
120       <version>${openflowplugin.version}</version>
121       <type>xml</type>
122       <scope>runtime</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.netconf</groupId>
126       <artifactId>features-restconf</artifactId>
127       <classifier>features</classifier>
128       <version>${restconf.version}</version>
129       <type>xml</type>
130       <scope>runtime</scope>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.neutron</groupId>
134       <artifactId>features-neutron</artifactId>
135       <classifier>features</classifier>
136       <version>${neutron.version}</version>
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>mdsalutil-impl</artifactId>
155       <version>${mdsalutil.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>arputil-api</artifactId>
160       <version>${arputil.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>arputil-impl</artifactId>
165       <version>${arputil.version}</version>
166       <classifier>config</classifier>
167       <type>xml</type>
168     </dependency>
169      <dependency>
170       <groupId>${project.groupId}</groupId>
171       <artifactId>arputil-impl</artifactId>
172       <version>${arputil.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>${project.groupId}</groupId>
176       <artifactId>mdsalutil-impl</artifactId>
177       <version>${mdsalutil.version}</version>
178       <classifier>config</classifier>
179       <type>xml</type>
180     </dependency>
181     <dependency>
182       <groupId>${project.groupId}</groupId>
183       <artifactId>mdsalutil-api</artifactId>
184       <version>${mdsalutil.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>interfacemgr-impl</artifactId>
189       <version>${interfacemgr.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>interfacemgr-impl</artifactId>
194       <version>${interfacemgr.version}</version>
195       <classifier>config</classifier>
196       <type>xml</type>
197     </dependency>
198     <dependency>
199       <groupId>${project.groupId}</groupId>
200       <artifactId>interfacemgr-api</artifactId>
201       <version>${interfacemgr.version}</version>
202     </dependency>
203     <dependency>
204       <groupId>${project.groupId}</groupId>
205       <artifactId>interfacemgr-shell</artifactId>
206       <version>${interfacemgr.version}</version>
207     </dependency>
208     <dependency>
209       <groupId>${project.groupId}</groupId>
210       <artifactId>elanmanager-impl</artifactId>
211       <version>${elanmgr.version}</version>
212     </dependency>
213     <dependency>
214       <groupId>${project.groupId}</groupId>
215       <artifactId>elanmanager-impl</artifactId>
216       <version>${elanmgr.version}</version>
217       <classifier>config</classifier>
218       <type>xml</type>
219     </dependency>
220     <dependency>
221       <groupId>${project.groupId}</groupId>
222       <artifactId>elanmanager-api</artifactId>
223       <version>${elanmgr.version}</version>
224     </dependency>
225     <dependency>
226         <groupId>org.opendaylight.controller</groupId>
227         <artifactId>liblldp</artifactId>
228         <version>${liblldp.version}</version>
229     </dependency>
230     <dependency>
231       <groupId>${project.groupId}</groupId>
232       <artifactId>alivenessmonitor-impl</artifactId>
233       <version>${vpnservices.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>${project.groupId}</groupId>
237       <artifactId>alivenessmonitor-impl</artifactId>
238       <version>${vpnservices.version}</version>
239       <classifier>config</classifier>
240       <type>xml</type>
241     </dependency>
242     <dependency>
243       <groupId>${project.groupId}</groupId>
244       <artifactId>alivenessmonitor-api</artifactId>
245       <version>${vpnservices.version}</version>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>vpnmanager-api</artifactId>
250       <version>${vpnmanager.version}</version>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>bgpmanager-impl</artifactId>
255       <version>${vpnservices.version}</version>
256     </dependency>
257     <dependency>
258       <groupId>${project.groupId}</groupId>
259       <artifactId>bgpmanager-impl</artifactId>
260       <version>${vpnservices.version}</version>
261       <classifier>config</classifier>
262       <type>xml</type>
263     </dependency>
264     <dependency>
265       <groupId>${project.groupId}</groupId>
266       <artifactId>bgpmanager-api</artifactId>
267       <version>${vpnservices.version}</version>
268     </dependency>
269     <dependency>
270       <groupId>${project.groupId}</groupId>
271       <artifactId>model-bgp</artifactId>
272       <version>2013.07.15.9-SNAPSHOT</version>
273     </dependency>
274     <dependency>
275       <groupId>${project.groupId}</groupId>
276       <artifactId>fibmanager-impl</artifactId>
277       <version>${fibmanager.version}</version>
278     </dependency>
279     <dependency>
280       <groupId>${project.groupId}</groupId>
281       <artifactId>fibmanager-impl</artifactId>
282       <version>${fibmanager.version}</version>
283       <classifier>config</classifier>
284       <type>xml</type>
285     </dependency>
286     <dependency>
287       <groupId>${project.groupId}</groupId>
288       <artifactId>fibmanager-shell</artifactId>
289       <version>${fibmanager.version}</version>
290     </dependency>
291     <dependency>
292       <groupId>${project.groupId}</groupId>
293       <artifactId>fibmanager-api</artifactId>
294       <version>${fibmanager.version}</version>
295     </dependency>
296     <dependency>
297       <groupId>${project.groupId}</groupId>
298       <artifactId>lockmanager-impl</artifactId>
299       <version>${lockmanager.version}</version>
300     </dependency>
301     <dependency>
302       <groupId>${project.groupId}</groupId>
303       <artifactId>lockmanager-impl</artifactId>
304       <version>${lockmanager.version}</version>
305       <classifier>config</classifier>
306       <type>xml</type>
307     </dependency>
308     <dependency>
309       <groupId>${project.groupId}</groupId>
310       <artifactId>lockmanager-api</artifactId>
311       <version>${lockmanager.version}</version>
312     </dependency>
313     <dependency>
314       <groupId>${project.groupId}</groupId>
315       <artifactId>idmanager-impl</artifactId>
316       <version>${idmanager.version}</version>
317     </dependency>
318     <dependency>
319       <groupId>${project.groupId}</groupId>
320       <artifactId>idmanager-impl</artifactId>
321       <version>${idmanager.version}</version>
322       <classifier>config</classifier>
323       <type>xml</type>
324     </dependency>
325     <dependency>
326       <groupId>${project.groupId}</groupId>
327       <artifactId>idmanager-api</artifactId>
328       <version>${idmanager.version}</version>
329     </dependency>
330     <dependency>
331       <groupId>${project.groupId}</groupId>
332       <artifactId>itm-impl</artifactId>
333       <version>${itm.version}</version>
334     </dependency>
335     <dependency>
336       <groupId>${project.groupId}</groupId>
337       <artifactId>itm-impl</artifactId>
338       <version>${itm.version}</version>
339       <classifier>config</classifier>
340       <type>xml</type>
341     </dependency>
342     <dependency>
343       <groupId>${project.groupId}</groupId>
344       <artifactId>itm-api</artifactId>
345       <version>${itm.version}</version>
346     </dependency>
347     <dependency>
348       <groupId>${project.groupId}</groupId>
349       <artifactId>dhcpservice-impl</artifactId>
350       <version>${vpnservices.version}</version>
351     </dependency>
352     <dependency>
353       <groupId>${project.groupId}</groupId>
354       <artifactId>dhcpservice-impl</artifactId>
355       <version>${vpnservices.version}</version>
356       <classifier>config</classifier>
357       <type>xml</type>
358     </dependency>
359     <dependency>
360       <groupId>${project.groupId}</groupId>
361       <artifactId>dhcpservice-api</artifactId>
362       <version>${vpnservices.version}</version>
363     </dependency>
364     <dependency>
365       <groupId>${project.groupId}</groupId>
366       <artifactId>natservice-impl</artifactId>
367       <version>${vpnservices.version}</version>
368     </dependency>
369     <dependency>
370       <groupId>${project.groupId}</groupId>
371       <artifactId>natservice-impl</artifactId>
372       <version>${vpnservices.version}</version>
373       <classifier>config</classifier>
374       <type>xml</type>
375     </dependency>
376     <dependency>
377       <groupId>${project.groupId}</groupId>
378       <artifactId>natservice-api</artifactId>
379       <version>${vpnservices.version}</version>
380     </dependency>
381     <dependency>
382       <groupId>${project.groupId}</groupId>
383       <artifactId>neutronvpn-api</artifactId>
384       <version>${neutronvpn.version}</version>
385     </dependency>
386     <dependency>
387       <groupId>${project.groupId}</groupId>
388       <artifactId>neutronvpn-impl</artifactId>
389       <version>${neutronvpn.version}</version>
390     </dependency>
391     <dependency>
392       <groupId>${project.groupId}</groupId>
393       <artifactId>neutronvpn-impl</artifactId>
394       <version>${neutronvpn.version}</version>
395       <classifier>config</classifier>
396       <type>xml</type>
397     </dependency>
398     <dependency>
399       <groupId>${project.groupId}</groupId>
400       <artifactId>neutronvpn-shell</artifactId>
401       <version>${neutronvpn.version}</version>
402     </dependency>
403     <dependency>
404       <groupId>org.apache.thrift</groupId>
405       <artifactId>libthrift</artifactId>
406       <version>0.9.1</version>
407     </dependency>
408     <dependency>
409       <groupId>org.opendaylight.openflowplugin</groupId>
410       <artifactId>features-openflowplugin-extension</artifactId>
411       <classifier>features</classifier>
412       <version>${openflowplugin.version}</version>
413       <type>xml</type>
414       <scope>runtime</scope>
415     </dependency>
416     <dependency>
417       <groupId>commons-net</groupId>
418       <artifactId>commons-net</artifactId>
419     </dependency>
420     <dependency>
421       <groupId>${project.groupId}</groupId>
422       <artifactId>vpnintent-api</artifactId>
423       <version>${vpnservices.version}</version>
424     </dependency>
425     <dependency>
426       <groupId>${project.groupId}</groupId>
427       <artifactId>vpnintent-impl</artifactId>
428       <version>${vpnservices.version}</version>
429     </dependency>
430     <dependency>
431       <groupId>${project.groupId}</groupId>
432       <artifactId>vpnintent-impl</artifactId>
433       <version>${vpnservices.version}</version>
434       <classifier>config</classifier>
435       <type>xml</type>
436     </dependency>
437     <dependency>
438       <groupId>${project.groupId}</groupId>
439       <artifactId>alarmmanager</artifactId>
440       <version>${fcaps.manager.version}</version>
441     </dependency>
442     <dependency>
443       <groupId>${project.groupId}</groupId>
444       <artifactId>countermanager</artifactId>
445       <version>${fcaps.manager.version}</version>
446     </dependency>
447     <dependency>
448       <groupId>${project.groupId}</groupId>
449       <artifactId>fcaps-api</artifactId>
450       <version>${fcaps.manager.version}</version>
451     </dependency>
452     <dependency>
453       <groupId>${project.groupId}</groupId>
454       <artifactId>fcapsapplication-jmxapi</artifactId>
455       <version>${fcaps.app.version}</version>
456     </dependency>
457     <dependency>
458       <groupId>${project.groupId}</groupId>
459       <artifactId>fcapsapplication-impl</artifactId>
460       <version>${fcaps.app.version}</version>
461     </dependency>
462   </dependencies>
463 </project>