This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
contrib/log_correlation/log4j2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ subprojects {
166166 googleAuthVersion = ' 0.20.0'
167167 googleCloudBetaVersion = ' 0.100.0-beta'
168168 googleCloudGaVersion = ' 1.82.0'
169- log4j2Version = ' 2.11.1 '
169+ log4j2Version = ' 2.15.0 '
170170 signalfxVersion = ' 0.0.48'
171171 springBoot2Version = ' 2.1.5.RELEASE'
172172 springBootVersion = ' 1.5.15.RELEASE'
Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ description = 'OpenCensus Log4j 2 Log Correlation'
33apply plugin : ' java'
44
55dependencies {
6- compile project(' :opencensus-api' ),
7- libraries. log4j2
6+ compile project(' :opencensus-api' )
7+ compileOnly libraries. log4j2
88
9- testCompile libraries. guava
9+ testCompile libraries. guava,
10+ libraries. log4j2
1011
1112 signature " org.codehaus.mojo.signature:java16:+@signature"
1213}
You can’t perform that action at this time.
0 commit comments