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