c17cddc1e685fd0f4a89ca3d387ff6b87e5a7e20
[neutron.git] / neutron-hostconfig / utils / 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-utils</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   <dependencies>
20     <dependency>
21       <groupId>org.opendaylight.controller</groupId>
22       <artifactId>sal-binding-api</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.opendaylight.neutron</groupId>
26       <artifactId>model</artifactId>
27       <version>${project.version}</version>
28     </dependency>
29     <dependency>
30       <groupId>org.osgi</groupId>
31       <artifactId>org.osgi.core</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.slf4j</groupId>
35       <artifactId>slf4j-api</artifactId>
36     </dependency>
37   </dependencies>
38
39   <scm>
40     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
41     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
42     <tag>HEAD</tag>
43     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
44   </scm>
45 </project>