We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6dade commit 7c313a7Copy full SHA for 7c313a7
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -390,20 +390,6 @@ bom {
390
]
391
}
392
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
407
library("HttpClient5", "5.1.4") {
408
group("org.apache.httpcomponents.client5") {
409
modules = [
0 commit comments