Files
Guice TeamandXiaoming Jia dea06c1087 Make Guice builds with bazel.
This change only makes it possible to build with bazel and no changes to existing maven setup yet.

PiperOrigin-RevId: 422630465
2022-01-18 13:31:43 -08:00

7 lines
123 B
Python

package(default_visibility = ["//:src"])
alias(
name = "mockito",
actual = "@maven//:org_mockito_mockito_core",
)