Add support for Karaf shell lisp:* commands
[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>shell</module>
24     <module>integrationtest</module>
25   </modules>
26   <dependencies>
27     <dependency>
28       <groupId>junit</groupId>
29       <artifactId>junit</artifactId>
30     </dependency>
31     <dependency>
32       <groupId>org.opendaylight.lispflowmapping</groupId>
33       <artifactId>common.unittest.tools</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>junit-addons</groupId>
37       <artifactId>junit-addons</artifactId>
38       <scope>test</scope>
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   </dependencies>
56 </project>