[maven-release-plugin] prepare for next development iteration
[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.1.5-SNAPSHOT</version>
8                 <relativePath>../parent</relativePath>
9         </parent>
10         <artifactId>common.unittest.tools</artifactId>
11         <packaging>jar</packaging>
12         <scm>
13                 <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
14                 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
15                 <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
16                 <tag>HEAD</tag>
17         </scm>
18         <dependencies>
19                 <dependency>
20                         <groupId>equinoxSDK381</groupId>
21                         <artifactId>org.eclipse.osgi</artifactId>
22                 </dependency>
23                 <dependency>
24                         <groupId>org.hamcrest</groupId>
25                         <artifactId>hamcrest-core</artifactId>
26                 </dependency>
27                 <dependency>
28                         <groupId>junit</groupId>
29                         <artifactId>junit</artifactId>
30                 </dependency>
31
32                 <dependency>
33                         <groupId>org.jmock</groupId>
34                         <artifactId>jmock-junit4</artifactId>
35                 </dependency>
36                 <dependency>
37                         <groupId>org.jmock</groupId>
38                         <artifactId>jmock-legacy</artifactId>
39                 </dependency>
40                 <dependency>
41                         <groupId>junit-addons</groupId>
42                         <artifactId>junit-addons</artifactId>
43                 </dependency>
44                 <dependency>
45 <groupId>org.slf4j</groupId>
46 <artifactId>slf4j-api</artifactId>
47 <version>${slf4j.version}</version>
48 </dependency>
49                 
50         </dependencies>
51 </project>