mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Add jaxb dependencies for builde (with jdk>8)
Fixes #6135 Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b09ae7255d
commit
e22ef9ebf3
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue