Skip to content

Commit f74dd7d

Browse files
sdeleuzebclozel
authored andcommitted
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
1 parent 1bbe3af commit f74dd7d

File tree

1 file changed

+6
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+6
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<jetty.version>9.4.11.v20180605</jetty.version>
105105
<jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version>
106106
<jetty-el.version>8.5.24.2</jetty-el.version>
107+
<jetty-reactive-httpclient.version>1.0.1</jetty-reactive-httpclient.version>
107108
<jmustache.version>1.14</jmustache.version>
108109
<jna.version>4.5.2</jna.version>
109110
<joda-time.version>2.10</joda-time.version>
@@ -1756,6 +1757,11 @@
17561757
<scope>import</scope>
17571758
<type>pom</type>
17581759
</dependency>
1760+
<dependency>
1761+
<groupId>org.eclipse.jetty</groupId>
1762+
<artifactId>jetty-reactive-httpclient</artifactId>
1763+
<version>${jetty-reactive-httpclient.version}</version>
1764+
</dependency>
17591765
<dependency>
17601766
<groupId>org.eclipse.jetty.orbit</groupId>
17611767
<artifactId>javax.servlet.jsp</artifactId>

0 commit comments

Comments
 (0)