Migrate to odlparent 1.9.0
[neutron.git] / features / production / odl-neutron-hostconfig-ovs / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0"
4          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6     <modelVersion>4.0.0</modelVersion>
7
8     <parent>
9         <groupId>org.opendaylight.odlparent</groupId>
10         <artifactId>single-feature-parent</artifactId>
11         <version>1.9.0</version>
12         <relativePath/>
13     </parent>
14
15     <groupId>org.opendaylight.neutron</groupId>
16     <artifactId>odl-neutron-hostconfig-ovs</artifactId>
17     <version>0.9.0-SNAPSHOT</version>
18     <packaging>feature</packaging>
19     <name>OpenDaylight :: Neutron :: Hostconfig :: OVS</name>
20
21     <dependencyManagement>
22         <dependencies>
23             <dependency>
24                 <groupId>org.opendaylight.controller</groupId>
25                 <artifactId>mdsal-artifacts</artifactId>
26                 <version>1.6.0-SNAPSHOT</version>
27                 <type>pom</type>
28                 <scope>import</scope>
29             </dependency>
30             <dependency>
31                 <groupId>org.opendaylight.ovsdb</groupId>
32                 <artifactId>southbound-artifacts</artifactId>
33                 <version>1.5.0-SNAPSHOT</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37         </dependencies>
38     </dependencyManagement>
39
40     <dependencies>
41         <dependency>
42             <groupId>org.opendaylight.controller</groupId>
43             <artifactId>odl-mdsal-broker</artifactId>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.ovsdb</groupId>
49             <artifactId>odl-ovsdb-southbound-api</artifactId>
50             <type>xml</type>
51             <classifier>features</classifier>
52         </dependency>
53         <dependency>
54             <groupId>${project.groupId}</groupId>
55             <artifactId>model</artifactId>
56             <version>${project.version}</version>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.ovsdb</groupId>
60             <artifactId>utils.mdsal-utils</artifactId>
61             <version>1.5.0-SNAPSHOT</version>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.ovsdb</groupId>
65             <artifactId>utils.southbound-utils</artifactId>
66             <version>1.5.0-SNAPSHOT</version>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>neutron-hostconfig-utils</artifactId>
71             <version>${project.version}</version>
72         </dependency>
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>neutron-hostconfig-ovs</artifactId>
76             <version>${project.version}</version>
77         </dependency>
78         <dependency>
79             <groupId>org.osgi</groupId>
80             <artifactId>org.osgi.core</artifactId>
81         </dependency>
82     </dependencies>
83
84 </project>