diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml
index 0f7f8f7a6..079a8be5f 100644
--- a/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml
+++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml
@@ -29,19 +29,14 @@
spring-boot-configuration-processor
true
-
- org.springframework.boot
- spring-boot-test
- test
-
org.springframework.kafka
spring-kafka-test
test
- org.springframework.cloud
- spring-cloud-stream-test-support
+ org.springframework.boot
+ spring-boot-starter-test
test
diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml
index bfcb46632..fb4e8a6ec 100644
--- a/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml
+++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml
@@ -61,8 +61,8 @@
test
- org.springframework.cloud
- spring-cloud-stream-test-support
+ org.springframework.boot
+ spring-boot-starter-test
test
diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml
index 0ea16528f..44ae712eb 100644
--- a/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml
+++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml
@@ -45,19 +45,14 @@
org.springframework.kafka
spring-kafka
-
- org.springframework.boot
- spring-boot-test
- test
-
org.springframework.kafka
spring-kafka-test
test
- org.springframework.cloud
- spring-cloud-stream-test-support
+ org.springframework.boot
+ spring-boot-starter-test
test
@@ -79,6 +74,17 @@
awaitility
test
+
+ org.springframework.integration
+ spring-integration-test
+
+
+ org.apache.avro
+ avro-compiler
+
+
+ test
+
diff --git a/binders/kinesis-binder/spring-cloud-stream-binder-kinesis/pom.xml b/binders/kinesis-binder/spring-cloud-stream-binder-kinesis/pom.xml
index 241e9fcd4..e204054fc 100644
--- a/binders/kinesis-binder/spring-cloud-stream-binder-kinesis/pom.xml
+++ b/binders/kinesis-binder/spring-cloud-stream-binder-kinesis/pom.xml
@@ -73,7 +73,7 @@
spring-cloud-stream-test-support
test
-
+
org.testcontainers
junit-jupiter