From af87ea3a31569c16bdaa80bdedbfc6f9f3f232e7 Mon Sep 17 00:00:00 2001 From: keough99 <DabblecraftInc@outlook.com> Date: Sat, 22 Sep 2018 17:10:05 -0400 Subject: [PATCH] fix fix --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 59d182c..8d7f4ac 100644 --- a/pom.xml +++ b/pom.xml @@ -108,14 +108,14 @@ <groupId>ru.tehkode</groupId> <artifactId>PermissionsEx</artifactId> <version>1.23.4</version> - <systemPath>${project.basedir}/jars/PermissionsEx-1.23.4.jar</systemPath> + <systemPath>${project.basedir}/Jars/PermissionsEx-1.23.4.jar</systemPath> <scope>system</scope> </dependency> <dependency> <groupId>com.earth2me</groupId> <artifactId>EssentialsX</artifactId> <version>2.15.0.1</version> - <systemPath>${project.basedir}/jars/EssentialsX-2.15.0.1.jar</systemPath> + <systemPath>${project.basedir}/Jars/EssentialsX-2.15.0.1.jar</systemPath> <scope>system</scope> </dependency> </dependencies>