d90d5d4d4330a55824d57cf6c15711b527cb78ff
[netvirt.git] / features / odl-netvirt-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>7.0.1</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>odl-netvirt-impl</artifactId>
20     <version>0.11.0-SNAPSHOT</version>
21     <name>OpenDaylight :: NetVirt :: impl</name>
22     <packaging>feature</packaging>
23     <modelVersion>4.0.0</modelVersion>
24
25     <dependencies>
26         <!--dependency>
27             <groupId>org.opendaylight.controller</groupId>
28             <artifactId>odl-mdsal-broker</artifactId>
29             <version>1.11.0</version>
30             <type>xml</type>
31             <classifier>features</classifier>
32         </dependency-->
33         <dependency>
34             <groupId>org.opendaylight.genius</groupId>
35             <artifactId>odl-genius</artifactId>
36             <version>0.9.0-SNAPSHOT</version>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.infrautils</groupId>
42             <artifactId>odl-infrautils-inject</artifactId>
43             <version>1.8.0-SNAPSHOT</version>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.infrautils</groupId>
49             <artifactId>odl-infrautils-diagstatus</artifactId>
50             <version>1.8.0-SNAPSHOT</version>
51             <type>xml</type>
52             <classifier>features</classifier>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-netvirt-api</artifactId>
57             <version>${project.version}</version>
58             <type>xml</type>
59             <classifier>features</classifier>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.neutron</groupId>
63             <artifactId>odl-neutron-spi</artifactId>
64             <version>0.15.0-SNAPSHOT</version>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.openflowplugin</groupId>
70             <artifactId>odl-openflowplugin-southbound</artifactId>
71             <version>0.11.0-SNAPSHOT</version>
72             <type>xml</type>
73             <classifier>features</classifier>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.openflowplugin</groupId>
77             <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
78             <version>0.11.0-SNAPSHOT</version>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.openflowplugin</groupId>
84             <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
85             <version>0.11.0-SNAPSHOT</version>
86             <type>xml</type>
87             <classifier>features</classifier>
88         </dependency>
89         <dependency>
90             <groupId>org.opendaylight.ovsdb</groupId>
91             <artifactId>odl-ovsdb-southbound-impl</artifactId>
92             <version>1.11.0-SNAPSHOT</version>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.ovsdb</groupId>
98             <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
99             <version>1.11.0-SNAPSHOT</version>
100             <type>xml</type>
101             <classifier>features</classifier>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.ovsdb</groupId>
105             <artifactId>odl-ovsdb-utils</artifactId>
106             <version>1.11.0-SNAPSHOT</version>
107             <type>xml</type>
108             <classifier>features</classifier>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.infrautils</groupId>
112             <artifactId>odl-infrautils-metrics</artifactId>
113             <version>1.8.0-SNAPSHOT</version>
114             <type>xml</type>
115             <classifier>features</classifier>
116         </dependency>
117         <dependency>
118             <groupId>${project.groupId}</groupId>
119             <artifactId>aclservice-impl</artifactId>
120             <version>${project.version}</version>
121         </dependency>
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>aclservice-shell</artifactId>
125             <version>${project.version}</version>
126         </dependency>
127         <dependency>
128             <groupId>${project.groupId}</groupId>
129             <artifactId>bgpmanager-impl</artifactId>
130             <version>${project.version}</version>
131             <exclusions>
132                 <exclusion>
133                     <!-- This needs to be wrapped, see feature.xml -->
134                     <groupId>org.apache.thrift</groupId>
135                     <artifactId>libthrift</artifactId>
136                 </exclusion>
137             </exclusions>
138         </dependency>
139         <dependency>
140             <groupId>${project.groupId}</groupId>
141             <artifactId>cache-impl</artifactId>
142             <version>${project.version}</version>
143         </dependency>
144         <dependency>
145             <groupId>${project.groupId}</groupId>
146             <artifactId>dhcpservice-impl</artifactId>
147             <version>${project.version}</version>
148         </dependency>
149         <dependency>
150             <groupId>${project.groupId}</groupId>
151             <artifactId>fibmanager-impl</artifactId>
152             <version>${project.version}</version>
153         </dependency>
154         <dependency>
155             <groupId>${project.groupId}</groupId>
156             <artifactId>fibmanager-shell</artifactId>
157             <version>${project.version}</version>
158         </dependency>
159         <dependency>
160             <groupId>${project.groupId}</groupId>
161             <artifactId>elanmanager-impl</artifactId>
162             <version>${project.version}</version>
163         </dependency>
164         <dependency>
165             <groupId>${project.groupId}</groupId>
166             <artifactId>natservice-impl</artifactId>
167             <version>${project.version}</version>
168         </dependency>
169         <dependency>
170             <groupId>${project.groupId}</groupId>
171             <artifactId>neutronvpn-impl</artifactId>
172             <version>${project.version}</version>
173         </dependency>
174         <dependency>
175             <groupId>${project.groupId}</groupId>
176             <artifactId>neutronvpn-shell</artifactId>
177             <version>${project.version}</version>
178         </dependency>
179         <dependency>
180             <groupId>${project.groupId}</groupId>
181             <artifactId>qosservice-impl</artifactId>
182             <version>${project.version}</version>
183         </dependency>
184         <dependency>
185             <groupId>${project.groupId}</groupId>
186             <artifactId>ipv6service-impl</artifactId>
187             <version>${project.version}</version>
188         </dependency>
189         <dependency>
190             <groupId>${project.groupId}</groupId>
191             <artifactId>ipv6service-shell</artifactId>
192             <version>${project.version}</version>
193         </dependency>
194         <dependency>
195             <groupId>${project.groupId}</groupId>
196             <artifactId>statemanager-impl</artifactId>
197             <version>${project.version}</version>
198         </dependency>
199         <dependency>
200             <groupId>${project.groupId}</groupId>
201             <artifactId>vpnmanager-impl</artifactId>
202             <version>${project.version}</version>
203         </dependency>
204         <dependency>
205             <groupId>${project.groupId}</groupId>
206             <artifactId>vpnmanager-shell</artifactId>
207             <version>${project.version}</version>
208         </dependency>
209         <dependency>
210             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-aclservice-config.xml" -->
211             <groupId>${project.groupId}</groupId>
212             <artifactId>aclservice-impl</artifactId>
213             <version>${project.version}</version>
214             <type>xml</type>
215             <classifier>config</classifier>
216         </dependency>
217         <dependency>
218             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-dhcpservice-config.xml" -->
219             <groupId>${project.groupId}</groupId>
220             <artifactId>dhcpservice-impl</artifactId>
221             <version>${project.version}</version>
222             <type>xml</type>
223             <classifier>config</classifier>
224         </dependency>
225         <dependency>
226             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-elanmanager-config.xml" -->
227             <groupId>${project.groupId}</groupId>
228             <artifactId>elanmanager-impl</artifactId>
229             <version>${project.version}</version>
230             <type>xml</type>
231             <classifier>config</classifier>
232         </dependency>
233         <dependency>
234             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-natservice-config.xml" -->
235             <groupId>${project.groupId}</groupId>
236             <artifactId>natservice-impl</artifactId>
237             <version>${project.version}</version>
238             <type>xml</type>
239             <classifier>config</classifier>
240         </dependency>
241         <dependency>
242             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-neutronvpn-config.xml" -->
243             <groupId>${project.groupId}</groupId>
244             <artifactId>neutronvpn-impl</artifactId>
245             <version>${project.version}</version>
246             <type>xml</type>
247             <classifier>config</classifier>
248         </dependency>
249         <dependency>
250             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-qosservice-config.xml" -->
251             <groupId>${project.groupId}</groupId>
252             <artifactId>qosservice-impl</artifactId>
253             <version>${project.version}</version>
254             <type>xml</type>
255             <classifier>config</classifier>
256         </dependency>
257         <dependency>
258             <!-- finalname="etc/org.opendaylight.netvirt.qosservice.cfg" -->
259             <groupId>${project.groupId}</groupId>
260             <artifactId>qosservice-impl</artifactId>
261             <version>${project.version}</version>
262             <type>cfg</type>
263             <classifier>config</classifier>
264         </dependency>
265         <dependency>
266             <!-- finalname="etc/opendaylight/datastore/initial/config/netvirt-vpnmanager-config.xml" -->
267             <groupId>${project.groupId}</groupId>
268             <artifactId>vpnmanager-impl</artifactId>
269             <version>${project.version}</version>
270             <type>xml</type>
271             <classifier>config</classifier>
272         </dependency>
273     </dependencies>
274 </project>