mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-14 23:05:12 +01:00
Try to exclude bukkit from Vault dependency
This commit is contained in:
parent
c47757b248
commit
a9bc236ea4
6
pom.xml
6
pom.xml
@ -178,6 +178,12 @@
|
|||||||
<artifactId>VaultAPI</artifactId>
|
<artifactId>VaultAPI</artifactId>
|
||||||
<version>${vault.version}</version>
|
<version>${vault.version}</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.bukkit</groupId>
|
||||||
|
<artifactId>bukkit</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Placeholders -->
|
<!-- Placeholders -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user