mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Exclude Spigot from Supervisor dependency.
This commit is contained in:
parent
dadc6b2d3a
commit
fcbd3deb6b
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@
|
|||
<artifactId>supervisor-bukkit</artifactId>
|
||||
<version>1.3-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in a new issue