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 3dce8a9 commit 802b5a4Copy full SHA for 802b5a4
docs/slf4j-support.rst
@@ -21,7 +21,7 @@ Doma provides the doma-slf4j artifact to adapt SLF4J.
21
dependencies {
22
implementation("org.seasar.doma:doma-slf4j:2.43.0")
23
// Use an arbitrary SLF4J binding
24
- implementation("ch.qos.logback:logback-classic:1.2.3")
+ runtimeOnly("ch.qos.logback:logback-classic:1.2.3")
25
}
26
27
Configuration
0 commit comments