diff --git a/common/redis-common/pom.xml b/common/redis-common/pom.xml
index c8c7d2b0..7154308f 100644
--- a/common/redis-common/pom.xml
+++ b/common/redis-common/pom.xml
@@ -14,14 +14,6 @@
redis-common
Redis Common
-
-
- org.testcontainers
- testcontainers
- ${testcontainers.version}
- test
-
-
diff --git a/consumer/redis-consumer/pom.xml b/consumer/redis-consumer/pom.xml
index c47d4e9c..d9337be2 100644
--- a/consumer/redis-consumer/pom.xml
+++ b/consumer/redis-consumer/pom.xml
@@ -29,12 +29,6 @@
${spring-cloud-starters.version}
test
-
- org.testcontainers
- testcontainers
- ${testcontainers.version}
- test
-
org.springframework.cloud.fn
redis-common
diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml
index e5d60894..fab89e7a 100644
--- a/spring-functions-parent/pom.xml
+++ b/spring-functions-parent/pom.xml
@@ -18,11 +18,6 @@
3.19.6
-
- com.google.protobuf
- protobuf-java
- ${protobuf.version}
-
org.springframework.cloud.fn
config-common
@@ -56,11 +51,6 @@
spring-boot-starter-test
test
-
- org.springframework.integration
- spring-integration-test
- test
-
io.projectreactor
reactor-test
@@ -72,12 +62,6 @@
${testcontainers.version}
test
-
- org.testcontainers
- testcontainers
- ${testcontainers.version}
- test
-
org.awaitility
awaitility