summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWesley Wolfe <weswolf@aol.com>2012-12-09 18:14:54 -0600
committerWesley Wolfe <weswolf@aol.com>2012-12-09 18:14:54 -0600
commitee44d5ff0dea3099911ce0d067363e02ead52a1a (patch)
tree87f7813525aa26fb3d6cc4a7fc17665fcc0c477b /pom.xml
parent18547e26344e0444200072c3e2df64797f236a29 (diff)
downloadbukkit-ee44d5ff0dea3099911ce0d067363e02ead52a1a.tar
bukkit-ee44d5ff0dea3099911ce0d067363e02ead52a1a.tar.gz
bukkit-ee44d5ff0dea3099911ce0d067363e02ead52a1a.tar.lz
bukkit-ee44d5ff0dea3099911ce0d067363e02ead52a1a.tar.xz
bukkit-ee44d5ff0dea3099911ce0d067363e02ead52a1a.zip
Bump JUnit version
Diffstat (limited to 'pom.xml')
-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>