diff --git a/log4j-layout-template-json-test/pom.xml b/log4j-layout-template-json-test/pom.xml
index e7dd53bb689..cb9d78ed3a0 100644
--- a/log4j-layout-template-json-test/pom.xml
+++ b/log4j-layout-template-json-test/pom.xml
@@ -38,8 +38,8 @@
true
+ ~ OSGi and JPMS options
+ -->
org.apache.logging.log4j.layout.template.json.test
org.apache.logging.log4j.core
@@ -49,7 +49,7 @@
2. The Docker image version of the ELK-stack
As of 2024-09-16, these all (Maven artifacts and Elastic products) get released with the same version. -->
- 8.17.3
+ 9.1.5
@@ -97,6 +97,13 @@
test
+
+ org.elasticsearch.client
+ elasticsearch-rest-client
+ ${elastic.version}
+ test
+
+
com.fasterxml.jackson.core
@@ -105,6 +112,13 @@
test
+
+ com.fasterxml.jackson.dataformat
+ jackson-dataformat-yaml
+ ${jackson2.test.version}
+ test
+
+
com.google.code.java-allocation-instrumenter
java-allocation-instrumenter
@@ -123,6 +137,13 @@
test
+
+ co.elastic.logging
+ log4j2-ecs-layout
+ 1.7.0
+ test
+
+
@@ -153,8 +174,8 @@
docker
+ ~ Only the `ubuntu` CI runners have access to Docker
+ -->
linux
@@ -172,7 +193,7 @@
false
+ We limit the used JVM memory to avoid this OOM failure. -->
-Xms750m -Xmx750m