Skip to content

Commit 47f6d8d

Browse files
authored
Exclude problematic version from muzzle (#9549)
1 parent c7617dc commit 47f6d8d

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ muzzle {
2020
module.set("dropwizard-client")
2121
versions.set("(,3.0.0)")
2222
assertInverse.set(true)
23+
// Could not find com.google.code.findbugs:jsr305:.
24+
skip("4.0.2")
2325
}
2426
}
2527

0 commit comments

Comments
 (0)