Update pom.xml

This commit is contained in:
NeonMaster 2012-02-19 17:03:48 +01:00
parent 9cccf5083b
commit 827db66e15
1 changed files with 3 additions and 8 deletions

11
pom.xml
View File

@ -58,16 +58,11 @@
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<artifactId>junit</artifactId>
<version>4.0</version>
<type>jar</type>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>