diff options
author | Chris André <chris.andre@yoppworks.com> | 2020-05-22 14:29:25 -0400 |
---|---|---|
committer | Chris André <chris.andre@yoppworks.com> | 2020-05-25 12:59:45 -0400 |
commit | 50906f4dcd00b0162298d1f86d72dcfc4d3caee9 (patch) | |
tree | fbdc4d9f0a9f0b895d047d935047e8c35c475611 /pom.xml | |
parent | c9858db21d5b2e5a4f7cd2f2963fdbcb8c4e943c (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |