0eeb3221b25c62d35f0578836c622a664ca7f9a4
[ovsdb.git] / utils / hwvtepsouthbound-utils / 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   <parent>
7     <groupId>org.opendaylight.controller</groupId>
8     <artifactId>config-parent</artifactId>
9     <version>0.5.0-SNAPSHOT</version>
10     <relativePath/>
11   </parent>
12
13   <groupId>org.opendaylight.ovsdb</groupId>
14   <artifactId>utils.hwvtepsouthbound-utils</artifactId>
15   <version>1.3.0-SNAPSHOT</version>
16   <packaging>bundle</packaging>
17
18   <dependencies>
19     <!-- project specific dependencies -->
20     <dependency>
21       <groupId>${project.groupId}</groupId>
22       <artifactId>hwvtepsouthbound-api</artifactId>
23       <version>${project.version}</version>
24     </dependency>
25     <dependency>
26       <groupId>${project.groupId}</groupId>
27       <artifactId>hwvtepsouthbound-impl</artifactId>
28       <version>${project.version}</version>
29     </dependency>
30     <dependency>
31       <groupId>${project.groupId}</groupId>
32       <artifactId>utils.mdsal-utils</artifactId>
33       <version>${project.version}</version>
34     </dependency>
35     <!-- testing dependencies -->
36     <dependency>
37       <groupId>junit</groupId>
38       <artifactId>junit</artifactId>
39       <scope>test</scope>
40     </dependency>
41     <dependency>
42       <groupId>org.mockito</groupId>
43       <artifactId>mockito-all</artifactId>
44       <scope>test</scope>
45     </dependency>
46   </dependencies>
47 </project>