Added MDC to boot, removed logback from pom.xml

This commit is contained in:
Petar Bozin 2017-04-19 14:30:15 +02:00
parent 9147a77046
commit d793135ee3
2 changed files with 1 additions and 6 deletions

View File

@ -75,11 +75,6 @@
<artifactId>dispatch-lift-json_${scala.version}</artifactId>
<version>0.11.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>

View File

@ -43,7 +43,7 @@ import net.liftmodules.widgets.tablesorter.TableSorter
import java.io.FileInputStream
import java.io.File
import code.lib.{OAuthClient, ObpJson}
import code.lib.OAuthClient
import code.util.{Helper, MyExceptionLogger}
/**