From 768cd185b8aeb59af2dc274859735f7dd89a749b Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 11 Jun 2018 10:10:11 -0400 Subject: [PATCH] Added spring boot autonconfigure processor --- spring-cloud-zookeeper-config/pom.xml | 5 +++++ spring-cloud-zookeeper-core/pom.xml | 5 +++++ spring-cloud-zookeeper-discovery/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/spring-cloud-zookeeper-config/pom.xml b/spring-cloud-zookeeper-config/pom.xml index bb71c7a5..fb622a20 100644 --- a/spring-cloud-zookeeper-config/pom.xml +++ b/spring-cloud-zookeeper-config/pom.xml @@ -50,6 +50,11 @@ curator-recipes true + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.springframework.boot spring-boot-starter-test diff --git a/spring-cloud-zookeeper-core/pom.xml b/spring-cloud-zookeeper-core/pom.xml index a804f685..7e2c86e4 100644 --- a/spring-cloud-zookeeper-core/pom.xml +++ b/spring-cloud-zookeeper-core/pom.xml @@ -51,6 +51,11 @@ curator-framework true + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.apache.curator curator-test diff --git a/spring-cloud-zookeeper-discovery/pom.xml b/spring-cloud-zookeeper-discovery/pom.xml index 5a9ab2cc..3a3f8390 100644 --- a/spring-cloud-zookeeper-discovery/pom.xml +++ b/spring-cloud-zookeeper-discovery/pom.xml @@ -98,6 +98,11 @@ feign-core true + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.springframework.boot spring-boot-starter-web