Updated dependency as reported at #24111#note-1
This commit is contained in:
parent
d88bb99829
commit
bf1959af7b
|
@ -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
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue