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