Removed the jaxb-api dependency
This commit is contained in:
parent
fdde2f9467
commit
c5fecafe64
|
@ -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)
|
- [#22883] Integrated the configurations exposed by (the new) geoportal-client (>= 1.1.0-SNAPSHOT)
|
||||||
- Passed to UCD/Projects geoportal client/service
|
- Passed to UCD/Projects geoportal client/service
|
||||||
- [#23835] Integrated with WORKFLOW_ACTION_LIST_GUI configuration
|
- [#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
|
- [#23913] Integrated with GUI presentation configurations read from IS
|
||||||
|
|
||||||
## [v1.4.0] - 2022-06-08
|
## [v1.4.0] - 2022-06-08
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -93,12 +93,6 @@
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>javax.xml.bind</groupId>
|
|
||||||
<artifactId>jaxb-api</artifactId>
|
|
||||||
<version>2.3.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- LOGGER -->
|
<!-- LOGGER -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
|
Loading…
Reference in New Issue