Switch to slf4j-simple (needs testing)

This commit is contained in:
Gabriele C 2016-03-20 13:25:02 +01:00
parent 951adf0b5f
commit 3ef96cc233

View File

@ -349,7 +349,7 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.19</version>
<scope>compile</scope>
<optional>true</optional>