Remove dependency management for Apache HttpClient 4

Closes gh-33535
pull/33965/head
Scott Frederick 2 years ago
parent 0b6dade142
commit 7c313a7b4a

@ -390,20 +390,6 @@ bom {
]
}
}
library("HttpClient", "4.5.14") {
group("org.apache.httpcomponents") {
modules = [
"fluent-hc",
"httpclient" {
exclude group: "commons-logging", module: "commons-logging"
},
"httpclient-cache",
"httpclient-osgi",
"httpclient-win",
"httpmime"
]
}
}
library("HttpClient5", "5.1.4") {
group("org.apache.httpcomponents.client5") {
modules = [

Loading…
Cancel
Save