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