mirror of https://github.com/grpc/grpc-java.git
observability: change alts and google_auth_oauth2 dependencies to implementation from api (#8986)
This commit is contained in:
parent
86b74d9ecc
commit
2097d6b615
|
|
@ -10,12 +10,12 @@ description = "gRPC: Observability"
|
||||||
dependencies {
|
dependencies {
|
||||||
def cloudLoggingVersion = '3.6.1'
|
def cloudLoggingVersion = '3.6.1'
|
||||||
|
|
||||||
api project(':grpc-api'),
|
api project(':grpc-api')
|
||||||
project(':grpc-alts'),
|
|
||||||
libraries.google_auth_oauth2_http
|
|
||||||
|
|
||||||
implementation project(':grpc-protobuf'),
|
implementation project(':grpc-protobuf'),
|
||||||
project(':grpc-stub'),
|
project(':grpc-stub'),
|
||||||
|
project(':grpc-alts'),
|
||||||
|
libraries.google_auth_oauth2_http,
|
||||||
('com.google.guava:guava:31.0.1-jre'),
|
('com.google.guava:guava:31.0.1-jre'),
|
||||||
('com.google.errorprone:error_prone_annotations:2.11.0'),
|
('com.google.errorprone:error_prone_annotations:2.11.0'),
|
||||||
('com.google.auth:google-auth-library-credentials:1.4.0'),
|
('com.google.auth:google-auth-library-credentials:1.4.0'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue