Augment Bug 3812 test with second subnet delete
[neutron.git] / transcriber / 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   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>config-parent</artifactId>
7     <version>0.4.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.neutron</groupId>
11   <artifactId>transcriber</artifactId>
12   <version>0.6.0-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14   <dependencies>
15     <dependency>
16       <groupId>org.opendaylight.neutron</groupId>
17       <artifactId>neutron-spi</artifactId>
18       <version>${project.version}</version>
19     </dependency>
20     <dependency>
21       <groupId>org.opendaylight.neutron</groupId>
22       <artifactId>model</artifactId>
23       <version>${project.version}</version>
24     </dependency>
25     <dependency>
26       <groupId>org.osgi</groupId>
27       <artifactId>org.osgi.core</artifactId>
28     </dependency>
29   </dependencies>
30   <scm>
31     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
32     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
33     <tag>HEAD</tag>
34     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
35   </scm>
36 </project>