From 70533b5c8fff3e9eb9e3b7bc6dd439d53036915a Mon Sep 17 00:00:00 2001 From: ChrisC Date: Fri, 12 Feb 2021 16:21:40 +0100 Subject: Fix build Fix catalog-be tests and Integration docker test this fix is not final as it just avoids concurrency issues on statics Fix Expired certificates on Vendorsoftwareproduct Issue-ID: SDC-3467 Signed-off-by: ChrisC Change-Id: I311470b305a29bebffbd74b6f2ad7b13193132e1 --- catalog-be/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 4ddcf10ef2..85674cb8cc 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -805,7 +805,8 @@ org.apache.maven.plugins maven-surefire-plugin - 1 + 1C + false -- cgit 1.2.3-korg