diff --git a/integration/dataservice-hosting-tests/tests-integration/tests/pom.xml b/integration/dataservice-hosting-tests/tests-integration/tests/pom.xml
index cd9859df94..c41b5ef52c 100644
--- a/integration/dataservice-hosting-tests/tests-integration/tests/pom.xml
+++ b/integration/dataservice-hosting-tests/tests-integration/tests/pom.xml
@@ -42,6 +42,7 @@
-Xmx1024m
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
+ --add-opens java.base/jdk.internal.reflect=ALL-UNNAMED
false
false
diff --git a/pom.xml b/pom.xml
index c4ffee3012..4a7e166aef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1932,6 +1932,11 @@
0.31.1.wso2v3
22.3.4
71.1
+
+ -Djdk.util.zip.disableZip64ExtraFieldValidation=true
+ -Djdk.nio.zipfs.allowDotZipEntry=true
+ --add-opens=java.base/java.net=ALL-UNNAMED
+
@@ -2129,6 +2134,13 @@
org.apache.maven.plugins
maven-surefire-plugin
${maven.surefire.plugin.version}
+
+
+ -Djdk.util.zip.disableZip64ExtraFieldValidation=true
+ -Djdk.nio.zipfs.allowDotZipEntry=true
+ --add-opens=java.base/java.net=ALL-UNNAMED
+
+
org.jacoco