common.unittest.tools: sync slf4j-api version
[lispflowmapping.git] / commons / unittest_tools / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5         <modelVersion>4.0.0</modelVersion>
6         <parent>
7                 <groupId>org.opendaylight.lispflowmapping</groupId>
8                 <artifactId>lispflowmapping-commons</artifactId>
9                 <version>1.0.0-SNAPSHOT</version>
10                 <relativePath>../parent</relativePath>
11         </parent>
12         <artifactId>common.unittest.tools</artifactId>
13         <version>1.0.0-SNAPSHOT</version>
14         <packaging>jar</packaging>
15         <scm>
16                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
17                 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
18                 <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
19                 <tag>HEAD</tag>
20         </scm>
21         <dependencies>
22                 <dependency>
23                         <groupId>equinoxSDK381</groupId>
24                         <artifactId>org.eclipse.osgi</artifactId>
25                 </dependency>
26                 <dependency>
27                         <groupId>org.hamcrest</groupId>
28                         <artifactId>hamcrest-core</artifactId>
29                 </dependency>
30                 <dependency>
31                         <groupId>junit</groupId>
32                         <artifactId>junit</artifactId>
33                 </dependency>
34
35                 <dependency>
36                         <groupId>org.jmock</groupId>
37                         <artifactId>jmock-junit4</artifactId>
38                 </dependency>
39                 <dependency>
40                         <groupId>org.jmock</groupId>
41                         <artifactId>jmock-legacy</artifactId>
42                 </dependency>
43                 <dependency>
44                         <groupId>junit-addons</groupId>
45                         <artifactId>junit-addons</artifactId>
46                 </dependency>
47                 <dependency>
48 <groupId>org.slf4j</groupId>
49 <artifactId>slf4j-api</artifactId>
50 <version>${slf4j.version}</version>
51 </dependency>
52                 
53         </dependencies>
54 </project>