summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api
diff options
context:
space:
mode:
authorChris André <chris.andre@yoppworks.com>2020-05-22 14:29:25 -0400
committerChris André <chris.andre@yoppworks.com>2020-05-25 12:59:45 -0400
commit50906f4dcd00b0162298d1f86d72dcfc4d3caee9 (patch)
treefbdc4d9f0a9f0b895d047d935047e8c35c475611 /openecomp-be/api
parentc9858db21d5b2e5a4f7cd2f2963fdbcb8c4e943c (diff)
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 <chris.andre@yoppworks.com> Change-Id: I414e3814d6d4fc1d927b302efb5dd08659676dc2
Diffstat (limited to 'openecomp-be/api')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml9
1 files changed, 2 insertions, 7 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 @@
<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>
@@ -68,13 +63,13 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
- <version>${jersey-common.version}</version>
+ <version>${jersey-bom.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
- <version>${jersey-common.version}</version>
+ <version>${jersey-bom.version}</version>
<scope>test</scope>
</dependency>
</dependencies>