From e22ef9ebf35b72f41d3c968807f9efd4f2bcd4e0 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 24 May 2020 12:34:05 +0200 Subject: [PATCH] Add jaxb dependencies for builde (with jdk>8) Fixes #6135 Signed-off-by: Andy Scherzinger --- build.gradle | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.gradle b/build.gradle index 79a5cde10f..6f69992216 100644 --- a/build.gradle +++ b/build.gradle @@ -290,6 +290,15 @@ dependencies { gplayImplementation "com.github.nextcloud:android-library:$androidLibraryVersion" versionDevImplementation "com.github.nextcloud:android-library:$androidLibraryVersion" qaImplementation "com.github.nextcloud:android-library:$androidLibraryVersion" + + kapt 'javax.xml.bind:jaxb-api:2.3.1' + kapt 'org.glassfish.jaxb:jaxb-core:2.3.0.1' + kapt 'org.glassfish.jaxb:jaxb-runtime:2.3.3' + + annotationProcessor 'javax.xml.bind:jaxb-api:2.3.1' + annotationProcessor 'org.glassfish.jaxb:jaxb-core:2.3.0.1' + annotationProcessor 'org.glassfish.jaxb:jaxb-runtime:2.3.3' + compileOnly 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' // remove after entire switch to lib v2 implementation "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2 implementation 'org.apache.jackrabbit:jackrabbit-webdav:2.13.1' // remove after entire switch to lib v2