Removed POM dependencies on BSkyBlock and AcidIsland

This commit is contained in:
tastybento 2018-08-23 13:39:09 -07:00
parent 3de5dea136
commit 5748493617
1 changed files with 0 additions and 12 deletions

12
pom.xml
View File

@ -73,18 +73,6 @@
<version>0.9.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>us.tastybento</groupId>
<artifactId>BSkyBlock</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>us.tastybento</groupId>
<artifactId>AcidIsland</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>