mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Add runtime dependencies to the tools target
These targets are removed in [] as they are not compile-time dependencies. But they are needed at runtime by GetRoutingMapCommand to load the specific classes to generate routing map for. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222916432
This commit is contained in:
@@ -33,6 +33,12 @@ java_library(
|
||||
"resources/client_secret*.json",
|
||||
]),
|
||||
visibility = [":allowed-tools"],
|
||||
runtime_deps = [
|
||||
"//java/google/registry/module/backend",
|
||||
"//java/google/registry/module/frontend",
|
||||
"//java/google/registry/module/pubapi",
|
||||
"//java/google/registry/module/tools",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/backup",
|
||||
"//java/google/registry/beam/invoicing",
|
||||
|
||||
Reference in New Issue
Block a user