Exclude all apache httpcomponents

pull/1375/head
Alex Baker 3 years ago
parent 76af1aeaba
commit e18edfe161

@ -132,7 +132,7 @@ configure<CheckstyleExtension> {
}
configurations.all {
exclude(group = "org.apache.httpcomponents", module = "httpclient")
exclude(group = "org.apache.httpcomponents")
exclude(group = "org.checkerframework")
exclude(group = "com.google.code.findbugs")
exclude(group = "com.google.errorprone")

@ -540,11 +540,6 @@
copyrightHolder: Android Open Source Project
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
- artifact: org.apache.httpcomponents:httpcore:+
name: Apache HttpCore
copyrightHolder: The Apache Software Foundation
license: The Apache Software License, Version 2.0
url: http://hc.apache.org/httpcomponents-core-ga
- artifact: androidx.databinding:viewbinding:+
name: viewbinding
copyrightHolder: Android Open Source Project

@ -1285,19 +1285,6 @@
"normalizedLicense": "apache2",
"libraryName": "databinding-runtime"
},
{
"artifactId": {
"name": "httpcore",
"group": "org.apache.httpcomponents",
"version": "+"
},
"copyrightHolder": "The Apache Software Foundation",
"copyrightStatement": "Copyright &copy; The Apache Software Foundation. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"normalizedLicense": "apache2",
"url": "http://hc.apache.org/httpcomponents-core-ga",
"libraryName": "Apache HttpCore"
},
{
"artifactId": {
"name": "viewbinding",

@ -321,7 +321,6 @@
+| \--- com.google.api-client:google-api-client:1.31.1
+| +--- com.google.oauth-client:google-oauth-client:1.31.2
+| | +--- com.google.http-client:google-http-client:1.38.0 -> 1.38.1
+| | | +--- org.apache.httpcomponents:httpcore:4.4.14
+| | | +--- com.google.guava:guava:30.1-android
+| | | | +--- com.google.guava:failureaccess:1.0.1
+| | | | \--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava

@ -452,7 +452,6 @@
+| \--- com.google.api-client:google-api-client:1.31.1
+| +--- com.google.oauth-client:google-oauth-client:1.31.2
+| | +--- com.google.http-client:google-http-client:1.38.0 -> 1.38.1
+| | | +--- org.apache.httpcomponents:httpcore:4.4.14
+| | | +--- com.google.guava:guava:30.1-android
+| | | | +--- com.google.guava:failureaccess:1.0.1
+| | | | \--- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava

Loading…
Cancel
Save