mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02: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:
parent
a86d6588f3
commit
0ed0bcc99f
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue