From 6909f0c827bb46180fafc9d306d500e032ae7e0b Mon Sep 17 00:00:00 2001 From: aribeiro Date: Wed, 27 May 2020 11:37:44 +0100 Subject: Revert "Java 11 migration: fixing problems on 'catalog-fe'" This reverts commit 50906f4dcd00b0162298d1f86d72dcfc4d3caee9. Issue-ID: SDC-3088 Change-Id: I13c48243b3a137c7e66da1ef217a0ecbbd55f216 Signed-off-by: aribeiro --- .../application-config-rest-services/pom.xml | 9 +++++++-- pom.xml | 2 +- 2 files changed, 8 insertions(+), 3 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 bba87f17f1..d261f46f18 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,7 +12,12 @@ 1.7.0-SNAPSHOT + + 2.22.2 + + + io.swagger.core.v3 swagger-annotations @@ -63,13 +68,13 @@ org.glassfish.jersey.core jersey-common - ${jersey-bom.version} + ${jersey-common.version} test org.glassfish.jersey.core jersey-server - ${jersey-bom.version} + ${jersey-common.version} test diff --git a/pom.xml b/pom.xml index 92ef75f0a5..798ab3aabc 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.30.1 + 2.27 4.1.36.Final 3.1.0 2.26.3 -- cgit 1.2.3-korg