Skip to content

Commit 7c313a7

Browse files
Remove dependency management for Apache HttpClient 4
Closes gh-33535
1 parent 0b6dade commit 7c313a7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

-14
Original file line numberDiff line numberDiff line change
@@ -390,20 +390,6 @@ bom {
390390
]
391391
}
392392
}
393-
library("HttpClient", "4.5.14") {
394-
group("org.apache.httpcomponents") {
395-
modules = [
396-
"fluent-hc",
397-
"httpclient" {
398-
exclude group: "commons-logging", module: "commons-logging"
399-
},
400-
"httpclient-cache",
401-
"httpclient-osgi",
402-
"httpclient-win",
403-
"httpmime"
404-
]
405-
}
406-
}
407393
library("HttpClient5", "5.1.4") {
408394
group("org.apache.httpcomponents.client5") {
409395
modules = [

0 commit comments

Comments
 (0)