added lombok dep for java 11

This commit is contained in:
Massimiliano Assante 2024-04-22 17:16:22 +02:00
parent a23ed8113e
commit 35213deb22
1 changed files with 7 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.2.0</version>
<version>1.1.0</version>
</parent>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>accept-invite-portlet</artifactId>
@ -74,6 +74,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>