Updated dependency as reported at #24110#note-1

This commit is contained in:
Francesco Mangiacrapa 2022-11-11 10:07:18 +01:00
parent 53dd64a892
commit 7b7da662a4
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -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>