diff --git a/spring-cloud-stream-reactive/pom.xml b/spring-cloud-stream-reactive/pom.xml
index c8d305df5..af60a8dc7 100644
--- a/spring-cloud-stream-reactive/pom.xml
+++ b/spring-cloud-stream-reactive/pom.xml
@@ -33,6 +33,11 @@
spring-cloud-stream-test-support-internal
test
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+
diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml
index 2f0690dba..ebbd057cc 100644
--- a/spring-cloud-stream/pom.xml
+++ b/spring-cloud-stream/pom.xml
@@ -66,6 +66,11 @@
spring-boot-starter-test
test
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+