Try to exclude bukkit from Vault dependency

This commit is contained in:
tastybento 2019-03-13 13:30:47 -07:00
parent c47757b248
commit a9bc236ea4

View File

@ -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>