Merge pull request #8928 from nextcloud/exclude-xpp3

build: Exclude xpp3 dependency from library
This commit is contained in:
Tobias Kaminsky 2021-09-02 14:05:30 +02:00 committed by GitHub
commit 0793f23c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,10 +268,9 @@ dependencies {
// dependencies for app building // dependencies for app building
implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.multidex:multidex:2.0.1'
// implementation project('nextcloud-android-library') // implementation project('nextcloud-android-library')
genericImplementation "com.github.nextcloud:android-library:$androidLibraryVersion" implementation ("com.github.nextcloud:android-library:$androidLibraryVersion") {
gplayImplementation "com.github.nextcloud:android-library:$androidLibraryVersion" exclude group: 'org.ogce', module: 'xpp3' // unused in Android and brings wrong Junit version
versionDevImplementation "com.github.nextcloud:android-library:$androidLibraryVersion" }
qaImplementation "com.github.nextcloud:android-library:$androidLibraryVersion"
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 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 "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2