From fcd01986fcbfe5b17d4afc69331c557cf47d4cd4 Mon Sep 17 00:00:00 2001 From: DOHA Date: Sat, 3 Nov 2018 21:45:12 +0200 Subject: [PATCH] include spring-5-reactive-oauth to parent pom --- pom.xml | 1 + spring-5-reactive-oauth/pom.xml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) 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 + + + + + + +