Last Maven fix

This commit is contained in:
lmmb74 2018-05-27 10:56:46 -03:00
parent 166eeec60b
commit 95f766e2ab
No known key found for this signature in database
GPG Key ID: F596CD6C20F126AF
1 changed files with 2 additions and 4 deletions

View File

@ -55,15 +55,13 @@
<groupId>us.tastybento</groupId>
<artifactId>bskyblock</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/lauti/Desktop/bskyblock/target/bskyblock-alpha-0.0.1.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>bskyblock.addon</groupId>
<artifactId>Level</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>C:/Users/lauti/Desktop/level/target/Level-0.0.1-SNAPSHOT.jar</systemPath>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>