Updated dependency as reported at #24110#note-1
This commit is contained in:
parent
53dd64a892
commit
7b7da662a4
|
@ -11,7 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
- [#22890] Extend the MetadataDiscovery logic
|
||||
- [#23537] Introduce the fieldId in the gCube Metadata Profile
|
||||
- Moved to maven-portal-bom 3.6.4
|
||||
- [#24110] Added dependencies required for building with JDK_11
|
||||
- [#24110] Added dependency required for building with JDK_11
|
||||
|
||||
## [v1.0.0] - 2020-09-30
|
||||
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -101,19 +101,13 @@
|
|||
|
||||
|
||||
<!-- 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>
|
||||
<!-- END REQUIRED FOR JDK_11 -->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
|
|
Loading…
Reference in New Issue