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:
parent
f9a728dcd6
commit
300da2df56
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user