Skip to content

Commit aac54f7

Browse files
committed
Scope slf4j-log4j12 to test only (issue #8)
Libraries should only depend on slf4j-api and let consumers choose their own SLF4J binding. Move slf4j-log4j12 from compile scope to test scope so it's no longer forced on downstream users. https://claude.ai/code/session_01KxvyXRVVZaLrgTZshvsZY6
1 parent 03169ae commit aac54f7

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
@@ -73,6 +73,7 @@
7373
<groupId>org.slf4j</groupId>
7474
<artifactId>slf4j-log4j12</artifactId>
7575
<version>1.7.36</version>
76+
<scope>test</scope>
7677
</dependency>
7778
<dependency>
7879
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)