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