Skip to content

Commit d297055

Browse files
committed
update for log4j config variable
1 parent da2cfab commit d297055

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Features/logging-cordapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
cordapp project(":contracts")
7373

7474
// specific dependency for log4j2 core
75-
cordaCompile 'org.apache.logging.log4j:log4j-core:2.13.3'
75+
cordaCompile "org.apache.logging.log4j:log4j-core:${log4j_version}"
7676
cordaCompile "org.apache.logging.log4j:log4j-slf4j-impl:${log4j_version}"
7777
cordaCompile "org.apache.logging.log4j:log4j-web:${log4j_version}"
7878
cordaCompile "org.slf4j:jul-to-slf4j:$slf4j_version"

Features/logging-cordapp/workflows/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ dependencies {
4545
testCompile "junit:junit:$junit_version"
4646

4747
// Corda dependencies.
48-
// cordaCompile 'org.apache.logging.log4j:log4j-core:2.13.3'
49-
cordaCompile 'org.apache.logging.log4j:log4j-core:2.13.3'
48+
cordaCompile "org.apache.logging.log4j:log4j-core:${log4j_version}"
5049
cordaCompile "$corda_release_group:corda-core:$corda_release_version"
5150
cordaRuntime "$corda_release_group:corda:$corda_release_version"
5251

0 commit comments

Comments
 (0)