aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
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 /build.gradle
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 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index f74dfd5e..c7ea819a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,7 +154,7 @@ subprojects {
googleAuthVersion = '0.10.0'
googleCloudBetaVersion = '0.58.0-beta'
googleCloudGaVersion = '1.40.0'
- log4jVersion = '2.11.1'
+ log4j2Version = '2.11.1'
signalfxVersion = '0.0.39'
springBootVersion = '1.5.15.RELEASE'
springCloudVersion = '1.3.4.RELEASE'
@@ -177,7 +177,7 @@ subprojects {
google_auth: "com.google.auth:google-auth-library-credentials:${googleAuthVersion}",
google_cloud_logging: "com.google.cloud:google-cloud-logging:${googleCloudGaVersion}",
google_cloud_trace: "com.google.cloud:google-cloud-trace:${googleCloudBetaVersion}",
- log4j: "org.apache.logging.log4j:log4j-core:${log4jVersion}",
+ log4j2: "org.apache.logging.log4j:log4j-core:${log4j2Version}",
zipkin_reporter: "io.zipkin.reporter2:zipkin-reporter:${zipkinReporterVersion}",
zipkin_urlconnection: "io.zipkin.reporter2:zipkin-sender-urlconnection:${zipkinReporterVersion}",
jaeger_reporter: "com.uber.jaeger:jaeger-core:${jaegerReporterVersion}",