Skip to content

Commit

Permalink
CORE-15310: Swap log4j-slf4j-impl for log4j-slf4j2-impl in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzunigadaly committed Sep 28, 2023
1 parent 53980f2 commit d59fe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

implementation "org.apache.logging.log4j:log4j-api:$log4jVersion"
implementation "org.apache.logging.log4j:log4j-core:$log4jVersion"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion"
implementation "org.apache.logging.log4j:log4j-slf4j2-impl:$log4jVersion"
implementation "org.apache.logging.log4j:log4j-layout-template-json:$log4jVersion"

// removes jacksons large libs from plugins
Expand Down

0 comments on commit d59fe65

Please sign in to comment.