Skip to content

Commit 956580f

Browse files
committed
use unified config bridge
1 parent bdfa7dd commit 956580f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

javaagent-extension-api/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ dependencies {
2222
// Used by byte-buddy but not brought in as a transitive dependency.
2323
compileOnly("com.google.code.findbugs:annotations")
2424
}
25+
26+
// Needed by mockito
27+
configurations.testRuntimeClasspath {
28+
exclude(group = "net.bytebuddy", module = "byte-buddy-dep")
29+
}

0 commit comments

Comments
 (0)