mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02: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:
parent
af21b0c32b
commit
676fa422db
2 changed files with 1 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue