aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorsavaki <matt.ho@gmail.com>2018-07-13 23:32:27 -0700
committersavaki <matt.ho@gmail.com>2018-07-21 07:44:40 -0700
commita65edc8093b7b31fb03e26836b8c70f87e988732 (patch)
tree7822ccf4657042e90a3f787e688f1a4a4d3f9353 /buildscripts
parent3fc8941cf3748cfad98bcb5264ca2a2547a7892c (diff)
downloadopencensus-java-a65edc8093b7b31fb03e26836b8c70f87e988732.tar.gz
fixed checkstyle problems
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/import-control.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index 607f626c..031bc52b 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -103,6 +103,13 @@ General guidelines on imports:
<allow pkg="com.google.cloud"/>
<allow pkg="io.opencensus.trace"/>
</subpackage>
+ <subpackage name="spring">
+ <allow pkg="io.opencensus.trace"/>
+ <allow pkg="org.aspectj.lang"/>
+ <allow pkg="org.aspectj.lang.annotation"/>
+ <allow pkg="org.aspectj.lang.reflect"/>
+ <allow pkg="org.springframework.beans.factory.annotation"/>
+ </subpackage>
<subpackage name="zpages">
<allow pkg="com.sun.net.httpserver"/>
<allow pkg="io.opencensus.contrib.grpc.metrics"/>