Merge "transcriber: consolidate crud logic"
[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   <properties>
15     <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
16     <sonar.jacoco.itReportPath>../target/jacoco-it.exec</sonar.jacoco.itReportPath>
17   </properties>
18   <dependencies>
19     <dependency>
20       <groupId>org.opendaylight.neutron</groupId>
21       <artifactId>neutron-spi</artifactId>
22       <version>${project.version}</version>
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   </dependencies>
34   <scm>
35     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
36     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
37     <tag>HEAD</tag>
38     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
39   </scm>
40 </project>