added `lombok` at provided to build towards JDK_11

This commit is contained in:
Francesco Mangiacrapa 2024-07-17 11:59:53 +02:00
parent 3df6ec073d
commit 11c9212c38
1 changed files with 10 additions and 1 deletions

11
pom.xml
View File

@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -94,6 +94,15 @@
<version>20090211</version>
</dependency>
<!-- To build towards JDK_11 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<!-- LOGGER -->
<dependency>