Set dependency scope for CraftBukkit to "provided".

This commit is contained in:
asofold 2012-10-30 07:55:40 +01:00
parent fe89b2afe0
commit c62fd7f6b7

View File

@ -28,6 +28,7 @@
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.3.2-R2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.gmail.nossr50</groupId>