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
126 B
Python
7 lines
126 B
Python
package(default_visibility = ["//:src"])
|
|
|
|
alias(
|
|
name = "aopalliance",
|
|
actual = "@maven//:aopalliance_aopalliance",
|
|
)
|