diff --git a/spring-cloud-consul-config/pom.xml b/spring-cloud-consul-config/pom.xml index 67d49eb3..5fc8ddf0 100644 --- a/spring-cloud-consul-config/pom.xml +++ b/spring-cloud-consul-config/pom.xml @@ -57,6 +57,12 @@ org.springframework.retry spring-retry true + + + org.springframework + spring-core + + org.springframework.boot diff --git a/spring-cloud-consul-core/pom.xml b/spring-cloud-consul-core/pom.xml index b24e0d11..35599577 100644 --- a/spring-cloud-consul-core/pom.xml +++ b/spring-cloud-consul-core/pom.xml @@ -46,6 +46,12 @@ org.springframework.retry spring-retry true + + + org.springframework + spring-core + + com.ecwid.consul diff --git a/spring-cloud-consul-discovery/pom.xml b/spring-cloud-consul-discovery/pom.xml index fef227fe..70ffbdf1 100644 --- a/spring-cloud-consul-discovery/pom.xml +++ b/spring-cloud-consul-discovery/pom.xml @@ -101,6 +101,12 @@ org.springframework.retry spring-retry true + + + org.springframework + spring-core + + org.projectlombok