Skip to content

Commit

Permalink
That was stupid :/
Browse files Browse the repository at this point in the history
+ Put the essentials dependecny in lib-Essentials; as Auto-Tune isn't a dependency this shouldn't be an issue.
  • Loading branch information
noahbclarkson committed Jan 6, 2021
1 parent d5e93f0 commit f5995bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Auto-Tune/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.earth2me.essentials</groupId>
<artifactId>EssentialsX</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib-Essentials/EssentialsX-2.18.2.0.jar</systemPath>
</dependency>
</dependencies>
<properties>
<mainClass>${project.groupId}.${project.artifactId}</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion Auto-Tune/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<artifactId>EssentialsX</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/lib/EssentialsX-2.18.2.0.jar</systemPath>
<systemPath>${basedir}/lib-Essentials/EssentialsX-2.18.2.0.jar</systemPath>
</dependency>
<dependency>
<groupId>com.github.stefvanschie.inventoryframework</groupId>
Expand Down

0 comments on commit f5995bb

Please sign in to comment.