Merge "Yang changes for l3vpn"
[vpnservice.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 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     <arputil.version>${vpnservices.version}</arputil.version>
33     <mdsalutil.version>${vpnservices.version}</mdsalutil.version>
34     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
35     <interfacemgr.version>${vpnservices.version}</interfacemgr.version>
36     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
37     <fibmanager.version>${vpnservices.version}</fibmanager.version>
38     <lockmanager.version>${vpnservices.version}</lockmanager.version>
39     <idmanager.version>${vpnservices.version}</idmanager.version>
40         <itm.version>${vpnservices.version}</itm.version>
41   </properties>
42   <dependencyManagement>
43     <dependencies>
44       <!-- project specific dependencies -->
45       <dependency>
46         <groupId>org.opendaylight.controller</groupId>
47         <artifactId>mdsal-artifacts</artifactId>
48         <version>${mdsal.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.netconf</groupId>
54         <artifactId>restconf-artifacts</artifactId>
55         <version>${restconf.version}</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59     </dependencies>
60   </dependencyManagement>
61   <dependencies>
62     <dependency>
63       <groupId>org.opendaylight.yangtools</groupId>
64       <artifactId>features-yangtools</artifactId>
65       <classifier>features</classifier>
66       <version>${yangtools.version}</version>
67       <type>xml</type>
68       <scope>runtime</scope>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>features-mdsal</artifactId>
73       <classifier>features</classifier>
74       <version>${mdsal.version}</version>
75       <type>xml</type>
76       <scope>runtime</scope>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.mdsal.model</groupId>
80       <artifactId>features-mdsal-model</artifactId>
81       <version>${mdsal.model.version}</version>
82       <classifier>features</classifier>
83       <type>xml</type>
84       <scope>runtime</scope>
85     </dependency>
86     <dependency>
87       <groupId>org.opendaylight.ovsdb</groupId>
88       <artifactId>features-ovsdb</artifactId>
89       <version>${ovsdb.version}</version>
90       <classifier>features</classifier>
91       <type>xml</type>
92       <scope>runtime</scope>
93     </dependency>
94     <dependency>
95       <groupId>org.opendaylight.openflowplugin</groupId>
96       <artifactId>features-openflowplugin</artifactId>
97       <classifier>features</classifier>
98       <version>${openflowplugin.version}</version>
99       <type>xml</type>
100       <scope>runtime</scope>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.netconf</groupId>
104       <artifactId>features-restconf</artifactId>
105       <classifier>features</classifier>
106       <version>${restconf.version}</version>
107       <type>xml</type>
108       <scope>runtime</scope>
109     </dependency>
110     <dependency>
111       <groupId>${project.groupId}</groupId>
112       <artifactId>vpnmanager-impl</artifactId>
113       <version>${vpnmanager.version}</version>
114     </dependency>
115     <dependency>
116       <groupId>${project.groupId}</groupId>
117       <artifactId>vpnmanager-impl</artifactId>
118       <version>${vpnmanager.version}</version>
119       <classifier>config</classifier>
120       <type>xml</type>
121     </dependency>
122     <dependency>
123       <groupId>${project.groupId}</groupId>
124       <artifactId>mdsalutil-impl</artifactId>
125       <version>${mdsalutil.version}</version>
126     </dependency>
127     <dependency>
128       <groupId>${project.groupId}</groupId>
129       <artifactId>arputil-api</artifactId>
130       <version>${arputil.version}</version>
131     </dependency>
132     <dependency>
133       <groupId>${project.groupId}</groupId>
134       <artifactId>arputil-impl</artifactId>
135       <version>${arputil.version}</version>
136       <classifier>config</classifier>
137       <type>xml</type>
138     </dependency>
139      <dependency>
140       <groupId>${project.groupId}</groupId>
141       <artifactId>arputil-impl</artifactId>
142       <version>${arputil.version}</version>
143     </dependency>
144     <dependency>
145       <groupId>${project.groupId}</groupId>
146       <artifactId>mdsalutil-impl</artifactId>
147       <version>${mdsalutil.version}</version>
148       <classifier>config</classifier>
149       <type>xml</type>
150     </dependency>
151     <dependency>
152       <groupId>${project.groupId}</groupId>
153       <artifactId>mdsalutil-api</artifactId>
154       <version>${mdsalutil.version}</version>
155     </dependency>
156     <dependency>
157       <groupId>${project.groupId}</groupId>
158       <artifactId>interfacemgr-impl</artifactId>
159       <version>${interfacemgr.version}</version>
160     </dependency>
161     <dependency>
162       <groupId>${project.groupId}</groupId>
163       <artifactId>interfacemgr-impl</artifactId>
164       <version>${interfacemgr.version}</version>
165       <classifier>config</classifier>
166       <type>xml</type>
167     </dependency>
168     <dependency>
169       <groupId>${project.groupId}</groupId>
170       <artifactId>interfacemgr-api</artifactId>
171       <version>${interfacemgr.version}</version>
172     </dependency>
173     <dependency>
174         <groupId>org.opendaylight.controller</groupId>
175         <artifactId>liblldp</artifactId>
176         <version>${liblldp.version}</version>
177     </dependency>
178     <dependency>
179       <groupId>${project.groupId}</groupId>
180       <artifactId>alivenessmonitor-impl</artifactId>
181       <version>${vpnservices.version}</version>
182     </dependency>
183     <dependency>
184       <groupId>${project.groupId}</groupId>
185       <artifactId>alivenessmonitor-impl</artifactId>
186       <version>${vpnservices.version}</version>
187       <classifier>config</classifier>
188       <type>xml</type>
189     </dependency>
190     <dependency>
191       <groupId>${project.groupId}</groupId>
192       <artifactId>alivenessmonitor-api</artifactId>
193       <version>${vpnservices.version}</version>
194     </dependency>
195     <dependency>
196       <groupId>${project.groupId}</groupId>
197       <artifactId>vpnmanager-api</artifactId>
198       <version>${vpnmanager.version}</version>
199     </dependency>
200     <dependency>
201       <groupId>${project.groupId}</groupId>
202       <artifactId>bgpmanager-impl</artifactId>
203       <version>${vpnservices.version}</version>
204     </dependency>
205     <dependency>
206       <groupId>${project.groupId}</groupId>
207       <artifactId>bgpmanager-impl</artifactId>
208       <version>${vpnservices.version}</version>
209       <classifier>config</classifier>
210       <type>xml</type>
211     </dependency>
212     <dependency>
213       <groupId>${project.groupId}</groupId>
214       <artifactId>bgpmanager-api</artifactId>
215       <version>${vpnservices.version}</version>
216     </dependency>
217     <dependency>
218       <groupId>${project.groupId}</groupId>
219       <artifactId>model-bgp</artifactId>
220       <version>2013.07.15.8-SNAPSHOT</version>
221     </dependency>
222         <dependency>
223       <groupId>${project.groupId}</groupId>
224       <artifactId>nexthopmgr-impl</artifactId>
225       <version>${nexthopmgr.version}</version>
226     </dependency>
227     <dependency>
228       <groupId>${project.groupId}</groupId>
229       <artifactId>nexthopmgr-impl</artifactId>
230       <version>${nexthopmgr.version}</version>
231       <classifier>config</classifier>
232       <type>xml</type>
233     </dependency>
234     <dependency>
235       <groupId>${project.groupId}</groupId>
236       <artifactId>nexthopmgr-api</artifactId>
237       <version>${nexthopmgr.version}</version>
238     </dependency>
239         <dependency>
240       <groupId>${project.groupId}</groupId>
241       <artifactId>fibmanager-impl</artifactId>
242       <version>${fibmanager.version}</version>
243     </dependency>
244     <dependency>
245       <groupId>${project.groupId}</groupId>
246       <artifactId>fibmanager-impl</artifactId>
247       <version>${fibmanager.version}</version>
248       <classifier>config</classifier>
249       <type>xml</type>
250     </dependency>
251     <dependency>
252       <groupId>${project.groupId}</groupId>
253       <artifactId>fibmanager-api</artifactId>
254       <version>${fibmanager.version}</version>
255     </dependency>
256     <dependency>
257       <groupId>${project.groupId}</groupId>
258       <artifactId>lockmanager-impl</artifactId>
259       <version>${lockmanager.version}</version>
260     </dependency>
261     <dependency>
262       <groupId>${project.groupId}</groupId>
263       <artifactId>lockmanager-impl</artifactId>
264       <version>${lockmanager.version}</version>
265       <classifier>config</classifier>
266       <type>xml</type>
267     </dependency>
268     <dependency>
269       <groupId>${project.groupId}</groupId>
270       <artifactId>lockmanager-api</artifactId>
271       <version>${lockmanager.version}</version>
272     </dependency>
273     <dependency>
274       <groupId>${project.groupId}</groupId>
275       <artifactId>idmanager-impl</artifactId>
276       <version>${idmanager.version}</version>
277     </dependency>
278     <dependency>
279       <groupId>${project.groupId}</groupId>
280       <artifactId>idmanager-impl</artifactId>
281       <version>${idmanager.version}</version>
282       <classifier>config</classifier>
283       <type>xml</type>
284     </dependency>
285     <dependency>
286       <groupId>${project.groupId}</groupId>
287       <artifactId>idmanager-api</artifactId>
288       <version>${idmanager.version}</version>
289     </dependency>
290         <dependency>
291       <groupId>org.opendaylight.vpnservice</groupId>
292       <artifactId>itm-impl</artifactId>
293       <version>${itm.version}</version>
294     </dependency>
295     <dependency>
296       <groupId>org.opendaylight.vpnservice</groupId>
297       <artifactId>itm-impl</artifactId>
298       <version>${itm.version}</version>
299       <classifier>config</classifier>
300       <type>xml</type>
301     </dependency>
302     <dependency>
303       <groupId>org.apache.thrift</groupId>
304       <artifactId>libthrift</artifactId>
305       <version>0.9.1</version>
306     </dependency>
307   </dependencies>
308 </project>