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