Fixing pom to compile di JDK 11

This commit is contained in:
Luca Frosini 2022-10-26 10:32:13 +02:00
parent d1ff03affc
commit 10b4c7dbf6
1 changed files with 8 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.1</version>
<version>2.2.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -167,6 +167,13 @@
<artifactId>jersey-test-framework-provider-jetty</artifactId>
<scope>test</scope>
</dependency>
<!-- Added to support Java 11 JDK -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<!-- END Added to support Java 11 JDK -->
</dependencies>
<build>