diff --git a/applications/sink/s3-sink/pom.xml b/applications/sink/s3-sink/pom.xml
index a31de8e6..fa815431 100644
--- a/applications/sink/s3-sink/pom.xml
+++ b/applications/sink/s3-sink/pom.xml
@@ -30,6 +30,11 @@
spring-integration-test
test
+
+ org.springframework
+ spring-web
+ test
+
diff --git a/functions/consumer/s3-consumer/pom.xml b/functions/consumer/s3-consumer/pom.xml
index d9cb574c..69c3ce88 100644
--- a/functions/consumer/s3-consumer/pom.xml
+++ b/functions/consumer/s3-consumer/pom.xml
@@ -43,6 +43,11 @@
spring-boot-starter-test
test
+
+ org.springframework
+ spring-web
+ test
+
org.springframework.integration
spring-integration-test