From 300da2df5645556ef8aa2ed16d11324447725f8a Mon Sep 17 00:00:00 2001 From: Oliver Kahrmann Date: Fri, 20 Oct 2017 15:50:03 +0200 Subject: [PATCH] Fix runtime issue with Java 9 (java.xml.bind API) --- launcher/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/launcher/build.gradle b/launcher/build.gradle index ea2b642..8048b27 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -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'