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