From 5ba8fa8d6820c4f22b37db325e4ca05e186d5ad6 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 23 Apr 2018 09:38:29 -0400 Subject: [PATCH] Add commons configuration to fix compile errors --- pom.xml | 13 +++++++++++++ spring-cloud-zookeeper-discovery/pom.xml | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 5934454f..3cb8500c 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,19 @@ pom import + + + commons-configuration + commons-configuration + 1.8 + + + commons-logging + commons-logging + + + + cglib cglib-nodep diff --git a/spring-cloud-zookeeper-discovery/pom.xml b/spring-cloud-zookeeper-discovery/pom.xml index 32bfc39e..0dc5a758 100644 --- a/spring-cloud-zookeeper-discovery/pom.xml +++ b/spring-cloud-zookeeper-discovery/pom.xml @@ -113,6 +113,10 @@ spring-boot-starter-test test + + commons-configuration + commons-configuration + org.apache.curator curator-test