alts: do not exclude opencensus-api from google-oauth2's transitive dependencies (#6607)


diff --git a/alts/build.gradle b/alts/build.gradle
index 9d8741d..b534277 100644
--- a/alts/build.gradle
+++ b/alts/build.gradle
@@ -24,7 +24,8 @@
     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')