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:
weiminyu
2018-09-08 00:21:22 -04:00
committed by jianglai
parent 22e1d905b6
commit be18f55640
3 changed files with 37 additions and 10 deletions
+2
View File
@@ -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",