mirror of
https://github.com/google/nomulus.git
synced 2025-05-05 06:27:51 +02:00
Move MetricsTaskServlet runtime dep to backend
This is a follow-up to [] that corrects an oversight. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119683462
This commit is contained in:
parent
e01edf261d
commit
ad90cdf82d
2 changed files with 1 additions and 1 deletions
|
@ -48,5 +48,6 @@ java_binary(
|
|||
create_executable = 0,
|
||||
runtime_deps = [
|
||||
":backend",
|
||||
"//java/com/google/domain/registry/monitoring/whitebox", # MetricsTaskServlet
|
||||
],
|
||||
)
|
||||
|
|
|
@ -36,7 +36,6 @@ java_binary(
|
|||
create_executable = 0,
|
||||
runtime_deps = [
|
||||
":frontend",
|
||||
"//java/com/google/domain/registry/monitoring/whitebox", # MetricsTaskServlet
|
||||
"//java/com/google/domain/registry/ui/server/api", # CheckApiServlet
|
||||
"//java/com/google/domain/registry/ui/server/registrar", # ResourceServlet
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue