diff --git a/spring-cloud-consul-config/pom.xml b/spring-cloud-consul-config/pom.xml index e53cf27c..f59fad2b 100644 --- a/spring-cloud-consul-config/pom.xml +++ b/spring-cloud-consul-config/pom.xml @@ -58,6 +58,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 0ccffc05..a5c0e402 100644 --- a/spring-cloud-consul-core/pom.xml +++ b/spring-cloud-consul-core/pom.xml @@ -87,6 +87,11 @@ lombok test + + 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 97806dc4..d316f526 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