diff --git a/spring-cloud-commons/pom.xml b/spring-cloud-commons/pom.xml
index c091e904..95603da1 100644
--- a/spring-cloud-commons/pom.xml
+++ b/spring-cloud-commons/pom.xml
@@ -108,6 +108,11 @@
spring-boot-starter-aop
true
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
org.springframework.retry
spring-retry
diff --git a/spring-cloud-context/pom.xml b/spring-cloud-context/pom.xml
index b400a1b9..09e625c2 100644
--- a/spring-cloud-context/pom.xml
+++ b/spring-cloud-context/pom.xml
@@ -48,6 +48,11 @@
spring-integration-jmx
true
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
org.springframework.boot
spring-boot-starter-test