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>
5 <groupId>org.opendaylight.lispflowmapping</groupId>
6 <artifactId>lispflowmapping-commons</artifactId>
7 <version>1.2.0-SNAPSHOT</version>
8 <relativePath>../parent</relativePath>
10 <artifactId>common.unittest.tools</artifactId>
11 <name>Unit Test Tools</name>
12 <packaging>jar</packaging>
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>
21 <groupId>equinoxSDK381</groupId>
22 <artifactId>org.eclipse.osgi</artifactId>
25 <groupId>org.hamcrest</groupId>
26 <artifactId>hamcrest-core</artifactId>
29 <groupId>junit</groupId>
30 <artifactId>junit</artifactId>
34 <groupId>org.jmock</groupId>
35 <artifactId>jmock-junit4</artifactId>
38 <groupId>org.jmock</groupId>
39 <artifactId>jmock-legacy</artifactId>
42 <groupId>junit-addons</groupId>
43 <artifactId>junit-addons</artifactId>
46 <groupId>org.slf4j</groupId>
47 <artifactId>slf4j-api</artifactId>
48 <version>${slf4j.version}</version>