From 50906f4dcd00b0162298d1f86d72dcfc4d3caee9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Chris=20Andr=C3=A9?= Date: Fri, 22 May 2020 14:29:25 -0400 Subject: [PATCH] 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 ++------- pom.xml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) 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 diff --git a/pom.xml b/pom.xml index 798ab3aabc..92ef75f0a5 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ Modifications copyright (c) 2018-2019 Nokia 18.0 0.3.1 4.3.18.RELEASE - 2.27 + 2.30.1 4.1.36.Final 3.1.0 2.26.3 -- 2.16.6