Updates by Lucas Alber

This commit is contained in:
Lucas Alber
2018-12-06 21:16:38 +01:00
parent 899f0228ba
commit 4c6f75816c
2 changed files with 35 additions and 35 deletions

12
pom.xml
View File

@@ -67,12 +67,12 @@
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.6.0</version>
<scope>system</scope>
<systemPath>${toolsjar}</systemPath>
</dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>C:\Program Files\Java\jdk1.8.0_191\lib\tools.jar</systemPath>
</dependency>
<dependency>
<groupId>com.keypoint</groupId>
<artifactId>png-encoder</artifactId>