We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d352ec5 commit e430092Copy full SHA for e430092
src/site/antora/modules/ROOT/pages/5min.adoc
@@ -396,10 +396,10 @@ dependencies {
396
// Assuming you already have the `implementation platform(...)` entry for `log4j-bom`
397
398
// The logging implementation (i.e., Log4j Core)
399
- testOnly 'org.apache.logging.log4j:log4j-core' // <1>
+ testRuntimeOnly 'org.apache.logging.log4j:log4j-core' // <1>
400
401
// SLF4J-to-Log4j bridge // <2>
402
- testOnly 'org.apache.logging.log4j:log4j-slf4j2-impl' // <1>
+ testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl' // <1>
403
404
}
405
----
0 commit comments