Remove dependency management for Apache HttpClient 4
Closes gh-33535
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user