fix leak (#43)

- add SLF4J as a dependency in pom.xml
- replace System.out.println with log.warn (prevent leak)
This commit is contained in:
Xiao
2026-07-14 16:03:52 -04:00
committed by GitHub
parent 273f10a987
commit c8e9b50883
4 changed files with 22 additions and 5 deletions
+6
View File
@@ -55,6 +55,12 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>