add deploy capabilities to build_tools module
[lispflowmapping.git] / mappingservice / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5         <modelVersion>4.0.0</modelVersion>
6         <parent>
7                 <groupId>org.opendaylight.lispflowmapping</groupId>
8                 <artifactId>lispflowmapping-code-commons</artifactId>
9                 <version>0.1.0-SNAPSHOT</version>
10                 <relativePath>../commons/code-parent</relativePath>
11         </parent>
12         <artifactId>mappingservice-parent</artifactId>
13         <version>0.1.0-SNAPSHOT</version>
14         <packaging>pom</packaging>
15         <modules>
16                 <module>api</module>
17                 <module>implementation</module>
18         </modules>
19         <dependencies>
20                 <dependency>
21                         <groupId>org.opendaylight.lispflowmapping</groupId>
22                         <artifactId>common.unittest.tools</artifactId>
23                         <version>0.1.0-SNAPSHOT</version>
24                         <scope>test</scope>
25                 </dependency>
26                 <dependency>
27                         <groupId>junit</groupId>
28                         <artifactId>junit</artifactId>
29                 </dependency>
30                 <dependency>
31                         <groupId>org.hamcrest</groupId>
32                         <artifactId>hamcrest-core</artifactId>
33                         <scope>test</scope>
34                 </dependency>
35                 <dependency>
36                         <groupId>org.jmock</groupId>
37                         <artifactId>jmock-junit4</artifactId>
38                         <scope>test</scope>
39                 </dependency>
40                 <dependency>
41                         <groupId>org.jmock</groupId>
42                         <artifactId>jmock-legacy</artifactId>
43                         <scope>test</scope>
44                 </dependency>
45                 <dependency>
46                         <groupId>junit-addons</groupId>
47                         <artifactId>junit-addons</artifactId>
48                         <scope>test</scope>
49                 </dependency>
50         </dependencies>
51 </project>