diff --git a/pom.xml b/pom.xml
index dc632502b1..13eee3736b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,7 +229,6 @@
${integration-test.pattern}
- -Xms512m -Xmx512m --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED
@@ -411,6 +410,18 @@
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${maven-failsafe-plugin.version}
+
+ ${skip.failsafe.tests}
+
+ ${integration-test.pattern}
+
+ -Xms512m -Xmx512m --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED
+
+