aboutsummaryrefslogtreecommitdiff
path: root/juick-common
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-19 15:04:35 +0300
committerGravatar Vitaly Takmazov2018-04-19 15:04:35 +0300
commitef1c674b0dc1979e46e970ad67ccc7a9bb67b001 (patch)
tree364c043459ca011fd0fcef8d0bfe4ac31bbeed88 /juick-common
parentaa5777fc1cd04bcb73419ac65fa46f9816b50d12 (diff)
JAXB is removed from JDK10
Diffstat (limited to 'juick-common')
-rw-r--r--juick-common/build.gradle2
1 files changed, 2 insertions, 0 deletions
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"
}