Beryllium version bump
[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.3.0-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10   <artifactId>common.unittest.tools</artifactId>
11   <packaging>jar</packaging>
12   <name>Unit Test Tools</name>
13   <dependencies>
14     <dependency>
15       <groupId>equinoxSDK381</groupId>
16       <artifactId>org.eclipse.osgi</artifactId>
17     </dependency>
18     <dependency>
19       <groupId>junit</groupId>
20       <artifactId>junit</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>junit-addons</groupId>
24       <artifactId>junit-addons</artifactId>
25     </dependency>
26     <dependency>
27       <groupId>org.hamcrest</groupId>
28       <artifactId>hamcrest-core</artifactId>
29     </dependency>
30
31     <dependency>
32       <groupId>org.jmock</groupId>
33       <artifactId>jmock-junit4</artifactId>
34     </dependency>
35     <dependency>
36       <groupId>org.jmock</groupId>
37       <artifactId>jmock-legacy</artifactId>
38     </dependency>
39     <dependency>
40       <groupId>org.slf4j</groupId>
41       <artifactId>slf4j-api</artifactId>
42     </dependency>
43
44   </dependencies>
45 </project>