From c1f4df8f38f6039f1872df3e30b09e8862bbd613 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Mon, 11 Jun 2018 10:22:23 -0400 Subject: [PATCH] adding spring boot autoconfigure proessor --- spring-cloud-consul-config/pom.xml | 5 +++++ spring-cloud-consul-core/pom.xml | 5 +++++ spring-cloud-consul-discovery/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/spring-cloud-consul-config/pom.xml b/spring-cloud-consul-config/pom.xml index 5d8aac2e..65b235c5 100644 --- a/spring-cloud-consul-config/pom.xml +++ b/spring-cloud-consul-config/pom.xml @@ -64,6 +64,11 @@ + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.springframework.boot spring-boot-starter-test diff --git a/spring-cloud-consul-core/pom.xml b/spring-cloud-consul-core/pom.xml index 267b073a..ea06928a 100644 --- a/spring-cloud-consul-core/pom.xml +++ b/spring-cloud-consul-core/pom.xml @@ -88,6 +88,11 @@ provided + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.springframework.boot spring-boot-starter-test diff --git a/spring-cloud-consul-discovery/pom.xml b/spring-cloud-consul-discovery/pom.xml index 2ae7c586..e4a8973e 100644 --- a/spring-cloud-consul-discovery/pom.xml +++ b/spring-cloud-consul-discovery/pom.xml @@ -108,6 +108,11 @@ + + org.springframework.boot + spring-boot-autoconfigure-processor + true + org.projectlombok lombok