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