Add SLF4J

MYC-Refactor
Hammy 3 years ago
parent d8f8c8ee54
commit 92f0d820a1

@ -81,6 +81,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save