diff --git a/test/java/spark/pom.xml b/test/java/spark/pom.xml
index e9171446a..535c7b29c 100644
--- a/test/java/spark/pom.xml
+++ b/test/java/spark/pom.xml
@@ -23,6 +23,7 @@
3.80
2.15.3
4.1.125.Final
+ 12.0.12
-Xmx2g
-Dhadoop.home.dir=/tmp
@@ -150,9 +151,37 @@
2.2
-
-
-
+
+
+ org.eclipse.jetty
+ jetty-server
+ ${jetty.version}
+
+
+ org.eclipse.jetty
+ jetty-http
+ ${jetty.version}
+
+
+ org.eclipse.jetty
+ jetty-servlet
+ ${jetty.version}
+
+
+ org.eclipse.jetty
+ jetty-util
+ ${jetty.version}
+
+
+ org.eclipse.jetty
+ jetty-io
+ ${jetty.version}
+
+
+ org.eclipse.jetty
+ jetty-security
+ ${jetty.version}
+