Skip to content

Commit 86e2fed

Browse files
zhansheng.lzsclaude
andcommitted
Change slf4j-simple dependency scope to test (#173)
Libraries should only depend on slf4j-api, not bind a specific logging implementation. Keep slf4j-simple available for tests only. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2ac8507 commit 86e2fed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<groupId>org.slf4j</groupId>
100100
<artifactId>slf4j-simple</artifactId>
101101
<version>2.0.7</version>
102+
<scope>test</scope>
102103
</dependency>
103104
<!-- dependent by okhttp-->
104105
<dependency>

0 commit comments

Comments
 (0)