diff --git a/java/google/registry/export/datastore/BUILD b/java/google/registry/export/datastore/BUILD index 25e4e286b..16781c943 100644 --- a/java/google/registry/export/datastore/BUILD +++ b/java/google/registry/export/datastore/BUILD @@ -9,13 +9,10 @@ java_library( srcs = glob(["*.java"]), deps = [ "//java/google/registry/config", - "//third_party/java/google_api_java_client:services_json", - "//third_party/java/google_http_java_client:http", - "//third_party/java/google_http_java_client:json", - "//third_party/java/google_http_java_client:util", "@com_google_api_client", "@com_google_dagger", "@com_google_guava", + "@com_google_http_client", "@com_google_http_client_jackson2", ], ) diff --git a/javatests/google/registry/export/datastore/BUILD b/javatests/google/registry/export/datastore/BUILD index b07ac7b13..1161ff343 100644 --- a/javatests/google/registry/export/datastore/BUILD +++ b/javatests/google/registry/export/datastore/BUILD @@ -14,9 +14,6 @@ java_library( deps = [ "//java/google/registry/export/datastore", "//javatests/google/registry/testing", - "//third_party/java/google_http_java_client:http", - "//third_party/java/google_http_java_client:javanet", - "//third_party/java/google_http_java_client:util", "@com_google_api_client", "@com_google_guava", "@com_google_http_client",