use standard logback.xml (#1666)
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
cdab6acdbf
commit
7525544e09
@@ -59,6 +59,18 @@
|
||||
<version>${slf4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-core</artifactId>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
@@ -266,6 +278,8 @@
|
||||
<jetty.version>9.4.0.v20161208</jetty.version>
|
||||
|
||||
<slf4j.version>1.7.21</slf4j.version>
|
||||
<logback.version>1.1.7</logback.version>
|
||||
|
||||
|
||||
<commons-lang3.version>3.5</commons-lang3.version>
|
||||
<commons-logging.version>1.2</commons-logging.version>
|
||||
|
||||
Reference in New Issue
Block a user