940ea7d8b2c630a538899b52bd92f3a80c427f9a
[neutron.git] / features / production / odl-neutron-hostconfig-ovs / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2018 Intel Corporation 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" 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     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.neutron</groupId>
14         <artifactId>neutron-single-feature-parent</artifactId>
15         <version>0.12.1-SNAPSHOT</version>
16         <relativePath>../../parent</relativePath>
17     </parent>
18
19     <artifactId>odl-neutron-hostconfig-ovs</artifactId>
20     <packaging>feature</packaging>
21     <name>OpenDaylight :: Neutron :: Hostconfig :: OVS</name>
22
23     <dependencyManagement>
24         <dependencies>
25             <dependency>
26                 <groupId>org.opendaylight.ovsdb</groupId>
27                 <artifactId>southbound-artifacts</artifactId>
28                 <version>1.8.1-SNAPSHOT</version>
29                 <type>pom</type>
30                 <scope>import</scope>
31             </dependency>
32         </dependencies>
33     </dependencyManagement>
34
35     <dependencies>
36         <dependency>
37             <groupId>org.opendaylight.ovsdb</groupId>
38             <artifactId>odl-ovsdb-southbound-api</artifactId>
39             <type>xml</type>
40             <classifier>features</classifier>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.ovsdb</groupId>
44             <artifactId>odl-ovsdb-utils</artifactId>
45             <type>xml</type>
46             <classifier>features</classifier>
47             <version>1.8.1-SNAPSHOT</version>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.aaa</groupId>
51             <artifactId>odl-aaa-cert</artifactId>
52             <type>xml</type>
53             <classifier>features</classifier>
54             <version>0.9.1-SNAPSHOT</version>
55         </dependency>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>model</artifactId>
59             <version>${project.version}</version>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>odl-neutron-spi</artifactId>
64             <type>xml</type>
65             <classifier>features</classifier>
66             <version>${project.version}</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     </dependencies>
79 </project>