Bump JUnit version

This commit is contained in:
Wesley Wolfe 2012-12-09 18:14:54 -06:00
parent 18547e2634
commit ee44d5ff0d

10
pom.xml
View File

@ -131,15 +131,9 @@
<!-- testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>