#24111 Added dependencies required for building with JDK_11
This commit is contained in:
parent
bc8852dd61
commit
d88bb99829
|
@ -14,6 +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
|
||||
|
||||
|
||||
## [v1.0.1-SNAPSHOT] - 2020-10-08
|
||||
|
|
17
pom.xml
17
pom.xml
|
@ -98,6 +98,23 @@
|
|||
</dependency>
|
||||
<!-- 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>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.3.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- JSON PARSER -->
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
|
|
Loading…
Reference in New Issue