aboutsummaryrefslogtreecommitdiff
path: root/buildscripts/import-control.xml
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-06 13:12:52 -0700
committerGitHub <noreply@github.com>2018-09-06 13:12:52 -0700
commit831fd8d932738883be3a0bbabb424837a95ed410 (patch)
treea1089947ca03dea5888532d94a9fb53e75bda851 /buildscripts/import-control.xml
parent33fa631b0901b82a6929f7d75a93d73773488079 (diff)
downloadopencensus-java-831fd8d932738883be3a0bbabb424837a95ed410.tar.gz
Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j2. (#1411)
This commit renames the artifact to opencensus-contrib-log-correlation-log4j2 and renames the package to io.opencensus.contrib.logcorrelation.log4j2. The name change emphasizes that the artifact only works with Log4j 2 and allows us to add support for other versions of Log4j in the future.
Diffstat (limited to 'buildscripts/import-control.xml')
-rw-r--r--buildscripts/import-control.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/import-control.xml b/buildscripts/import-control.xml
index ba04f07e..daa4e790 100644
--- a/buildscripts/import-control.xml
+++ b/buildscripts/import-control.xml
@@ -94,7 +94,7 @@ General guidelines on imports:
<allow pkg="io.opencensus.tags"/>
<allow pkg="io.opencensus.trace"/>
</subpackage>
- <subpackage name="logcorrelation.log4j">
+ <subpackage name="logcorrelation.log4j2">
<allow pkg="io.opencensus.trace"/>
<allow pkg="org.apache.logging.log4j"/>
</subpackage>