observability: change alts and google_auth_oauth2 dependencies to implementation from api (#8986)

This commit is contained in:
sanjaypujare 2022-03-16 09:34:08 -07:00 committed by GitHub
parent 86b74d9ecc
commit 2097d6b615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ description = "gRPC: Observability"
dependencies {
def cloudLoggingVersion = '3.6.1'
api project(':grpc-api'),
project(':grpc-alts'),
libraries.google_auth_oauth2_http
api project(':grpc-api')
implementation project(':grpc-protobuf'),
project(':grpc-stub'),
project(':grpc-alts'),
libraries.google_auth_oauth2_http,
('com.google.guava:guava:31.0.1-jre'),
('com.google.errorprone:error_prone_annotations:2.11.0'),
('com.google.auth:google-auth-library-credentials:1.4.0'),