Skip to content

Commit 87088a1

Browse files
authored
Try to fix flaky apache async http client 5 tests (#13484)
1 parent b0107ef commit 87088a1

File tree

1 file changed

+2
-0
lines changed
  • instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent

1 file changed

+2
-0
lines changed

instrumentation/apache-httpclient/apache-httpclient-5.0/javaagent/build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ muzzle {
1212

1313
dependencies {
1414
library("org.apache.httpcomponents.client5:httpclient5:5.0")
15+
// https://issues.apache.org/jira/browse/HTTPCORE-653
16+
library("org.apache.httpcomponents.core5:httpcore5:5.0.3")
1517
}
1618

1719
tasks {

0 commit comments

Comments
 (0)