We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e262e98 commit cd0379aCopy full SHA for cd0379a
build.gradle
@@ -105,7 +105,7 @@ configure([rootProject] + javaProjects) { project ->
105
testRuntimeOnly("org.junit.platform:junit-platform-suite-engine")
106
testRuntimeOnly("org.apache.logging.log4j:log4j-core")
107
testRuntimeOnly("org.apache.logging.log4j:log4j-jul")
108
- testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl")
+ testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")
109
// JSR-305 only used for non-required meta-annotations
110
compileOnly("com.google.code.findbugs:jsr305")
111
testCompileOnly("com.google.code.findbugs:jsr305")
0 commit comments