fe6ef951cf63003625a43b07c8a0024f5962902a
[neutron.git] / neutron-hostconfig / ovs / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.neutron</groupId>
7     <artifactId>project-neutron-parent</artifactId>
8     <version>0.11.0-SNAPSHOT</version>
9     <relativePath>../../parent</relativePath>
10   </parent>
11
12   <groupId>org.opendaylight.neutron</groupId>
13   <artifactId>neutron-hostconfig-ovs</artifactId>
14   <version>0.11.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: neutron :: ${project.artifactId}</name>
19
20   <dependencies>
21     <dependency>
22       <groupId>org.opendaylight.neutron</groupId>
23       <artifactId>neutron-spi</artifactId>
24       <version>${project.version}</version>
25     </dependency>
26     <dependency>
27       <groupId>org.opendaylight.neutron</groupId>
28       <artifactId>model</artifactId>
29       <version>${project.version}</version>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.ovsdb</groupId>
33       <artifactId>utils.mdsal-utils</artifactId>
34       <version>1.7.0-SNAPSHOT</version>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.ovsdb</groupId>
38       <artifactId>utils.southbound-utils</artifactId>
39       <version>1.7.0-SNAPSHOT</version>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.neutron</groupId>
43       <artifactId>neutron-hostconfig-utils</artifactId>
44       <version>${project.version}</version>
45     </dependency>
46     <dependency>
47       <groupId>org.osgi</groupId>
48       <artifactId>org.osgi.core</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.slf4j</groupId>
52       <artifactId>slf4j-api</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>javax.inject</groupId>
56       <artifactId>javax.inject</artifactId>
57     </dependency>
58   </dependencies>
59   <build>
60     <plugins>
61       <plugin>
62         <groupId>org.apache.aries.blueprint</groupId>
63         <artifactId>blueprint-maven-plugin</artifactId>
64       </plugin>
65     </plugins>
66   </build>
67   <scm>
68     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
69     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
70     <tag>HEAD</tag>
71     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
72   </scm>
73 </project>