Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
keough99 authored and keough99 committed Sep 22, 2018
1 parent d66fe6c commit af87ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit af87ea3

Please sign in to comment.