From aa9a4150d15f02be63029d101e8abf2a1269216a Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Tue, 23 May 2017 21:06:54 -0400 Subject: [PATCH] remove com.spotify:logging the library is not actually used in tests - I think 1ce1cdb (where it was added) really meant to use logback directly. --- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8b5470b70..a0f0247b2 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ org.slf4j slf4j-api - 1.7.12 + 1.7.22 com.google.guava @@ -190,10 +190,9 @@ test - com.spotify - logging - 2.1.1 - test + ch.qos.logback + logback-classic + 1.2.1 com.google.jimfs