mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +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",
|
"resources/client_secret*.json",
|
||||||
]),
|
]),
|
||||||
visibility = [":allowed-tools"],
|
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 = [
|
deps = [
|
||||||
"//java/google/registry/backup",
|
"//java/google/registry/backup",
|
||||||
"//java/google/registry/beam/invoicing",
|
"//java/google/registry/beam/invoicing",
|
||||||
|
|||||||
Reference in New Issue
Block a user