L3: Add eth to br-ex
[ovsdb.git] / features / ovsdb / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2014 Red Hat, Inc. and others. All rights reserved.
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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.odlparent</groupId>
16     <artifactId>features-parent</artifactId>
17     <version>1.6.0-SNAPSHOT</version>
18     <relativePath></relativePath>
19   </parent>
20
21   <groupId>org.opendaylight.ovsdb</groupId>
22   <artifactId>features-ovsdb</artifactId>
23   <version>1.2.1-SNAPSHOT</version>
24   <packaging>jar</packaging>
25   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
26   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
27   <licenses>
28     <license>
29       <name>Eclipse Public License v1.0</name>
30       <url>http://www.eclipse.org/legal/epl-v10.html</url>
31     </license>
32   </licenses>
33   <developers>
34     <developer>
35       <name>Sam Hague</name>
36       <email>shague@gmail.com</email>
37       <url>https://github.com/shague</url>
38     </developer>
39   </developers>
40   <scm>
41     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
42     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
43     <tag>HEAD</tag>
44     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
45   </scm>
46
47   <properties>
48     <odl.karaf.base.version>1.6.0-SNAPSHOT</odl.karaf.base.version>
49     <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
50     <io.netty.version>3.8.0.Final</io.netty.version>
51     <networkconfig.neutron.version>0.6.0-SNAPSHOT</networkconfig.neutron.version>
52     <ovsdb.library.version>1.2.1-SNAPSHOT</ovsdb.library.version>
53     <openstack.netvirt.version>1.2.1-SNAPSHOT</openstack.netvirt.version>
54     <openstack.netvirt.providers.version>1.2.1-SNAPSHOT</openstack.netvirt.providers.version>
55     <ovsdb.plugin.version>1.2.1-SNAPSHOT</ovsdb.plugin.version>
56     <ovsdb.plugin.compatibility.layer.version>1.2.1-SNAPSHOT</ovsdb.plugin.compatibility.layer.version>
57     <ovsdb.utils.servicehelper.version>1.2.1-SNAPSHOT</ovsdb.utils.servicehelper.version>
58     <plugin.shell.version>1.2.1-SNAPSHOT</plugin.shell.version>
59     <schema.hardwarevtep.version>1.2.1-SNAPSHOT</schema.hardwarevtep.version>
60     <schema.openvswitch.version>1.2.1-SNAPSHOT</schema.openvswitch.version>
61     <openflowplugin.version>0.2.0-SNAPSHOT</openflowplugin.version>
62     <sal.version>0.10.0-SNAPSHOT</sal.version>
63     <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
64     <config.version>0.4.0-SNAPSHOT</config.version>
65     <dlux.version>0.3.0-SNAPSHOT</dlux.version>
66     <ovsdb.ui.version>0.1.0-SNAPSHOT</ovsdb.ui.version>
67   </properties>
68
69   <dependencyManagement>
70     <dependencies>
71       <dependency>
72         <groupId>org.opendaylight.yangtools</groupId>
73         <artifactId>yangtools-artifacts</artifactId>
74         <version>${yangtools.version}</version>
75         <type>pom</type>
76         <scope>import</scope>
77       </dependency>
78       <dependency>
79         <groupId>org.opendaylight.controller</groupId>
80         <artifactId>mdsal-artifacts</artifactId>
81         <version>${mdsal.version}</version>
82         <type>pom</type>
83         <scope>import</scope>
84       </dependency>
85     </dependencies>
86   </dependencyManagement>
87   <dependencies>
88     <dependency>
89       <groupId>org.osgi</groupId>
90       <artifactId>org.osgi.compendium</artifactId>
91       <scope>provided</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.osgi</groupId>
95       <artifactId>org.osgi.core</artifactId>
96       <scope>provided</scope>
97     </dependency>
98     <dependency>
99       <groupId>org.apache.felix</groupId>
100       <artifactId>org.apache.felix.dependencymanager</artifactId>
101     </dependency>
102     <dependency>
103       <groupId>com.fasterxml.jackson.core</groupId>
104       <artifactId>jackson-annotations</artifactId>
105     </dependency>
106     <dependency>
107       <groupId>com.fasterxml.jackson.core</groupId>
108       <artifactId>jackson-core</artifactId>
109     </dependency>
110     <dependency>
111       <groupId>com.fasterxml.jackson.core</groupId>
112       <artifactId>jackson-databind</artifactId>
113     </dependency>
114     <dependency>
115       <groupId>com.google.guava</groupId>
116       <artifactId>guava</artifactId>
117     </dependency>
118     <dependency>
119       <groupId>org.apache.commons</groupId>
120       <artifactId>commons-lang3</artifactId>
121       <version>${commons.lang3.version}</version>
122     </dependency>
123     <dependency>
124       <groupId>io.netty</groupId>
125       <artifactId>netty</artifactId>
126       <version>${io.netty.version}</version>
127     </dependency>
128     <dependency>
129       <groupId>io.netty</groupId>
130       <artifactId>netty-all</artifactId>
131       <version>${netty.version}</version>
132     </dependency>
133     <dependency>
134       <groupId>io.netty</groupId>
135       <artifactId>netty-buffer</artifactId>
136       <version>${netty.version}</version>
137     </dependency>
138     <dependency>
139       <groupId>io.netty</groupId>
140       <artifactId>netty-codec</artifactId>
141       <version>${netty.version}</version>
142     </dependency>
143     <dependency>
144       <groupId>io.netty</groupId>
145       <artifactId>netty-codec-http</artifactId>
146       <version>${netty.version}</version>
147     </dependency>
148     <dependency>
149       <groupId>io.netty</groupId>
150       <artifactId>netty-common</artifactId>
151       <version>${netty.version}</version>
152     </dependency>
153     <dependency>
154       <groupId>io.netty</groupId>
155       <artifactId>netty-handler</artifactId>
156       <version>${netty.version}</version>
157     </dependency>
158     <dependency>
159       <groupId>io.netty</groupId>
160       <artifactId>netty-transport</artifactId>
161       <version>${netty.version}</version>
162     </dependency>
163     <dependency>
164       <groupId>equinoxSDK381</groupId>
165       <artifactId>javax.servlet</artifactId>
166       <version>3.0.0.v201112011016</version>
167     </dependency>
168     <dependency>
169       <groupId>equinoxSDK381</groupId>
170       <artifactId>javax.servlet.jsp</artifactId>
171       <version>2.2.0.v201112011158</version>
172     </dependency>
173     <dependency>
174       <groupId>equinoxSDK381</groupId>
175       <artifactId>org.apache.felix.gogo.command</artifactId>
176       <version>0.8.0.v201108120515</version>
177     </dependency>
178     <dependency>
179       <groupId>equinoxSDK381</groupId>
180       <artifactId>org.apache.felix.gogo.runtime</artifactId>
181       <version>0.8.0.v201108120515</version>
182     </dependency>
183     <dependency>
184       <groupId>equinoxSDK381</groupId>
185       <artifactId>org.apache.felix.gogo.shell</artifactId>
186       <version>0.8.0.v201110170705</version>
187     </dependency>
188     <dependency>
189       <groupId>equinoxSDK381</groupId>
190       <artifactId>org.eclipse.equinox.cm</artifactId>
191       <version>1.0.400.v20120522-1841</version>
192     </dependency>
193     <dependency>
194       <groupId>equinoxSDK381</groupId>
195       <artifactId>org.eclipse.equinox.console</artifactId>
196       <version>1.0.0.v20120522-1841</version>
197     </dependency>
198     <dependency>
199       <groupId>equinoxSDK381</groupId>
200       <artifactId>org.eclipse.equinox.ds</artifactId>
201       <version>1.4.0.v20120522-1841</version>
202     </dependency>
203     <dependency>
204       <groupId>equinoxSDK381</groupId>
205       <artifactId>org.eclipse.equinox.launcher</artifactId>
206       <version>1.3.0.v20120522-1813</version>
207     </dependency>
208     <dependency>
209       <groupId>equinoxSDK381</groupId>
210       <artifactId>org.eclipse.equinox.util</artifactId>
211       <version>1.0.400.v20120522-2049</version>
212     </dependency>
213     <dependency>
214       <groupId>equinoxSDK381</groupId>
215       <artifactId>org.eclipse.osgi</artifactId>
216       <version>3.8.1.v20120830-144521</version>
217     </dependency>
218     <dependency>
219       <groupId>equinoxSDK381</groupId>
220       <artifactId>org.eclipse.osgi.services</artifactId>
221       <version>3.3.100.v20120522-1822</version>
222     </dependency>
223     <dependency>
224       <groupId>org.opendaylight.neutron</groupId>
225       <artifactId>features-neutron</artifactId>
226       <version>${networkconfig.neutron.version}</version>
227       <classifier>features</classifier>
228       <type>xml</type>
229     </dependency>
230      <dependency>
231       <groupId>org.opendaylight.neutron</groupId>
232       <artifactId>dummyprovider</artifactId>
233       <version>${networkconfig.neutron.version}</version>
234     </dependency>
235     <dependency>
236       <groupId>org.opendaylight.openflowplugin</groupId>
237       <artifactId>features-openflowplugin</artifactId>
238       <version>${openflowplugin.version}</version>
239       <classifier>features</classifier>
240       <type>xml</type>
241     </dependency>
242     <dependency>
243       <groupId>org.opendaylight.openflowplugin</groupId>
244       <artifactId>features-openflowplugin-extension</artifactId>
245       <version>${openflowplugin.version}</version>
246       <classifier>features</classifier>
247       <type>xml</type>
248     </dependency>
249     <dependency>
250       <groupId>org.opendaylight.ovsdb</groupId>
251       <artifactId>openstack.net-virt</artifactId>
252       <version>${openstack.netvirt.version}</version>
253     </dependency>
254     <dependency>
255       <groupId>org.opendaylight.ovsdb</groupId>
256       <artifactId>openstack.net-virt</artifactId>
257       <version>${openstack.netvirt.version}</version>
258       <type>xml</type>
259       <classifier>config</classifier>
260     </dependency>
261     <dependency>
262       <groupId>org.opendaylight.ovsdb</groupId>
263       <artifactId>openstack.net-virt-providers</artifactId>
264       <version>${openstack.netvirt.providers.version}</version>
265     </dependency>
266     <dependency>
267       <groupId>org.opendaylight.ovsdb</groupId>
268       <artifactId>openstack.net-virt-providers</artifactId>
269       <version>${openstack.netvirt.providers.version}</version>
270       <type>xml</type>
271       <classifier>config</classifier>
272     </dependency>
273     <dependency>
274       <groupId>org.opendaylight.ovsdb</groupId>
275       <artifactId>schema.openvswitch</artifactId>
276       <version>${schema.openvswitch.version}</version>
277     </dependency>
278     <dependency>
279       <groupId>org.opendaylight.ovsdb</groupId>
280       <artifactId>schema.hardwarevtep</artifactId>
281       <version>${schema.hardwarevtep.version}</version>
282     </dependency>
283     <dependency>
284       <groupId>org.opendaylight.ovsdb</groupId>
285       <artifactId>utils.servicehelper</artifactId>
286       <version>${ovsdb.utils.servicehelper.version}</version>
287     </dependency>
288     <dependency>
289       <groupId>com.google.code.gson</groupId>
290       <artifactId>gson</artifactId>
291     </dependency>
292     <dependency>
293       <groupId>org.opendaylight.controller</groupId>
294       <artifactId>features-mdsal</artifactId>
295       <type>xml</type>
296       <classifier>features</classifier>
297     </dependency>
298     <dependency>
299       <groupId>org.opendaylight.ovsdb</groupId>
300       <artifactId>ovsdb-ui-bundle</artifactId>
301       <version>${ovsdb.ui.version}</version>
302     </dependency>
303     <dependency>
304       <groupId>${project.groupId}</groupId>
305       <artifactId>southbound-features</artifactId>
306       <version>${project.version}</version>
307       <type>xml</type>
308       <classifier>features</classifier>
309     </dependency>
310     <dependency>
311       <groupId>${project.groupId}</groupId>
312       <artifactId>library-features</artifactId>
313       <version>${ovsdb.library.version}</version>
314       <type>xml</type>
315       <classifier>features</classifier>
316     </dependency>
317     <!-- DLUX dependency for the UI -->
318     <dependency>
319       <groupId>org.opendaylight.dlux</groupId>
320       <artifactId>features-dlux</artifactId>
321       <version>${dlux.version}</version>
322       <classifier>features</classifier>
323       <type>xml</type>
324     </dependency>
325     <dependency>
326         <groupId>org.opendaylight.ovsdb</groupId>
327         <artifactId>ovsdb-ui-bundle</artifactId>
328         <version>${ovsdb.ui.version}</version>
329     </dependency>
330   </dependencies>
331 </project>