blob: c2a6fcce02cbebc5e4a3ed0b6c5fc8c062b36db0 [file] [log] [blame]
package(
default_visibility = ["//visibility:public"],
)
java_library(
name = "junit",
exports = ["@junit//jar"],
)
java_library(
name = "hamcrest-core",
exports = ["@hamcrest_core//jar"],
)