diff --git a/starter-test/pom.xml b/starter-test/pom.xml
index ecbc45c..1781b53 100644
--- a/starter-test/pom.xml
+++ b/starter-test/pom.xml
@@ -62,6 +62,11 @@
org.springframework.boot
spring-boot-test-autoconfigure
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
org.springframework.boot
diff --git a/starter/pom.xml b/starter/pom.xml
index 7e30ea1..db22d43 100644
--- a/starter/pom.xml
+++ b/starter/pom.xml
@@ -44,6 +44,11 @@
spring-boot-autoconfigure-processor
true
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
org.springframework.boot
spring-boot-autoconfigure