From: Bruno Sakoto Date: Thu, 22 Jul 2021 19:25:23 +0000 (-0400) Subject: Review maven configuration for testcontainers X-Git-Tag: 1.1.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6c34718f6e76d4e2863b83b90cc85c295860c0c5;p=cps.git 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 --- diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index d8660d0e97..9c5c7c43ac 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