aboutsummaryrefslogtreecommitdiff
path: root/buildscripts/import-control.xml
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-09 13:27:57 -0700
committerGitHub <noreply@github.com>2018-09-09 13:27:57 -0700
commitdfc9d00706a16387346e2567ef23139da29fba2f (patch)
tree81f009519e36878c3b296299150df2bdf38b1c1f /buildscripts/import-control.xml
parent1450cd934d1d3a316f6acee8c6d33fc16759dceb (diff)
downloadopencensus-java-dfc9d00706a16387346e2567ef23139da29fba2f.tar.gz
Avoid using internal org.apache.logging.log4j.core.impl package. (#1421)
This commit adds the internal package to import-control.xml and removes the use of org.apache.logging.log4j.core.impl.ThreadContextDataInjector.
Diffstat (limited to 'buildscripts/import-control.xml')
-rw-r--r--buildscripts/import-control.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index daa4e790..938b57ee 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -96,6 +96,7 @@ General guidelines on imports:
</subpackage>
<subpackage name="logcorrelation.log4j2">
<allow pkg="io.opencensus.trace"/>
+ <disallow pkg="org.apache.logging.log4j.core.impl"/>
<allow pkg="org.apache.logging.log4j"/>
</subpackage>
<subpackage name="logcorrelation.stackdriver">