HwVTEP support for interfacemanager
[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   </properties>
46   <dependencyManagement>
47     <dependencies>
48       <!-- project specific dependencies -->
49       <dependency>
50         <groupId>org.opendaylight.controller</groupId>
51         <artifactId>mdsal-artifacts</artifactId>
52         <version>${mdsal.version}</version>
53         <type>pom</type>
54         <scope>import</scope>
55       </dependency>
56       <dependency>
57         <groupId>org.opendaylight.netconf</groupId>
58         <artifactId>restconf-artifacts</artifactId>
59         <version>${restconf.version}</version>
60         <type>pom</type>
61         <scope>import</scope>
62       </dependency>
63     </dependencies>
64   </dependencyManagement>
65   <dependencies>
66     <dependency>
67       <groupId>org.opendaylight.yangtools</groupId>
68       <artifactId>features-yangtools</artifactId>
69       <classifier>features</classifier>
70       <version>${yangtools.version}</version>
71       <type>xml</type>
72       <scope>runtime</scope>
73     </dependency>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>features-mdsal</artifactId>
77       <classifier>features</classifier>
78       <version>${mdsal.version}</version>
79       <type>xml</type>
80       <scope>runtime</scope>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.mdsal.model</groupId>
84       <artifactId>features-mdsal-model</artifactId>
85       <version>${mdsal.model.version}</version>
86       <classifier>features</classifier>
87       <type>xml</type>
88       <scope>runtime</scope>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.nic</groupId>
92       <artifactId>features-nic</artifactId>
93       <classifier>features</classifier>
94       <version>${nic.version}</version>
95       <type>xml</type>
96       <scope>runtime</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.ovsdb</groupId>
100       <artifactId>features-ovsdb</artifactId>
101       <version>${ovsdb.version}</version>
102       <classifier>features</classifier>
103       <type>xml</type>
104       <scope>runtime</scope>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.openflowplugin</groupId>
108       <artifactId>features-openflowplugin</artifactId>
109       <classifier>features</classifier>
110       <version>${openflowplugin.version}</version>
111       <type>xml</type>
112       <scope>runtime</scope>
113     </dependency>
114     <dependency>
115       <groupId>org.opendaylight.netconf</groupId>
116       <artifactId>features-restconf</artifactId>
117       <classifier>features</classifier>
118       <version>${restconf.version}</version>
119       <type>xml</type>
120       <scope>runtime</scope>
121     </dependency>
122     <dependency>
123       <groupId>org.opendaylight.neutron</groupId>
124       <artifactId>features-neutron</artifactId>
125       <classifier>features</classifier>
126       <version>${neutron.version}</version>
127       <type>xml</type>
128       <scope>runtime</scope>
129     </dependency>
130     <dependency>
131       <groupId>org.opendaylight.neutron</groupId>
132       <artifactId>dummyprovider</artifactId>
133       <version>${neutron.version}</version>
134     </dependency>
135     <dependency>
136       <groupId>${project.groupId}</groupId>
137       <artifactId>vpnmanager-impl</artifactId>
138       <version>${vpnmanager.version}</version>
139     </dependency>
140     <dependency>
141       <groupId>${project.groupId}</groupId>
142       <artifactId>vpnmanager-impl</artifactId>
143       <version>${vpnmanager.version}</version>
144       <classifier>config</classifier>
145       <type>xml</type>
146     </dependency>
147     <dependency>
148       <groupId>${project.groupId}</groupId>
149       <artifactId>mdsalutil-impl</artifactId>
150       <version>${mdsalutil.version}</version>
151     </dependency>
152     <dependency>
153       <groupId>${project.groupId}</groupId>
154       <artifactId>arputil-api</artifactId>
155       <version>${arputil.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>arputil-impl</artifactId>
160       <version>${arputil.version}</version>
161       <classifier>config</classifier>
162       <type>xml</type>
163     </dependency>
164      <dependency>
165       <groupId>${project.groupId}</groupId>
166       <artifactId>arputil-impl</artifactId>
167       <version>${arputil.version}</version>
168     </dependency>
169     <dependency>
170       <groupId>${project.groupId}</groupId>
171       <artifactId>mdsalutil-impl</artifactId>
172       <version>${mdsalutil.version}</version>
173       <classifier>config</classifier>
174       <type>xml</type>
175     </dependency>
176     <dependency>
177       <groupId>${project.groupId}</groupId>
178       <artifactId>mdsalutil-api</artifactId>
179       <version>${mdsalutil.version}</version>
180     </dependency>
181     <dependency>
182       <groupId>${project.groupId}</groupId>
183       <artifactId>interfacemgr-impl</artifactId>
184       <version>${interfacemgr.version}</version>
185     </dependency>
186     <dependency>
187       <groupId>${project.groupId}</groupId>
188       <artifactId>interfacemgr-impl</artifactId>
189       <version>${interfacemgr.version}</version>
190       <classifier>config</classifier>
191       <type>xml</type>
192     </dependency>
193     <dependency>
194       <groupId>${project.groupId}</groupId>
195       <artifactId>interfacemgr-api</artifactId>
196       <version>${interfacemgr.version}</version>
197     </dependency>
198     <dependency>
199       <groupId>${project.groupId}</groupId>
200       <artifactId>interfacemgr-shell</artifactId>
201       <version>${interfacemgr.version}</version>
202     </dependency>
203     <dependency>
204       <groupId>${project.groupId}</groupId>
205       <artifactId>elanmanager-impl</artifactId>
206       <version>${elanmgr.version}</version>
207     </dependency>
208     <dependency>
209       <groupId>${project.groupId}</groupId>
210       <artifactId>elanmanager-impl</artifactId>
211       <version>${elanmgr.version}</version>
212       <classifier>config</classifier>
213       <type>xml</type>
214     </dependency>
215     <dependency>
216       <groupId>${project.groupId}</groupId>
217       <artifactId>elanmanager-api</artifactId>
218       <version>${elanmgr.version}</version>
219     </dependency>
220     <dependency>
221         <groupId>org.opendaylight.controller</groupId>
222         <artifactId>liblldp</artifactId>
223         <version>${liblldp.version}</version>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>alivenessmonitor-impl</artifactId>
228       <version>${vpnservices.version}</version>
229     </dependency>
230     <dependency>
231       <groupId>${project.groupId}</groupId>
232       <artifactId>alivenessmonitor-impl</artifactId>
233       <version>${vpnservices.version}</version>
234       <classifier>config</classifier>
235       <type>xml</type>
236     </dependency>
237     <dependency>
238       <groupId>${project.groupId}</groupId>
239       <artifactId>alivenessmonitor-api</artifactId>
240       <version>${vpnservices.version}</version>
241     </dependency>
242     <dependency>
243       <groupId>${project.groupId}</groupId>
244       <artifactId>vpnmanager-api</artifactId>
245       <version>${vpnmanager.version}</version>
246     </dependency>
247     <dependency>
248       <groupId>${project.groupId}</groupId>
249       <artifactId>bgpmanager-impl</artifactId>
250       <version>${vpnservices.version}</version>
251     </dependency>
252     <dependency>
253       <groupId>${project.groupId}</groupId>
254       <artifactId>bgpmanager-impl</artifactId>
255       <version>${vpnservices.version}</version>
256       <classifier>config</classifier>
257       <type>xml</type>
258     </dependency>
259     <dependency>
260       <groupId>${project.groupId}</groupId>
261       <artifactId>bgpmanager-api</artifactId>
262       <version>${vpnservices.version}</version>
263     </dependency>
264     <dependency>
265       <groupId>${project.groupId}</groupId>
266       <artifactId>model-bgp</artifactId>
267       <version>2013.07.15.9-SNAPSHOT</version>
268     </dependency>
269     <dependency>
270       <groupId>${project.groupId}</groupId>
271       <artifactId>fibmanager-impl</artifactId>
272       <version>${fibmanager.version}</version>
273     </dependency>
274     <dependency>
275       <groupId>${project.groupId}</groupId>
276       <artifactId>fibmanager-impl</artifactId>
277       <version>${fibmanager.version}</version>
278       <classifier>config</classifier>
279       <type>xml</type>
280     </dependency>
281     <dependency>
282       <groupId>${project.groupId}</groupId>
283       <artifactId>fibmanager-shell</artifactId>
284       <version>${fibmanager.version}</version>
285     </dependency>
286     <dependency>
287       <groupId>${project.groupId}</groupId>
288       <artifactId>fibmanager-api</artifactId>
289       <version>${fibmanager.version}</version>
290     </dependency>
291     <dependency>
292       <groupId>${project.groupId}</groupId>
293       <artifactId>lockmanager-impl</artifactId>
294       <version>${lockmanager.version}</version>
295     </dependency>
296     <dependency>
297       <groupId>${project.groupId}</groupId>
298       <artifactId>lockmanager-impl</artifactId>
299       <version>${lockmanager.version}</version>
300       <classifier>config</classifier>
301       <type>xml</type>
302     </dependency>
303     <dependency>
304       <groupId>${project.groupId}</groupId>
305       <artifactId>lockmanager-api</artifactId>
306       <version>${lockmanager.version}</version>
307     </dependency>
308     <dependency>
309       <groupId>${project.groupId}</groupId>
310       <artifactId>idmanager-impl</artifactId>
311       <version>${idmanager.version}</version>
312     </dependency>
313     <dependency>
314       <groupId>${project.groupId}</groupId>
315       <artifactId>idmanager-impl</artifactId>
316       <version>${idmanager.version}</version>
317       <classifier>config</classifier>
318       <type>xml</type>
319     </dependency>
320     <dependency>
321       <groupId>${project.groupId}</groupId>
322       <artifactId>idmanager-api</artifactId>
323       <version>${idmanager.version}</version>
324     </dependency>
325     <dependency>
326       <groupId>${project.groupId}</groupId>
327       <artifactId>itm-impl</artifactId>
328       <version>${itm.version}</version>
329     </dependency>
330     <dependency>
331       <groupId>${project.groupId}</groupId>
332       <artifactId>itm-impl</artifactId>
333       <version>${itm.version}</version>
334       <classifier>config</classifier>
335       <type>xml</type>
336     </dependency>
337     <dependency>
338       <groupId>${project.groupId}</groupId>
339       <artifactId>itm-api</artifactId>
340       <version>${itm.version}</version>
341     </dependency>
342     <dependency>
343       <groupId>${project.groupId}</groupId>
344       <artifactId>dhcpservice-impl</artifactId>
345       <version>${vpnservices.version}</version>
346     </dependency>
347     <dependency>
348       <groupId>${project.groupId}</groupId>
349       <artifactId>dhcpservice-impl</artifactId>
350       <version>${vpnservices.version}</version>
351       <classifier>config</classifier>
352       <type>xml</type>
353     </dependency>
354     <dependency>
355       <groupId>${project.groupId}</groupId>
356       <artifactId>dhcpservice-api</artifactId>
357       <version>${vpnservices.version}</version>
358     </dependency>
359     <dependency>
360       <groupId>${project.groupId}</groupId>
361       <artifactId>neutronvpn-api</artifactId>
362       <version>${neutronvpn.version}</version>
363     </dependency>
364     <dependency>
365       <groupId>${project.groupId}</groupId>
366       <artifactId>neutronvpn-impl</artifactId>
367       <version>${neutronvpn.version}</version>
368     </dependency>
369     <dependency>
370       <groupId>${project.groupId}</groupId>
371       <artifactId>neutronvpn-impl</artifactId>
372       <version>${neutronvpn.version}</version>
373       <classifier>config</classifier>
374       <type>xml</type>
375     </dependency>
376     <dependency>
377       <groupId>${project.groupId}</groupId>
378       <artifactId>neutronvpn-shell</artifactId>
379       <version>${neutronvpn.version}</version>
380     </dependency>
381     <dependency>
382       <groupId>org.apache.thrift</groupId>
383       <artifactId>libthrift</artifactId>
384       <version>0.9.1</version>
385     </dependency>
386     <dependency>
387       <groupId>org.opendaylight.openflowplugin</groupId>
388       <artifactId>features-openflowplugin-extension</artifactId>
389       <classifier>features</classifier>
390       <version>${openflowplugin.version}</version>
391       <type>xml</type>
392       <scope>runtime</scope>
393     </dependency>
394     <dependency>
395       <groupId>commons-net</groupId>
396       <artifactId>commons-net</artifactId>
397     </dependency>
398     <dependency>
399       <groupId>${project.groupId}</groupId>
400       <artifactId>vpnintent-api</artifactId>
401       <version>${vpnservices.version}</version>
402     </dependency>
403     <dependency>
404       <groupId>${project.groupId}</groupId>
405       <artifactId>vpnintent-impl</artifactId>
406       <version>${vpnservices.version}</version>
407     </dependency>
408     <dependency>
409       <groupId>${project.groupId}</groupId>
410       <artifactId>vpnintent-impl</artifactId>
411       <version>${vpnservices.version}</version>
412       <classifier>config</classifier>
413       <type>xml</type>
414     </dependency>
415   </dependencies>
416 </project>