From 50906f4dcd00b0162298d1f86d72dcfc4d3caee9 Mon Sep 17 00:00:00 2001 From: Chris André Date: Fri, 22 May 2020 14:29:25 -0400 Subject: Java 11 migration: fixing problems on 'catalog-fe' - Upgrade `jersey-bom` version variable to the most recent stable one - Removed `jersey-common` version variable and replaced its references with `jersey-bom` Issue-ID: SDC-3036 Signed-off-by: Chris Andre Change-Id: I414e3814d6d4fc1d927b302efb5dd08659676dc2 --- .../application-config-rest-services/pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'openecomp-be/api') 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 d261f46f18..bba87f17f1 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,12 +12,7 @@ 1.7.0-SNAPSHOT - - 2.22.2 - - - io.swagger.core.v3 swagger-annotations @@ -68,13 +63,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 -- cgit 1.2.3-korg