Add missing 1.8 CraftBukkit dependency back in

This commit is contained in:
Nathan Wolf 2015-02-15 12:45:44 -08:00
parent 8e5e8d34bd
commit 634f62a197
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@
</repositories>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.8-R0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/craftbukkit-1.8.jar</systemPath>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>