Revert "Fix to bukkit API 1.2.5 - avoid accidental breaks of backward compat"

This reverts commit ada85ed960.
This commit is contained in:
Mike Primm 2012-12-16 17:12:09 -06:00
parent ada85ed960
commit 29cb155534

View File

@ -134,7 +134,9 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.2.5-R5.1-SNAPSHOT</version>
<version>[1.2.5-R4.0,1.7)</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.dynmap</groupId>