1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-02 09:46:24 +02:00

Forgot to compile with craftbukkit

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

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