Fixed SLF4J startup warnings

This commit is contained in:
PyvesB 2018-10-25 22:51:56 +01:00
parent 5e2f61cb54
commit 2d328e1e31
1 changed files with 6 additions and 0 deletions

View File

@ -114,6 +114,12 @@
<artifactId>HikariCP</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
<!-- Geo IP -->
<dependency>