Merge "IDManager fixes for restart scenario"
[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
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>org.opendaylight.neutron</groupId>
142       <artifactId>dummyprovider</artifactId>
143       <version>${neutron.version}</version>
144     </dependency>
145     <dependency>
146       <groupId>${project.groupId}</groupId>
147       <artifactId>vpnmanager-impl</artifactId>
148       <version>${vpnmanager.version}</version>
149     </dependency>
150     <dependency>
151       <groupId>${project.groupId}</groupId>
152       <artifactId>vpnmanager-impl</artifactId>
153       <version>${vpnmanager.version}</version>
154       <classifier>config</classifier>
155       <type>xml</type>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>mdsalutil-impl</artifactId>
160       <version>${mdsalutil.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>arputil-api</artifactId>
165       <version>${arputil.version}</version>
166     </dependency>
167     <dependency>
168       <groupId>${project.groupId}</groupId>
169       <artifactId>arputil-impl</artifactId>
170       <version>${arputil.version}</version>
171       <classifier>config</classifier>
172       <type>xml</type>
173     </dependency>
174      <dependency>
175       <groupId>${project.groupId}</groupId>
176       <artifactId>arputil-impl</artifactId>
177       <version>${arputil.version}</version>
178     </dependency>
179     <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>mdsalutil-impl</artifactId>
182       <version>${mdsalutil.version}</version>
183       <classifier>config</classifier>
184       <type>xml</type>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>mdsalutil-api</artifactId>
189       <version>${mdsalutil.version}</version>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>interfacemgr-impl</artifactId>
194       <version>${interfacemgr.version}</version>
195     </dependency>
196     <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>interfacemgr-impl</artifactId>
199       <version>${interfacemgr.version}</version>
200       <classifier>config</classifier>
201       <type>xml</type>
202     </dependency>
203     <dependency>
204       <groupId>${project.groupId}</groupId>
205       <artifactId>interfacemgr-api</artifactId>
206       <version>${interfacemgr.version}</version>
207     </dependency>
208     <dependency>
209       <groupId>${project.groupId}</groupId>
210       <artifactId>interfacemgr-shell</artifactId>
211       <version>${interfacemgr.version}</version>
212     </dependency>
213     <dependency>
214       <groupId>${project.groupId}</groupId>
215       <artifactId>elanmanager-impl</artifactId>
216       <version>${elanmgr.version}</version>
217     </dependency>
218     <dependency>
219       <groupId>${project.groupId}</groupId>
220       <artifactId>elanmanager-impl</artifactId>
221       <version>${elanmgr.version}</version>
222       <classifier>config</classifier>
223       <type>xml</type>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>elanmanager-api</artifactId>
228       <version>${elanmgr.version}</version>
229     </dependency>
230     <dependency>
231         <groupId>org.opendaylight.controller</groupId>
232         <artifactId>liblldp</artifactId>
233         <version>${liblldp.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>${project.groupId}</groupId>
237       <artifactId>alivenessmonitor-impl</artifactId>
238       <version>${vpnservices.version}</version>
239     </dependency>
240     <dependency>
241       <groupId>${project.groupId}</groupId>
242       <artifactId>alivenessmonitor-impl</artifactId>
243       <version>${vpnservices.version}</version>
244       <classifier>config</classifier>
245       <type>xml</type>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>alivenessmonitor-api</artifactId>
250       <version>${vpnservices.version}</version>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>vpnmanager-api</artifactId>
255       <version>${vpnmanager.version}</version>
256     </dependency>
257     <dependency>
258       <groupId>${project.groupId}</groupId>
259       <artifactId>bgpmanager-impl</artifactId>
260       <version>${vpnservices.version}</version>
261     </dependency>
262     <dependency>
263       <groupId>${project.groupId}</groupId>
264       <artifactId>bgpmanager-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>bgpmanager-api</artifactId>
272       <version>${vpnservices.version}</version>
273     </dependency>
274     <dependency>
275       <groupId>${project.groupId}</groupId>
276       <artifactId>model-bgp</artifactId>
277       <version>2013.07.15.9-SNAPSHOT</version>
278     </dependency>
279     <dependency>
280       <groupId>${project.groupId}</groupId>
281       <artifactId>fibmanager-impl</artifactId>
282       <version>${fibmanager.version}</version>
283     </dependency>
284     <dependency>
285       <groupId>${project.groupId}</groupId>
286       <artifactId>fibmanager-impl</artifactId>
287       <version>${fibmanager.version}</version>
288       <classifier>config</classifier>
289       <type>xml</type>
290     </dependency>
291     <dependency>
292       <groupId>${project.groupId}</groupId>
293       <artifactId>fibmanager-shell</artifactId>
294       <version>${fibmanager.version}</version>
295     </dependency>
296     <dependency>
297       <groupId>${project.groupId}</groupId>
298       <artifactId>fibmanager-api</artifactId>
299       <version>${fibmanager.version}</version>
300     </dependency>
301     <dependency>
302       <groupId>${project.groupId}</groupId>
303       <artifactId>lockmanager-impl</artifactId>
304       <version>${lockmanager.version}</version>
305     </dependency>
306     <dependency>
307       <groupId>${project.groupId}</groupId>
308       <artifactId>lockmanager-impl</artifactId>
309       <version>${lockmanager.version}</version>
310       <classifier>config</classifier>
311       <type>xml</type>
312     </dependency>
313     <dependency>
314       <groupId>${project.groupId}</groupId>
315       <artifactId>lockmanager-api</artifactId>
316       <version>${lockmanager.version}</version>
317     </dependency>
318     <dependency>
319       <groupId>${project.groupId}</groupId>
320       <artifactId>idmanager-impl</artifactId>
321       <version>${idmanager.version}</version>
322     </dependency>
323     <dependency>
324       <groupId>${project.groupId}</groupId>
325       <artifactId>idmanager-impl</artifactId>
326       <version>${idmanager.version}</version>
327       <classifier>config</classifier>
328       <type>xml</type>
329     </dependency>
330     <dependency>
331       <groupId>${project.groupId}</groupId>
332       <artifactId>idmanager-api</artifactId>
333       <version>${idmanager.version}</version>
334     </dependency>
335     <dependency>
336       <groupId>${project.groupId}</groupId>
337       <artifactId>itm-impl</artifactId>
338       <version>${itm.version}</version>
339     </dependency>
340     <dependency>
341       <groupId>${project.groupId}</groupId>
342       <artifactId>itm-impl</artifactId>
343       <version>${itm.version}</version>
344       <classifier>config</classifier>
345       <type>xml</type>
346     </dependency>
347     <dependency>
348       <groupId>${project.groupId}</groupId>
349       <artifactId>itm-api</artifactId>
350       <version>${itm.version}</version>
351     </dependency>
352     <dependency>
353       <groupId>${project.groupId}</groupId>
354       <artifactId>dhcpservice-impl</artifactId>
355       <version>${vpnservices.version}</version>
356     </dependency>
357     <dependency>
358       <groupId>${project.groupId}</groupId>
359       <artifactId>dhcpservice-impl</artifactId>
360       <version>${vpnservices.version}</version>
361       <classifier>config</classifier>
362       <type>xml</type>
363     </dependency>
364     <dependency>
365       <groupId>${project.groupId}</groupId>
366       <artifactId>dhcpservice-api</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     </dependency>
374     <dependency>
375       <groupId>${project.groupId}</groupId>
376       <artifactId>natservice-impl</artifactId>
377       <version>${vpnservices.version}</version>
378       <classifier>config</classifier>
379       <type>xml</type>
380     </dependency>
381     <dependency>
382       <groupId>${project.groupId}</groupId>
383       <artifactId>natservice-api</artifactId>
384       <version>${vpnservices.version}</version>
385     </dependency>
386     <dependency>
387       <groupId>${project.groupId}</groupId>
388       <artifactId>neutronvpn-api</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     </dependency>
396     <dependency>
397       <groupId>${project.groupId}</groupId>
398       <artifactId>neutronvpn-impl</artifactId>
399       <version>${neutronvpn.version}</version>
400       <classifier>config</classifier>
401       <type>xml</type>
402     </dependency>
403     <dependency>
404       <groupId>${project.groupId}</groupId>
405       <artifactId>neutronvpn-shell</artifactId>
406       <version>${neutronvpn.version}</version>
407     </dependency>
408     <dependency>
409       <groupId>org.apache.thrift</groupId>
410       <artifactId>libthrift</artifactId>
411       <version>0.9.1</version>
412     </dependency>
413     <dependency>
414       <groupId>org.opendaylight.openflowplugin</groupId>
415       <artifactId>features-openflowplugin-extension</artifactId>
416       <classifier>features</classifier>
417       <version>${openflowplugin.version}</version>
418       <type>xml</type>
419       <scope>runtime</scope>
420     </dependency>
421     <dependency>
422       <groupId>commons-net</groupId>
423       <artifactId>commons-net</artifactId>
424     </dependency>
425     <dependency>
426       <groupId>${project.groupId}</groupId>
427       <artifactId>vpnintent-api</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     </dependency>
435     <dependency>
436       <groupId>${project.groupId}</groupId>
437       <artifactId>vpnintent-impl</artifactId>
438       <version>${vpnservices.version}</version>
439       <classifier>config</classifier>
440       <type>xml</type>
441     </dependency>
442
443     <dependency>
444       <groupId>${project.groupId}</groupId>
445       <artifactId>alarmmanager</artifactId>
446       <version>${fcaps.manager.version}</version>
447     </dependency>
448     <dependency>
449       <groupId>${project.groupId}</groupId>
450       <artifactId>countermanager</artifactId>
451       <version>${fcaps.manager.version}</version>
452     </dependency>
453     <dependency>
454       <groupId>${project.groupId}</groupId>
455       <artifactId>fcaps-api</artifactId>
456       <version>${fcaps.manager.version}</version>
457     </dependency>
458   </dependencies>
459 </project>