aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJiangtao Li <jiangtao@google.com>2018-08-27 15:27:35 -0700
committerGitHub <noreply@github.com>2018-08-27 15:27:35 -0700
commit8d6ba2335acbb9a6e7456e5b449d029a0b6d052d (patch)
tree4969ba505b009217daa2d4dd8e99203af158fdfe /build.gradle
parentb2f419c2126815d5317f37a46dc183bdee2f0047 (diff)
downloadgrpc-grpc-java-8d6ba2335acbb9a6e7456e5b449d029a0b6d052d.tar.gz
alts: add Google Default Channel implementation (#4742)
alts: add Google Default Channel implementation
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 712962959..21d00169d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -205,6 +205,7 @@ subprojects {
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.9.0',
google_api_protos: 'com.google.api.grpc:proto-google-common-protos:1.0.0',
google_auth_credentials: 'com.google.auth:google-auth-library-credentials:0.9.0',
+ google_auth_oauth2_http: 'com.google.auth:google-auth-library-oauth2-http:0.9.0',
okhttp: 'com.squareup.okhttp:okhttp:2.5.0',
okio: 'com.squareup.okio:okio:1.13.0',
opencensus_api: "io.opencensus:opencensus-api:${opencensusVersion}",