Skip to content

Commit 2d6b773

Browse files
committed
Revert Upgrad to Jetty Reactive Httpclient 4.0.2
Upgrading leads to to WebClientIntegrationTests to fail with Jetty and the build does not complete properly. This commit reverts the upgrade. See gh-31931
1 parent 9a1ee48 commit 2d6b773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies {
115115
api("org.codehaus.jettison:jettison:1.5.4")
116116
api("org.crac:crac:1.4.0")
117117
api("org.dom4j:dom4j:2.1.4")
118-
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.2")
118+
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.1")
119119
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4")
120120
api("org.eclipse:yasson:2.0.4")
121121
api("org.ehcache:ehcache:3.10.8")

0 commit comments

Comments
 (0)