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 --- .../application-config-rest-services/pom.xml | 8 ++------ .../api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 7 ++++++- .../api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 8 +++++++- 3 files changed, 15 insertions(+), 8 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index f93c08dbb1..aacab744e6 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -12,10 +12,6 @@ 1.8.1-SNAPSHOT - - 2.22.2 - - @@ -74,13 +70,13 @@ org.glassfish.jersey.core jersey-common - ${jersey-common.version} + ${jersey-bom.version} test org.glassfish.jersey.core jersey-server - ${jersey-common.version} + ${jersey-bom.version} test 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 + + 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