Merge "Bug 7848: Allow neutron port create with security disabled."
[neutron.git] / features / test / 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.odlparent</groupId>
6     <artifactId>features-parent</artifactId>
7     <version>1.8.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.neutron</groupId>
11   <artifactId>features-neutron-test</artifactId>
12   <version>0.8.0-SNAPSHOT</version>
13   <packaging>jar</packaging>
14   <!-- <name> formatting is used by autorelease to parse and notify projects on
15        build failure. Please do not modify this unless you have a good reason. -->
16   <name>ODL :: neutron :: ${project.artifactId}</name>
17   <dependencies>
18     <dependency>
19       <groupId>org.opendaylight.neutron</groupId>
20       <artifactId>features-neutron</artifactId>
21       <version>${project.version}</version>
22       <classifier>features</classifier>
23       <type>xml</type>
24     </dependency>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>neutron-logger</artifactId>
28       <version>${project.version}</version>
29     </dependency>
30   </dependencies>
31   <scm>
32     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
33     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
34     <tag>HEAD</tag>
35     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
36   </scm>
37 </project>