Skip to content

Commit 1eddd24

Browse files
authored
alts: do not exclude opencensus-api from google-oauth2's transitive dependencies (1.27.x backport) (#6609)
1 parent 04cf90a commit 1eddd24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

alts/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ dependencies {
2424
compile (libraries.google_auth_oauth2_http) {
2525
// prefer our own versions instead of google-auth-oauth2-http's dependency
2626
exclude group: 'com.google.guava', module: 'guava'
27-
exclude group: 'io.opencensus', module: 'opencensus-api'
27+
// we'll always be more up-to-date
28+
exclude group: 'io.grpc', module: 'grpc-context'
2829
}
2930
compileOnly libraries.javax_annotation
3031
runtime project(':grpc-grpclb')

0 commit comments

Comments
 (0)