aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-08-28 15:49:51 -0700
committerGitHub <noreply@github.com>2018-08-28 15:49:51 -0700
commitd2af3ddd9f8bd10d8dbdec0d1d2b238c7e9cd175 (patch)
treef51ac1738e8afeea48e2da5ceffdce8e25d9ad3c /buildscripts
parent658c63ad26317f1551338efb9fa95a944de0e55c (diff)
downloadopencensus-java-d2af3ddd9f8bd10d8dbdec0d1d2b238c7e9cd175.tar.gz
Remove guava dependency from the API artifact. (#1393)
* Remove guava dependency from the API artifact. * Make LowerCaseBase16Encoding static and remove import control.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/import-control.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index 7375eb5f..d0000c57 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -54,9 +54,6 @@ General guidelines on imports:
<allow pkg="io.opencensus.internal"/>
<allow pkg="io.opencensus.trace"/>
- <!-- TODO(#1081): Remove this dependency on Guava. -->
- <allow class="com.google.common.io.BaseEncoding"/>
-
<!-- These dependencies on impl/implcore are only needed by -->
<!-- io.opencensus.trace.TraceComponentImpl and io.opencensus.trace.TraceComponentImplLite, -->
<!-- which are deprecated. -->