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