Added runtime CraftBukkit dependencies.

This commit is contained in:
sk89q 2014-07-06 15:03:14 -07:00
parent b298bedea0
commit 5e6de8b76d
1 changed files with 21 additions and 1 deletions

22
pom.xml
View File

@ -83,7 +83,27 @@
<scope>compile</scope>
<type>jar</type>
</dependency>
<!-- Used for running CraftBukkit from within your IDE
These are runtime-only dependencies -->
<dependency>
<groupId>org.sk89q.bukkit</groupId>
<artifactId>bukkit-classloader-check</artifactId>
<version>1.7.2-R0.3</version>
<scope>runtime</scope>
<type>jar</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.7.2-R0.3</version>
<scope>runtime</scope>
<type>jar</type>
<optional>true</optional>
</dependency>
<!-- End runtime only -->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>