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:
jianglai 2018-11-26 17:41:29 -08:00
parent a86d6588f3
commit 0ed0bcc99f

View file

@ -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",