Forgot to compile with craftbukkit

This commit is contained in:
TheYeti 2012-01-09 11:25:11 -08:00
parent a11f921d22
commit a772aef88e

View File

@ -69,6 +69,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.0.1-R2-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nijikokun.bukkit</groupId>
<artifactId>Permissions</artifactId>