From 6c34718f6e76d4e2863b83b90cc85c295860c0c5 Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 22 Jul 2021 15:25:23 -0400 Subject: Review maven configuration for testcontainers Maven build was not failing when test containers are not able to run because of following maven surefire plugin bug: * https://github.com/junit-team/junit5/issues/2178 * https://issues.apache.org/jira/browse/SUREFIRE-1688 This bug is fixed in surefire 3.0.0-M5. Then, 3.0.0-M4 version coming from oparent is now overridden in pom plugin management. Issue-ID: CPS-515 Signed-off-by: Bruno Sakoto Change-Id: Ib0600029a56e4fab7b33bfec9a3351536c146da1 --- cps-parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cps-parent') diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index d8660d0e9..9c5c7c43a 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -113,6 +113,11 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + io.swagger.codegen.v3 -- cgit 1.2.3-korg