mirror of
https://github.com/OpenBankProject/API-Explorer.git
synced 2026-02-06 18:56:49 +00:00
Added MDC to boot, removed logback from pom.xml
This commit is contained in:
parent
9147a77046
commit
d793135ee3
5
pom.xml
5
pom.xml
@ -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>
|
||||
|
||||
@ -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}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user