diff --git a/common/function-test-support/pom.xml b/common/function-test-support/pom.xml
index 12a7daa4..cbd42ee9 100644
--- a/common/function-test-support/pom.xml
+++ b/common/function-test-support/pom.xml
@@ -43,20 +43,29 @@
org.apache.sshd
sshd-sftp
${sshd-sftp.version}
+ compile
+
+
+ org.junit.jupiter
+ junit-jupiter
+ compile
org.testcontainers
testcontainers
${testcontainers.version}
+ compile
org.testcontainers
junit-jupiter
${testcontainers.version}
+ compile
org.awaitility
awaitility
+ compile
diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml
index fab89e7a..26c6221c 100644
--- a/spring-functions-parent/pom.xml
+++ b/spring-functions-parent/pom.xml
@@ -18,6 +18,11 @@
3.19.6
+
+ com.google.protobuf
+ protobuf-java
+ ${protobuf.version}
+
org.springframework.cloud.fn
config-common
@@ -51,11 +56,27 @@
spring-boot-starter-test
test
+
+ org.junit.jupiter
+ junit-jupiter
+ test
+
+
+ org.springframework.integration
+ spring-integration-test
+ test
+
io.projectreactor
reactor-test
test
+
+ org.testcontainers
+ testcontainers
+ ${testcontainers.version}
+ test
+
org.testcontainers
junit-jupiter