From 8c4485d88a4ee4799c0576af0b693ab2471047fc Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 20 Oct 2022 16:51:14 +0200 Subject: [PATCH] Added dependency to be able to compile with JDK 11 --- CHANGELOG.md | 5 +++++ pom.xml | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cdc55..0d73e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Catalogue (gCat) Client +## [v2.4.0-SNAPSHOT] + +- Added dependency to be able to compile with JDK 11 + + ## [v2.3.0] - Removed service discovery to to old service class diff --git a/pom.xml b/pom.xml index 23745b0..75b464e 100644 --- a/pom.xml +++ b/pom.xml @@ -63,11 +63,14 @@ org.gcube.common gcube-jackson-databind + + javax.xml.ws jaxws-api - provided - + + + org.gcube.common