Skip to content

Commit 802b5a4

Browse files
authored
Use "runtimeOnly" dependency for logback (#600)
[skip ci]
1 parent 3dce8a9 commit 802b5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/slf4j-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Doma provides the doma-slf4j artifact to adapt SLF4J.
2121
dependencies {
2222
implementation("org.seasar.doma:doma-slf4j:2.43.0")
2323
// Use an arbitrary SLF4J binding
24-
implementation("ch.qos.logback:logback-classic:1.2.3")
24+
runtimeOnly("ch.qos.logback:logback-classic:1.2.3")
2525
}
2626
2727
Configuration

0 commit comments

Comments
 (0)