REOC-71 Change to use logback for logging
This commit is contained in:
parent
b7c415b6a2
commit
95d6455071
|
@ -35,7 +35,6 @@ dependencies {
|
||||||
compile 'ch.qos.logback:logback-classic:1.2.3'
|
compile 'ch.qos.logback:logback-classic:1.2.3'
|
||||||
|
|
||||||
// APACHE
|
// APACHE
|
||||||
compile group: 'commons-logging', name: 'commons-logging', version: '1.1.1'
|
|
||||||
compile group: 'commons-io', name: 'commons-io', version: '2.6'
|
compile group: 'commons-io', name: 'commons-io', version: '2.6'
|
||||||
compile group: 'commons-codec', name: 'commons-codec', version: '1.3'
|
compile group: 'commons-codec', name: 'commons-codec', version: '1.3'
|
||||||
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
|
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -78,11 +78,7 @@
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-logging</groupId>
|
|
||||||
<artifactId>commons-logging</artifactId>
|
|
||||||
<version>1.1.1</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue