summaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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
<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.27</jersey-bom.version>
+ <jersey-bom.version>2.30.1</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>