From a7cadd0cc35fea14fecc70c852343b0d3ffc1012 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Mon, 10 Mar 2025 10:30:57 +0200 Subject: [PATCH] Try to fix flaky apache async http client tests --- .../apache-httpclient-5.0/javaagent/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts b/instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts index 8056ecce006f..0a2a3fe973f0 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts +++ b/instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts @@ -12,6 +12,8 @@ muzzle { dependencies { library("org.apache.httpcomponents.client5:httpclient5:5.0") + // https://issues.apache.org/jira/browse/HTTPCORE-653 + library("org.apache.httpcomponents.core5:httpcore5:5.0.3") } tasks {