diff --git a/spring-cloud-stream-reactive/pom.xml b/spring-cloud-stream-reactive/pom.xml
index a5fc0caa2..41505d530 100644
--- a/spring-cloud-stream-reactive/pom.xml
+++ b/spring-cloud-stream-reactive/pom.xml
@@ -42,6 +42,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 1f5bcf995..bdcf5d2f4 100644
--- a/spring-cloud-stream/pom.xml
+++ b/spring-cloud-stream/pom.xml
@@ -62,6 +62,11 @@
spring-boot-starter-test
test
+
+ org.springframework.boot
+ spring-boot-autoconfigure-processor
+ true
+