blob: 00e3bf0eee8188b788dfc8b7d316adea640b895f [file] [log] [blame]
licenses(["notice"])
java_library(
name = "junit",
exports = [
"//external:jar/io_bazel_rules_kotlin_junit/junit"
],
runtime_deps = [
"//third_party/jvm/org/hamcrest:hamcrest_core"
],
visibility = [
"//visibility:public"
]
)