Refactor the poms to clean up unused tags and move to odl parent
[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-all</artifactId>
7     <version>1.2.0-SNAPSHOT</version>
8     <!-- <relativePath>../commons/parent</relativePath> -->
9   </parent>
10   <artifactId>mappingservice-parent</artifactId>
11   <packaging>pom</packaging>
12   <name>LISP Flow Mapping Parent POM</name>
13   <modules>
14     <module>yangmodel</module>
15     <module>api</module>
16     <module>config</module>
17     <module>clusterdao</module>
18     <module>implementation</module>
19     <module>southbound</module>
20     <module>northbound</module>
21     <module>neutron</module>
22     <module>netconf</module>
23     <module>integrationtest</module>
24   </modules>
25   <dependencies>
26     <dependency>
27       <groupId>junit</groupId>
28       <artifactId>junit</artifactId>
29     </dependency>
30     <dependency>
31       <groupId>org.opendaylight.lispflowmapping</groupId>
32       <artifactId>common.unittest.tools</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>junit-addons</groupId>
36       <artifactId>junit-addons</artifactId>
37       <scope>test</scope>
38     </dependency>
39     <dependency>
40       <groupId>org.hamcrest</groupId>
41       <artifactId>hamcrest-core</artifactId>
42       <scope>test</scope>
43     </dependency>
44     <dependency>
45       <groupId>org.jmock</groupId>
46       <artifactId>jmock-junit4</artifactId>
47       <scope>test</scope>
48     </dependency>
49     <dependency>
50       <groupId>org.jmock</groupId>
51       <artifactId>jmock-legacy</artifactId>
52       <scope>test</scope>
53     </dependency>
54   </dependencies>
55 </project>