Fix POM for real this time

This commit is contained in:
dfsek 2020-10-14 23:23:36 -07:00
parent 134d364df0
commit c495d44d58
3 changed files with 2 additions and 2 deletions

BIN
lib/Gaea-1.11.6.jar Normal file

Binary file not shown.

BIN
lib/parsii-1.2.jar Normal file

Binary file not shown.

View File

@ -92,7 +92,7 @@
<artifactId>gaea</artifactId>
<version>1.11.6</version>
<scope>system</scope>
<systemPath>${basedir}/lib/Gaea-1.11.6-javadoc.jar</systemPath>
<systemPath>${basedir}/lib/Gaea-1.11.6.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@ -128,7 +128,7 @@
<artifactId>parsii</artifactId>
<version>1.2</version>
<scope>system</scope>
<systemPath>${basedir}/lib/parsii-1.2-javadoc.jar</systemPath>
<systemPath>${basedir}/lib/parsii-1.2.jar</systemPath>
</dependency>
</dependencies>