Removed POM dependency on acidisland

This commit is contained in:
tastybento 2018-08-23 13:38:15 -07:00
parent 4e32d0ab4a
commit a4ff279678
1 changed files with 1 additions and 7 deletions

View File

@ -70,7 +70,7 @@
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>FC-1</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>bskyblock.addon</groupId>
@ -78,12 +78,6 @@
<version>0.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>us.tastybento</groupId>
<artifactId>addon-acidisland</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>