diff --git a/pom.xml b/pom.xml
index 66501c0ab0..bee479d5d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
5.4.2
5.4.2
3.0.0-M3
+ 3.0.0-M3
1.6.3
diff --git a/spring-cloud-contract-stub-runner/pom.xml b/spring-cloud-contract-stub-runner/pom.xml
index 2a4ec12154..aa44689adc 100644
--- a/spring-cloud-contract-stub-runner/pom.xml
+++ b/spring-cloud-contract-stub-runner/pom.xml
@@ -187,6 +187,7 @@
gmavenplus-plugin
+
org.apache.maven.plugins
maven-surefire-plugin
@@ -208,6 +209,36 @@
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ ${maven-failsafe-plugin.version}
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit-jupiter.version}
+
+
+
+
+ **/*Test.*
+ **/*Tests.*
+ **/*Spec.*
+
+ plain
+ true
+
+
+
+
+ integration-test
+ verify
+
+
+
+