From f74dd7d58cdc4201898b25c8266e9c3a91ef52b7 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Thu, 23 Aug 2018 10:37:58 +0200 Subject: [PATCH] Manage dependency for Jetty RS HTTP client This commit adds the Jetty RS HTTP client to the Spring Boot dependency management. As of SPR-15092 and SPR-17124, this HTTP client library is supported by Spring Framework. This commit is first step towards supporting that library as a driver for the WebClient / ClientHttpConnector auto-configuration. See gh-14005 --- spring-boot-project/spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 361705ca441..bc414fa526f 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -104,6 +104,7 @@ 9.4.11.v20180605 2.2.0.v201112011158 8.5.24.2 + 1.0.1 1.14 4.5.2 2.10 @@ -1756,6 +1757,11 @@ import pom + + org.eclipse.jetty + jetty-reactive-httpclient + ${jetty-reactive-httpclient.version} + org.eclipse.jetty.orbit javax.servlet.jsp