Trying to fix the build error

This commit is contained in:
Florian CUNY 2018-12-30 21:13:50 +01:00
parent 30a26da821
commit f131da1b27
1 changed files with 7 additions and 0 deletions

View File

@ -97,12 +97,19 @@
<groupId>world.bentobox</groupId>
<artifactId>level</artifactId>
<version>0.3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>