Skip to content

Commit

Permalink
alts: do not exclude opencensus-api from google-oauth2's transitive d…
Browse files Browse the repository at this point in the history
…ependencies (#6607)
  • Loading branch information
voidzcy committed Jan 15, 2020
1 parent 1b5d61f commit cb4a7fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alts/build.gradle
Expand Up @@ -24,7 +24,8 @@ dependencies {
compile (libraries.google_auth_oauth2_http) {
// prefer our own versions instead of google-auth-oauth2-http's dependency
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'io.opencensus', module: 'opencensus-api'
// we'll always be more up-to-date
exclude group: 'io.grpc', module: 'grpc-context'
}
compileOnly libraries.javax_annotation
runtime project(':grpc-grpclb')
Expand Down

0 comments on commit cb4a7fb

Please sign in to comment.