mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-06 10:59:32 +01:00
Add classloader override to the build POM.
This commit is contained in:
parent
4caff457d3
commit
91ccb95672
7
pom.xml
7
pom.xml
@ -90,6 +90,13 @@
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.sk89q.spigot</groupId>
|
||||
<artifactId>bukkit-classloader-check</artifactId>
|
||||
<version>1.8-R0.1-SNAPSHOT</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.sk89q.spigot</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user