File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments