diff --git a/circle.yml b/circle.yml
index 157f6ff5..6da929d4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -6,4 +6,4 @@ general:
- "target/AuthMe-*.jar"
test:
override:
- - mvn clean install
+ - mvn clean install -B
diff --git a/libs/ChestShop.jar b/dependencies/ChestShop.jar
similarity index 100%
rename from libs/ChestShop.jar
rename to dependencies/ChestShop.jar
diff --git a/pom.xml b/pom.xml
index 117a7d20..2ec80702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -373,7 +373,7 @@
ChestShop
3.8.10
system
- ${project.basedir}/libs/ChestShop.jar
+ ${project.basedir}/dependencies/ChestShop.jar