Updated dependency as reported at #24111#note-1

This commit is contained in:
Francesco Mangiacrapa 2022-11-11 10:10:54 +01:00
parent d88bb99829
commit bf1959af7b
2 changed files with 3 additions and 8 deletions

View File

@ -14,7 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- [#23544] Integrated with the fieldId added to gCube Metadata Profile
- Moved to GWT 2.9
- Moed to maven-portal-bom 3.6.4
- [#24111] Added dependencies required for building with JDK_11
- [#24111] Added dependency required for building with JDK_11
## [v1.0.1-SNAPSHOT] - 2020-10-08

View File

@ -99,13 +99,6 @@
<!-- END FWS -->
<!-- REQUIRED FOR JDK_11 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
@ -114,6 +107,8 @@
<scope>provided</scope>
</dependency>
<!-- END REQUIRED FOR JDK_11 -->
<!-- JSON PARSER -->
<dependency>