From 16de00720cd5729c4ab0bb5c40a7487681c13a25 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 23 Apr 2018 10:00:03 -0400 Subject: [PATCH] Adding commons configuration to fix compile errors --- pom.xml | 13 +++++++++++++ spring-cloud-consul-discovery/pom.xml | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 517bf426..9042db01 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,19 @@ import pom + + + commons-configuration + commons-configuration + 1.8 + + + commons-logging + commons-logging + + + + diff --git a/spring-cloud-consul-discovery/pom.xml b/spring-cloud-consul-discovery/pom.xml index 57291a8e..ffd098d2 100644 --- a/spring-cloud-consul-discovery/pom.xml +++ b/spring-cloud-consul-discovery/pom.xml @@ -134,6 +134,10 @@ spring-boot-starter-actuator true + + commons-configuration + commons-configuration + org.springframework.cloud spring-cloud-test-support