From c5fecafe6459a88ca0ecf6c7764d4d09f0b2d8ff Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 28 Sep 2022 14:13:11 +0200 Subject: [PATCH] Removed the jaxb-api dependency --- CHANGELOG.md | 2 +- pom.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b42d60f..3866dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - [#22883] Integrated the configurations exposed by (the new) geoportal-client (>= 1.1.0-SNAPSHOT) - Passed to UCD/Projects geoportal client/service - [#23835] Integrated with WORKFLOW_ACTION_LIST_GUI configuration -- [#23909] Declared lombok and jaxb-api required for JDK_11 +- [#23909] Declared lombok required for JDK_11 - [#23913] Integrated with GUI presentation configurations read from IS ## [v1.4.0] - 2022-06-08 diff --git a/pom.xml b/pom.xml index 1f4381d..34eb079 100644 --- a/pom.xml +++ b/pom.xml @@ -93,12 +93,6 @@ provided - - javax.xml.bind - jaxb-api - 2.3.0 - - org.slf4j