From a905868732d56f07cdad02b55fc874cc8e1eecf8 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 24 Jul 2017 16:09:44 -0600 Subject: [PATCH] Adds commons logging as a test dependency. --- spring-cloud-zookeeper-discovery/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-zookeeper-discovery/pom.xml b/spring-cloud-zookeeper-discovery/pom.xml index 244bfed2..951f5d5f 100644 --- a/spring-cloud-zookeeper-discovery/pom.xml +++ b/spring-cloud-zookeeper-discovery/pom.xml @@ -98,6 +98,11 @@ feign-core true + + commons-logging + commons-logging + test + org.springframework.boot spring-boot-starter-web