mirror of
https://github.com/google/guice.git
synced 2024-04-21 12:32:36 +00:00
This change only makes it possible to build with bazel and no changes to existing maven setup yet. PiperOrigin-RevId: 422630465
7 lines
123 B
Python
7 lines
123 B
Python
package(default_visibility = ["//:src"])
|
|
|
|
alias(
|
|
name = "mockito",
|
|
actual = "@maven//:org_mockito_mockito_core",
|
|
)
|