diff --git a/java/google/registry/module/backend/BUILD b/java/google/registry/module/backend/BUILD index 66390f65a..a5ea3c8b3 100644 --- a/java/google/registry/module/backend/BUILD +++ b/java/google/registry/module/backend/BUILD @@ -9,6 +9,7 @@ java_library( name = "backend", srcs = glob(["*.java"]), deps = [ + "//java/com/google/common/annotations", "//java/com/google/common/base", "//java/com/google/common/collect", "//java/com/google/common/net", diff --git a/javatests/google/registry/testing/BUILD b/javatests/google/registry/testing/BUILD index 63ba3002d..0eee27234 100644 --- a/javatests/google/registry/testing/BUILD +++ b/javatests/google/registry/testing/BUILD @@ -22,6 +22,7 @@ java_library( ] + glob(["*.csv"]), visibility = ["//visibility:public"], deps = [ + "//java/com/google/common/annotations", "//java/com/google/common/base", "//java/com/google/common/cache", "//java/com/google/common/collect",