mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +00:00
Switch to new Json credential provisioning
As part of credential consolidation, update the credential provisioing in StackDriver Module. This is the only module that will continue using Json-based credential. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211878151
This commit is contained in:
@@ -9,6 +9,7 @@ java_library(
|
||||
srcs = glob(["*.java"]),
|
||||
resources = glob(["files/*.yaml"]),
|
||||
deps = [
|
||||
"//java/google/registry/keyring/api",
|
||||
"//java/google/registry/util",
|
||||
"@com_google_api_client",
|
||||
"@com_google_appengine_api_1_0_sdk",
|
||||
@@ -18,6 +19,7 @@ java_library(
|
||||
"@com_google_flogger",
|
||||
"@com_google_flogger_system_backend",
|
||||
"@com_google_guava",
|
||||
"@com_google_http_client",
|
||||
"@javax_inject",
|
||||
"@joda_time",
|
||||
"@org_joda_money",
|
||||
|
||||
Reference in New Issue
Block a user