From 7c313a7b4a28cb2df79148d4b08882e295c774b1 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Wed, 14 Dec 2022 14:24:35 -0600 Subject: [PATCH] Remove dependency management for Apache HttpClient 4 Closes gh-33535 --- .../spring-boot-dependencies/build.gradle | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d98ab7d399..8d6a835c93 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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 = [