diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index a33fcc93d95..57cae5d892c 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -1373,6 +1373,11 @@ + + org.apache.httpcomponents + fluent-hc + ${httpclient.version} + org.apache.httpcomponents httpclient @@ -1384,6 +1389,21 @@ + + org.apache.httpcomponents + httpclient-cache + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-osgi + ${httpclient.version} + + + org.apache.httpcomponents + httpclient-win + ${httpclient.version} + org.apache.httpcomponents httpcore