Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 21:10:05 +01:00
[Bukkit] Added runtime dependency for running Bukkit.
Dieser Commit ist enthalten in:
Ursprung
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>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren