From c8dc6009d46aae22acfe1b6d42ed1adff1e70759 Mon Sep 17 00:00:00 2001 From: Yang Bo Date: Sat, 10 Mar 2018 11:54:56 +0800 Subject: [PATCH] SCB-381 Fix foundation-vertx UT failure Vertx uses some static fields which will cause problems if resued. Disabled surefire fork for foundation-vertx to avoid this issue. --- foundations/foundation-vertx/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/foundations/foundation-vertx/pom.xml b/foundations/foundation-vertx/pom.xml index b60a0722767..7b70dec2e00 100644 --- a/foundations/foundation-vertx/pom.xml +++ b/foundations/foundation-vertx/pom.xml @@ -53,4 +53,21 @@ foundation-test-scaffolding + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 1 + false + + + +