1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-23 12:05:44 +01:00

Fix runtime issue with Java 9 (java.xml.bind API)

This commit is contained in:
Oliver Kahrmann 2017-10-20 15:50:03 +02:00
parent f9a728dcd6
commit 300da2df56

View File

@ -8,6 +8,7 @@ jar {
dependencies {
compile 'org.projectlombok:lombok:1.12.2'
compile 'javax.xml.bind:jaxb-api:2.2.4'
compile 'com.fasterxml.jackson.core:jackson-databind:2.3.0'
compile 'commons-lang:commons-lang:2.6'
compile 'commons-io:commons-io:1.2'