Use proper external dependency references recognized by moe

This fixes kokoro build failure.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=221830188
This commit is contained in:
weiminyu 2018-11-16 12:02:04 -08:00 committed by jianglai
parent af21b0c32b
commit 676fa422db
2 changed files with 1 additions and 7 deletions

View file

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

View file

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