Incrementing versions by 0.1.0 for post-helium develop branch
[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.2.0-SNAPSHOT</version>
8                 <relativePath>../commons/code-parent</relativePath>
9         </parent>
10         <artifactId>mappingservice-parent</artifactId>
11         <name>LISP Flow Mapping Parent POM</name>
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>HEAD</tag>
18         </scm>
19         <modules>
20                 <module>yangmodel</module>
21                 <module>api</module>
22                 <module>config</module>
23                 <module>clusterdao</module>
24                 <module>implementation</module>
25                 <module>southbound</module>
26                 <module>northbound</module>
27                 <module>neutron</module>
28                 <module>netconf</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>