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/notifications-fe/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 3fd8dc526b..9f3c3e7d12 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -16,7 +16,6 @@ - 9.4.18.v20190429 @@ -51,6 +50,12 @@ org.eclipse.jetty jetty-servlets ${jetty.version} + + + org.eclipse.jetty + jetty-http + + -- cgit 1.2.3-korg