summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorErik Broes <erikbroes@grum.nl>2012-01-29 11:22:11 +0100
committerErik Broes <erikbroes@grum.nl>2012-01-29 11:22:11 +0100
commit4c2f57592d73b51d7e78b259dce843edd48b562b (patch)
treeceef5e3b1bae8daf088c61012c9cb008eff04d67 /pom.xml
parent1ea0037f490e014c705d93bec9fca0e1a524c3b1 (diff)
downloadcraftbukkit-4c2f57592d73b51d7e78b259dce843edd48b562b.tar
craftbukkit-4c2f57592d73b51d7e78b259dce843edd48b562b.tar.gz
craftbukkit-4c2f57592d73b51d7e78b259dce843edd48b562b.tar.lz
craftbukkit-4c2f57592d73b51d7e78b259dce843edd48b562b.tar.xz
craftbukkit-4c2f57592d73b51d7e78b259dce843edd48b562b.zip
Add some testing
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 41ae5ba3..2ee0c93f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,10 +111,24 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
+ <!-- testing -->
<dependency>
<groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <artifactId>junit-dep</artifactId>
<version>${junit.version}</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>hamcrest-core</artifactId>
+ <groupId>org.hamcrest</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-library</artifactId>
+ <version>1.2.1</version>
+ <scope>test</scope>
</dependency>
</dependencies>