Removed the jaxb-api dependency

This commit is contained in:
Francesco Mangiacrapa 2022-09-28 14:13:11 +02:00
parent fdde2f9467
commit c5fecafe64
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -93,12 +93,6 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<!-- LOGGER -->
<dependency>
<groupId>org.slf4j</groupId>