diff --git a/code/gms-backend/pom.xml b/code/gms-backend/pom.xml
index e45b8e1a..69b0f25c 100644
--- a/code/gms-backend/pom.xml
+++ b/code/gms-backend/pom.xml
@@ -15,7 +15,7 @@
gms-app
3.2.0
32.0.0-jre
- 3.0.0-M5
+ 3.2.1
9.22.3
0.11.1
@@ -373,11 +373,29 @@
maven-surefire-plugin
${maven-surefire-plugin.version}
+ @{argLine} -Xshare:off
+ all
true
1
false
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 3.2.1
+
+ @{argLine} -Xshare:off
+
+
+
+
+ integration-test
+ verify
+
+
+
+
org.jacoco
jacoco-maven-plugin