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

This commit is contained in:
Mike Primm 2012-12-16 15:02:19 -06:00
parent bfb12aa0f3
commit ada85ed960

View File

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