mirror of
https://github.com/google/nomulus
synced 2026-01-03 03:35:42 +00: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:
@@ -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
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user