From 95d6455071b289247f7e35b5c55133d6b5403ef9 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 8 Oct 2019 12:45:34 -0400 Subject: [PATCH] REOC-71 Change to use logback for logging --- build.gradle | 1 - pom.xml | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 7b9cdec..c8a7167 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,6 @@ dependencies { compile 'ch.qos.logback:logback-classic:1.2.3' // 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-codec', name: 'commons-codec', version: '1.3' compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.9' diff --git a/pom.xml b/pom.xml index 771451c..f13b1f6 100644 --- a/pom.xml +++ b/pom.xml @@ -78,11 +78,7 @@ commons-codec 1.3 - - commons-logging - commons-logging - 1.1.1 - + com.google.guava guava