Skip to content

Commit

Permalink
Modified to slf4j2-impl in build.gradle
Browse files Browse the repository at this point in the history
due to slf4j-api versions 1.7 x or earlier issue
  • Loading branch information
kyuarl21 authored and jhoeller committed Apr 12, 2023
1 parent e262e98 commit cd0379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ configure([rootProject] + javaProjects) { project ->
testRuntimeOnly("org.junit.platform:junit-platform-suite-engine")
testRuntimeOnly("org.apache.logging.log4j:log4j-core")
testRuntimeOnly("org.apache.logging.log4j:log4j-jul")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl")
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")
// JSR-305 only used for non-required meta-annotations
compileOnly("com.google.code.findbugs:jsr305")
testCompileOnly("com.google.code.findbugs:jsr305")
Expand Down

0 comments on commit cd0379a

Please sign in to comment.