Skip to content

Commit 29c867a

Browse files
Fixed flaky muzzle test due to missing external dependency httpcore-4.3.3.redhat-3.jar for v4.3.6.
1 parent ce2b2fe commit 29c867a

File tree

1 file changed

+1
-0
lines changed
  • dd-java-agent/instrumentation/apache-httpclient/apache-httpclient-4.0

1 file changed

+1
-0
lines changed

dd-java-agent/instrumentation/apache-httpclient/apache-httpclient-4.0/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ muzzle {
1010
group = "org.apache.httpcomponents"
1111
module = "httpclient"
1212
versions = "[4.0,5)"
13+
skipVersions += "4.3.6" // missing httpcore-4.3.3.redhat-3.jar at https://maven.repository.redhat.com/ga/org/apache/httpcomponents/httpcore/4.3.3.redhat-3/
1314
assertInverse = true
1415
}
1516
pass {

0 commit comments

Comments
 (0)