7af33e7ccba79682fa617ec8cf8e0190d10778a0
[lispflowmapping.git] / commons / unittest_tools / 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-commons</artifactId>
7                 <version>1.0.1</version>
8                 <relativePath>../parent</relativePath>
9         </parent>
10         <artifactId>common.unittest.tools</artifactId>
11         <version>1.0.1</version>
12         <packaging>jar</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         <dependencies>
20                 <dependency>
21                         <groupId>equinoxSDK381</groupId>
22                         <artifactId>org.eclipse.osgi</artifactId>
23                 </dependency>
24                 <dependency>
25                         <groupId>org.hamcrest</groupId>
26                         <artifactId>hamcrest-core</artifactId>
27                 </dependency>
28                 <dependency>
29                         <groupId>junit</groupId>
30                         <artifactId>junit</artifactId>
31                 </dependency>
32
33                 <dependency>
34                         <groupId>org.jmock</groupId>
35                         <artifactId>jmock-junit4</artifactId>
36                 </dependency>
37                 <dependency>
38                         <groupId>org.jmock</groupId>
39                         <artifactId>jmock-legacy</artifactId>
40                 </dependency>
41                 <dependency>
42                         <groupId>junit-addons</groupId>
43                         <artifactId>junit-addons</artifactId>
44                 </dependency>
45                 <dependency>
46 <groupId>org.slf4j</groupId>
47 <artifactId>slf4j-api</artifactId>
48 <version>${slf4j.version}</version>
49 </dependency>
50                 
51         </dependencies>
52 </project>