Skip to content

Commit a7cadd0

Browse files
committed
Try to fix flaky apache async http client tests
1 parent 93be949 commit a7cadd0

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)