chore: etc

This commit is contained in:
Zhongheng Liu 2026-01-16 23:41:47 +01:00
commit 895aecba3d
Signed by: steven
GPG key ID: F69B980899C1C09D
19 changed files with 404 additions and 55 deletions

View file

@ -128,6 +128,11 @@
<artifactId>logback-classic</artifactId>
<version>1.5.20</version> <!-- or latest compatible version -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
</dependencies>