summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index a16705d5..b43b5ba7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>