added lombok for jdk11

This commit is contained in:
Massimiliano Assante 2023-12-11 14:38:46 +01:00
parent e1b6646647
commit e4550200a4
1 changed files with 6 additions and 1 deletions

View File

@ -110,7 +110,12 @@
<version>[1.7.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>pickitem-widget</artifactId>