8433fba5543c5eb36d588f17cebbb029ff7baeb7
[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     <mdsalutil.version>${vpnservices.version}</mdsalutil.version>
32     <vpnmanager.version>${vpnservices.version}</vpnmanager.version>
33     <interfacemgr.version>${vpnservices.version}</interfacemgr.version>
34     <nexthopmgr.version>${vpnservices.version}</nexthopmgr.version>
35     <fibmanager.version>${vpnservices.version}</fibmanager.version>
36     <lockmanager.version>${vpnservices.version}</lockmanager.version>
37     <idmanager.version>${vpnservices.version}</idmanager.version>
38   </properties>
39   <dependencyManagement>
40     <dependencies>
41       <!-- project specific dependencies -->
42       <dependency>
43         <groupId>org.opendaylight.controller</groupId>
44         <artifactId>mdsal-artifacts</artifactId>
45         <version>${mdsal.version}</version>
46         <type>pom</type>
47         <scope>import</scope>
48       </dependency>
49       <dependency>
50         <groupId>org.opendaylight.netconf</groupId>
51         <artifactId>restconf-artifacts</artifactId>
52         <version>${restconf.version}</version>
53         <type>pom</type>
54         <scope>import</scope>
55       </dependency>
56     </dependencies>
57   </dependencyManagement>
58   <dependencies>
59     <dependency>
60       <groupId>org.opendaylight.yangtools</groupId>
61       <artifactId>features-yangtools</artifactId>
62       <classifier>features</classifier>
63       <version>${yangtools.version}</version>
64       <type>xml</type>
65       <scope>runtime</scope>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>features-mdsal</artifactId>
70       <classifier>features</classifier>
71       <version>${mdsal.version}</version>
72       <type>xml</type>
73       <scope>runtime</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.mdsal.model</groupId>
77       <artifactId>features-mdsal-model</artifactId>
78       <version>${mdsal.model.version}</version>
79       <classifier>features</classifier>
80       <type>xml</type>
81       <scope>runtime</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.ovsdb</groupId>
85       <artifactId>features-ovsdb</artifactId>
86       <version>${ovsdb.version}</version>
87       <classifier>features</classifier>
88       <type>xml</type>
89       <scope>runtime</scope>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.openflowplugin</groupId>
93       <artifactId>features-openflowplugin</artifactId>
94       <classifier>features</classifier>
95       <version>${openflowplugin.version}</version>
96       <type>xml</type>
97       <scope>runtime</scope>
98     </dependency>
99     <dependency>
100       <groupId>org.opendaylight.netconf</groupId>
101       <artifactId>features-restconf</artifactId>
102       <classifier>features</classifier>
103       <version>${restconf.version}</version>
104       <type>xml</type>
105       <scope>runtime</scope>
106     </dependency>
107     <dependency>
108       <groupId>${project.groupId}</groupId>
109       <artifactId>vpnmanager-impl</artifactId>
110       <version>${vpnmanager.version}</version>
111     </dependency>
112     <dependency>
113       <groupId>${project.groupId}</groupId>
114       <artifactId>vpnmanager-impl</artifactId>
115       <version>${vpnmanager.version}</version>
116       <classifier>config</classifier>
117       <type>xml</type>
118     </dependency><dependency>
119       <groupId>${project.groupId}</groupId>
120       <artifactId>mdsalutil-impl</artifactId>
121       <version>${mdsalutil.version}</version>
122     </dependency>
123     <dependency>
124       <groupId>${project.groupId}</groupId>
125       <artifactId>mdsalutil-impl</artifactId>
126       <version>${mdsalutil.version}</version>
127       <classifier>config</classifier>
128       <type>xml</type>
129     </dependency>
130     <dependency>
131       <groupId>${project.groupId}</groupId>
132       <artifactId>mdsalutil-api</artifactId>
133       <version>${mdsalutil.version}</version>
134     </dependency>
135     <dependency>
136       <groupId>${project.groupId}</groupId>
137       <artifactId>interfacemgr-impl</artifactId>
138       <version>${interfacemgr.version}</version>
139     </dependency>
140     <dependency>
141       <groupId>${project.groupId}</groupId>
142       <artifactId>interfacemgr-impl</artifactId>
143       <version>${interfacemgr.version}</version>
144       <classifier>config</classifier>
145       <type>xml</type>
146     </dependency>
147     <dependency>
148       <groupId>${project.groupId}</groupId>
149       <artifactId>interfacemgr-api</artifactId>
150       <version>${interfacemgr.version}</version>
151     </dependency>
152     <dependency>
153       <groupId>${project.groupId}</groupId>
154       <artifactId>vpnmanager-api</artifactId>
155       <version>${vpnmanager.version}</version>
156     </dependency>
157     <dependency>
158       <groupId>${project.groupId}</groupId>
159       <artifactId>bgpmanager-impl</artifactId>
160       <version>${vpnservices.version}</version>
161     </dependency>
162     <dependency>
163       <groupId>${project.groupId}</groupId>
164       <artifactId>bgpmanager-impl</artifactId>
165       <version>${vpnservices.version}</version>
166       <classifier>config</classifier>
167       <type>xml</type>
168     </dependency>
169     <dependency>
170       <groupId>${project.groupId}</groupId>
171       <artifactId>bgpmanager-api</artifactId>
172       <version>${vpnservices.version}</version>
173     </dependency>
174     <dependency>
175       <groupId>${project.groupId}</groupId>
176       <artifactId>model-bgp</artifactId>
177       <version>2013.07.15.8-SNAPSHOT</version>
178     </dependency>
179         <dependency>
180       <groupId>${project.groupId}</groupId>
181       <artifactId>nexthopmgr-impl</artifactId>
182       <version>${nexthopmgr.version}</version>
183     </dependency>
184     <dependency>
185       <groupId>${project.groupId}</groupId>
186       <artifactId>nexthopmgr-impl</artifactId>
187       <version>${nexthopmgr.version}</version>
188       <classifier>config</classifier>
189       <type>xml</type>
190     </dependency>
191     <dependency>
192       <groupId>${project.groupId}</groupId>
193       <artifactId>nexthopmgr-api</artifactId>
194       <version>${nexthopmgr.version}</version>
195     </dependency>
196         <dependency>
197       <groupId>${project.groupId}</groupId>
198       <artifactId>fibmanager-impl</artifactId>
199       <version>${fibmanager.version}</version>
200     </dependency>
201     <dependency>
202       <groupId>${project.groupId}</groupId>
203       <artifactId>fibmanager-impl</artifactId>
204       <version>${fibmanager.version}</version>
205       <classifier>config</classifier>
206       <type>xml</type>
207     </dependency>
208     <dependency>
209       <groupId>${project.groupId}</groupId>
210       <artifactId>fibmanager-api</artifactId>
211       <version>${fibmanager.version}</version>
212     </dependency>
213     <dependency>
214       <groupId>${project.groupId}</groupId>
215       <artifactId>lockmanager-impl</artifactId>
216       <version>${lockmanager.version}</version>
217     </dependency>
218     <dependency>
219       <groupId>${project.groupId}</groupId>
220       <artifactId>lockmanager-impl</artifactId>
221       <version>${lockmanager.version}</version>
222       <classifier>config</classifier>
223       <type>xml</type>
224     </dependency>
225     <dependency>
226       <groupId>${project.groupId}</groupId>
227       <artifactId>lockmanager-api</artifactId>
228       <version>${lockmanager.version}</version>
229     </dependency>
230     <dependency>
231       <groupId>${project.groupId}</groupId>
232       <artifactId>idmanager-impl</artifactId>
233       <version>${idmanager.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>${project.groupId}</groupId>
237       <artifactId>idmanager-impl</artifactId>
238       <version>${idmanager.version}</version>
239       <classifier>config</classifier>
240       <type>xml</type>
241     </dependency>
242     <dependency>
243       <groupId>${project.groupId}</groupId>
244       <artifactId>idmanager-api</artifactId>
245       <version>${idmanager.version}</version>
246     </dependency>
247     <dependency>
248       <groupId>org.apache.thrift</groupId>
249       <artifactId>libthrift</artifactId>
250       <version>0.9.1</version>
251     </dependency>
252   </dependencies>
253 </project>