Add JUnit as a dependency

This commit is contained in:
Acrobot 2013-11-01 16:21:54 +01:00
parent 143b7a49af
commit a3b9fc9195
1 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<groupId>com.acrobot.chestshop</groupId>
<artifactId>chestshop</artifactId>
<version>3.67</version>
<version>3.69</version>
<description>Chest-and-sign shop plugin for Bukkit</description>
<scm>
@ -39,6 +39,13 @@
</repositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>