diff --git a/components-starter/camel-platform-http-starter/pom.xml b/components-starter/camel-platform-http-starter/pom.xml
index 1da9aa9d7722..54415fbb62ef 100644
--- a/components-starter/camel-platform-http-starter/pom.xml
+++ b/components-starter/camel-platform-http-starter/pom.xml
@@ -107,6 +107,12 @@
${spring-session-hazelcast-version}
test
+
+ org.springframework.boot
+ spring-boot-session
+ ${spring-boot-version}
+ test
+
org.springframework.boot
spring-boot-restclient
diff --git a/components-starter/camel-platform-http-starter/src/test/resources/application.properties b/components-starter/camel-platform-http-starter/src/test/resources/application.properties
index c7b1a60dc112..c811474f8cad 100644
--- a/components-starter/camel-platform-http-starter/src/test/resources/application.properties
+++ b/components-starter/camel-platform-http-starter/src/test/resources/application.properties
@@ -19,4 +19,6 @@
#logging.level.org.springframework.boot.web=TRACE
#spring.mvc.log-request-details=true
-spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
\ No newline at end of file
+spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
+
+server.undertow.max-http-post-size=-1
\ No newline at end of file