mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-23 01:27:42 +01:00
Fixed SLF4J startup warnings
This commit is contained in:
parent
5e2f61cb54
commit
2d328e1e31
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user