ed26913aef502d5d20e7c88d928b6bd13e922a10
[lispflowmapping.git] / mappingservice / 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.lispflowmapping</groupId>
6                 <artifactId>lispflowmapping-code-commons</artifactId>
7                 <version>1.0.1</version>
8                 <relativePath>../commons/code-parent</relativePath>
9         </parent>
10         <artifactId>mappingservice-parent</artifactId>
11         <version>1.0.1</version>
12         <packaging>pom</packaging>
13         <scm>
14                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
15                 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
16                 <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
17                 <tag>lispflowmapping-all-1.0.1</tag>
18         </scm>
19         <modules>
20                 <module>yangmodel</module>
21                 <module>api</module>
22                 <module>config</module>
23                 <module>implementation</module>
24                 <module>southbound</module>
25                 <module>northbound</module>
26                 <module>integrationtest</module>
27         </modules>
28         <dependencies>
29                 <dependency>
30                         <groupId>org.opendaylight.lispflowmapping</groupId>
31                         <artifactId>common.unittest.tools</artifactId>
32                 </dependency>
33                 <dependency>
34                         <groupId>junit</groupId>
35                         <artifactId>junit</artifactId>
36                 </dependency>
37                 <dependency>
38                         <groupId>org.hamcrest</groupId>
39                         <artifactId>hamcrest-core</artifactId>
40                         <scope>test</scope>
41                 </dependency>
42                 <dependency>
43                         <groupId>org.jmock</groupId>
44                         <artifactId>jmock-junit4</artifactId>
45                         <scope>test</scope>
46                 </dependency>
47                 <dependency>
48                         <groupId>org.jmock</groupId>
49                         <artifactId>jmock-legacy</artifactId>
50                         <scope>test</scope>
51                 </dependency>
52                 <dependency>
53                         <groupId>junit-addons</groupId>
54                         <artifactId>junit-addons</artifactId>
55                         <scope>test</scope>
56                 </dependency>
57         </dependencies>
58 </project>