From ef1c674b0dc1979e46e970ad67ccc7a9bb67b001 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Apr 2018 15:04:35 +0300 Subject: JAXB is removed from JDK10 --- juick-common/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/juick-common/build.gradle b/juick-common/build.gradle index 863d7358..39061697 100644 --- a/juick-common/build.gradle +++ b/juick-common/build.gradle @@ -24,6 +24,8 @@ dependencies { compile "rocks.xmpp:xmpp-extensions-client:0.7.5" compile "javax.inject:javax.inject:1" + compile "javax.xml.bind:jaxb-api:2.3.0" + compile 'org.glassfish.jaxb:jaxb-runtime:2.3.0' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile "org.json:json:20180130" } -- cgit v1.2.3