mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
[Bukkit] Added runtime dependency for running Bukkit.
This commit is contained in:
parent
297a6053ef
commit
f1649dbf51
14
pom.xml
14
pom.xml
@ -492,11 +492,23 @@
|
|||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</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>
|
||||||
|
<!-- End runtime only -->
|
||||||
|
|
||||||
<!-- Bukkit implementation -->
|
<!-- Bukkit implementation -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>bukkit</artifactId>
|
<artifactId>bukkit</artifactId>
|
||||||
<version>1.7.2-R0.2</version>
|
<version>1.7.2-R0.3</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
|
Loading…
Reference in New Issue
Block a user