Revert "Java 11 migration: fixing problems on 'catalog-fe'" 08/108308/1
authoraribeiro <anderson.ribeiro@est.tech>
Wed, 27 May 2020 10:37:44 +0000 (11:37 +0100)
committeraribeiro <anderson.ribeiro@est.tech>
Wed, 27 May 2020 10:58:07 +0000 (11:58 +0100)
This reverts commit 50906f4dcd00b0162298d1f86d72dcfc4d3caee9.

Issue-ID: SDC-3088
Change-Id: I13c48243b3a137c7e66da1ef217a0ecbbd55f216
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
pom.xml

index bba87f1..d261f46 100644 (file)
     <version>1.7.0-SNAPSHOT</version>
   </parent>
 
+  <properties>
+    <jersey-common.version>2.22.2</jersey-common.version>
+  </properties>
+
   <dependencies>
+
     <dependency>
       <groupId>io.swagger.core.v3</groupId>
       <artifactId>swagger-annotations</artifactId>
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
       <artifactId>jersey-common</artifactId>
-      <version>${jersey-bom.version}</version>
+      <version>${jersey-common.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
       <artifactId>jersey-server</artifactId>
-      <version>${jersey-bom.version}</version>
+      <version>${jersey-common.version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/pom.xml b/pom.xml
index 92ef75f..798ab3a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@ Modifications copyright (c) 2018-2019 Nokia
     <guava.version>18.0</guava.version>
     <janusgraph.version>0.3.1</janusgraph.version>
     <spring.version>4.3.18.RELEASE</spring.version>
-    <jersey-bom.version>2.30.1</jersey-bom.version>
+    <jersey-bom.version>2.27</jersey-bom.version>
     <netty.version>4.1.36.Final</netty.version>
     <servlet-api.version>3.1.0</servlet-api.version>
     <wire-mock.version>2.26.3</wire-mock.version>