diff --git a/spring-cloud-netflix-core/pom.xml b/spring-cloud-netflix-core/pom.xml
index 4cda307bb..9f774653d 100644
--- a/spring-cloud-netflix-core/pom.xml
+++ b/spring-cloud-netflix-core/pom.xml
@@ -146,6 +146,11 @@
spring-cloud-test-support
test
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
io.projectreactor
reactor-test
diff --git a/spring-cloud-netflix-eureka-client/pom.xml b/spring-cloud-netflix-eureka-client/pom.xml
index a69dadb07..12161ed11 100644
--- a/spring-cloud-netflix-eureka-client/pom.xml
+++ b/spring-cloud-netflix-eureka-client/pom.xml
@@ -102,6 +102,11 @@
ribbon-httpclient
true
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
org.springframework.boot
spring-boot-starter-security
diff --git a/spring-cloud-netflix-eureka-server/pom.xml b/spring-cloud-netflix-eureka-server/pom.xml
index edb5735e7..48a56d0ec 100644
--- a/spring-cloud-netflix-eureka-server/pom.xml
+++ b/spring-cloud-netflix-eureka-server/pom.xml
@@ -102,6 +102,11 @@
compile
true
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
org.springframework.restdocs
spring-restdocs-restassured
diff --git a/spring-cloud-netflix-hystrix-stream/pom.xml b/spring-cloud-netflix-hystrix-stream/pom.xml
index a6a55b55c..b67aadcd4 100644
--- a/spring-cloud-netflix-hystrix-stream/pom.xml
+++ b/spring-cloud-netflix-hystrix-stream/pom.xml
@@ -42,6 +42,11 @@
com.netflix.hystrix
hystrix-core
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
com.netflix.hystrix
hystrix-metrics-event-stream
diff --git a/spring-cloud-netflix-turbine-stream/pom.xml b/spring-cloud-netflix-turbine-stream/pom.xml
index fb1c266da..784156c99 100644
--- a/spring-cloud-netflix-turbine-stream/pom.xml
+++ b/spring-cloud-netflix-turbine-stream/pom.xml
@@ -106,6 +106,11 @@
spring-cloud-stream-binder-rabbit
true
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
org.springframework.boot
spring-boot-starter-test