Remove dependency management for Apache HttpClient 4

Closes gh-33535
This commit is contained in:
Scott Frederick 2022-12-14 14:24:35 -06:00
parent 0b6dade142
commit 7c313a7b4a

View File

@ -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 = [