From 29a4193995c8812e6efb856e9d67ed8a00020b29 Mon Sep 17 00:00:00 2001 From: Jozsef Csongvai Date: Mon, 22 Feb 2021 12:37:53 -0500 Subject: Revert removal of surefire plugin in test-blueprint-kotlin-parent This was accidentally removed during java 11 upgrade. Without the plugin in this pom, mvn test will not work. Issue-ID: CCSDK-3178 Change-Id: I756092a4b71f4bfe75aae3ec6c276a0afc39fde4 Signed-off-by: Jozsef Csongvai --- .../test-blueprint-kotlin-parent/pom.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml index 72cc386a7..9ab95df59 100644 --- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml @@ -209,6 +209,32 @@ + + org.apache.maven.plugins + maven-failsafe-plugin + + + default + none + + + integration-tests + none + + + + + maven-surefire-plugin + + + default-test + test + + test + + + + -- cgit 1.2.3-korg