Merge "Fix (minor) usage of MacNotFoundException"
[netvirt.git] / vpnservice / 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   <parent>
6     <artifactId>it-parent</artifactId>
7     <groupId>org.opendaylight.netvirt</groupId>
8     <version>1.4.0-SNAPSHOT</version>
9     <relativePath>../commons/it-parent/</relativePath>
10   </parent>
11   <modelVersion>4.0.0</modelVersion>
12
13   <artifactId>netvirt-it</artifactId>
14
15   <properties>
16     <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
17     <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
18   </properties>
19
20   <dependencies>
21     <dependency>
22       <groupId>org.opendaylight.controller</groupId>
23       <artifactId>sal-binding-api</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>vpnservice-features</artifactId>
28       <version>${vpnservice.version}</version>
29       <classifier>features</classifier>
30       <type>xml</type>
31     </dependency>
32     <dependency>
33       <groupId>${project.groupId}</groupId>
34       <artifactId>utils.mdsal-openflow</artifactId>
35       <version>${project.version}</version>
36       <scope>test</scope>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.ovsdb</groupId>
40       <artifactId>utils.mdsal-utils</artifactId>
41       <version>${ovsdb.version}</version>
42       <scope>test</scope>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.ovsdb</groupId>
46       <artifactId>utils.ovsdb-it-utils</artifactId>
47       <version>${ovsdb.version}</version>
48       <scope>test</scope>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.netvirt</groupId>
52       <artifactId>netvirt-it-utils</artifactId>
53       <version>${vpnservice.version}</version>
54       <scope>test</scope>
55     </dependency>
56     <dependency>
57       <groupId>org.codehaus.sonar-plugins.java</groupId>
58       <artifactId>sonar-jacoco-listeners</artifactId>
59       <scope>test</scope>
60     </dependency>
61   </dependencies>
62
63 </project>