diff --git a/pom.xml b/pom.xml
index fa8a1108b5..53f6bc77a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -468,6 +468,7 @@
spring-5-reactive-client
spring-5-mvc
spring-5-security
+ spring-5-reactive-oauth
spring-activiti
spring-akka
spring-amqp
diff --git a/spring-5-reactive-oauth/pom.xml b/spring-5-reactive-oauth/pom.xml
index 72e0659bf0..73809681f2 100644
--- a/spring-5-reactive-oauth/pom.xml
+++ b/spring-5-reactive-oauth/pom.xml
@@ -56,4 +56,22 @@
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.20.1
+
+ true
+
+ **/*IntegrationTest.java
+
+
+
+
+
+
+