Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/BUILD b/lib/BUILD
index b188265a8a..1b6f1d772b 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -132,9 +132,13 @@ java_library(
testonly = 1,
visibility = ["//visibility:public"],
exports = [
+ "@bytebuddy//jar",
+ "@bytebuddy-agent//jar",
"@hamcrest-core//jar",
"@hamcrest-library//jar",
"@junit//jar",
+ "@mockito-core//jar",
+ "@objenesis//jar"
],
)

Back to the top