From 086406a3af88a1f77e2be783e6f458dc3c66d4ca Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 22 Feb 2021 09:50:07 +0000 Subject: Fix locally failing TCs in catalog-be Migrate to Junit 5 TCs that extends JerseyTest Signed-off-by: Vasyl Razinkov Change-Id: I4c81e70836ee5e634291d74cd1773d221dce3702 Issue-ID: SDC-3377 Signed-off-by: aribeiro --- .../api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index 163866c587..f008a8f15b 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -125,7 +125,13 @@ org.eclipse.jetty jetty-servlets - ${jetty.servlets.version} + ${jetty.version} + + + org.eclipse.jetty + jetty-http + + org.openecomp.sdc -- cgit 1.2.3-korg