remove SLF4J warning

This commit is contained in:
Bixilon 2021-07-15 12:05:24 +02:00
parent 75861b4cb2
commit 27ba498f40

View File

@ -355,5 +355,10 @@
<artifactId>mbf-kotlin</artifactId>
<version>cc331b8c</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.31</version>
</dependency>
</dependencies>
</project>