From d49db0c0944c2ee916af4cda888b744e7e58e631 Mon Sep 17 00:00:00 2001 From: etorres Date: Mon, 4 Jan 2016 17:38:40 +0100 Subject: [PATCH] Simplify logging dependencies --- coreutils-common/pom.xml | 12 ++++++------ pom.xml | 7 +------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/coreutils-common/pom.xml b/coreutils-common/pom.xml index 855c1a3..4f011a8 100644 --- a/coreutils-common/pom.xml +++ b/coreutils-common/pom.xml @@ -73,16 +73,16 @@ that you distribute must include a readable copy of the "NOTICE" text file. config - + + + ch.qos.logback + logback-classic + test + org.slf4j slf4j-api provided - - org.slf4j - slf4j-simple - test - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2237328..4e50d52 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ that you distribute must include a readable copy of the "NOTICE" text file. org.slf4j slf4j-api - + @@ -185,11 +185,6 @@ that you distribute must include a readable copy of the "NOTICE" text file. log4j-over-slf4j ${org.slf4j.version} - - org.slf4j - slf4j-simple - ${org.slf4j.version} -