Fix NPE triggered after disabling SG on a port
[netvirt.git] / openstack / features / odl-ovsdb-openstack-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>single-feature-parent</artifactId>
10         <version>2.0.0</version>
11         <relativePath/>
12     </parent>
13
14     <groupId>org.opendaylight.netvirt</groupId>
15     <artifactId>odl-ovsdb-openstack-it</artifactId>
16     <version>1.5.0-SNAPSHOT</version>
17     <packaging>feature</packaging>
18
19     <name>OpenDaylight :: OVSDB :: OpenStack Network Virtualization IT</name>
20
21     <dependencies>
22         <dependency>
23             <groupId>${project.groupId}</groupId>
24             <artifactId>odl-ovsdb-openstack</artifactId>
25             <version>${project.version}</version>
26             <type>xml</type>
27             <classifier>features</classifier>
28         </dependency>
29         <dependency>
30             <groupId>${project.groupId}</groupId>
31             <artifactId>utils.netvirt-it-utils</artifactId>
32             <version>${project.version}</version>
33             <exclusions>
34                 <exclusion>
35                     <groupId>org.apache.karaf.features</groupId>
36                     <artifactId>org.apache.karaf.features.core</artifactId>
37                 </exclusion>
38             </exclusions>
39         </dependency>
40     </dependencies>
41 </project>