Fallback to logback-classic

This commit is contained in:
Petar Bozin 2017-04-19 15:38:36 +02:00
parent 655ef14c81
commit c22a96f1fd

View File

@ -51,9 +51,9 @@
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.25</version>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>