SLING-10051 Stabilize integration tests running on ci-builds

fix "System Exit has timed out in the forked process 1"
diff --git a/pom.xml b/pom.xml
index 02f5c4d..173f55e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,7 @@
           </execution>
         </executions>
         <configuration>
+          <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <systemPropertyVariables>
             <launchpad.http.server.url>http://localhost:${http.port}</launchpad.http.server.url>