Revert "Try to exclude bukkit from Vault dependency"

This reverts commit a9bc236ea4.
This commit is contained in:
tastybento 2019-03-13 13:36:47 -07:00
parent a73e4793c8
commit b5bc86112c

View File

@ -178,12 +178,6 @@
<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>