added `lombok` 1.18.4 FOR BUILDING towards JDK_11

This commit is contained in:
Francesco Mangiacrapa 2023-03-23 16:04:23 +01:00
parent 55a8e4001e
commit 59f97bc752
1 changed files with 16 additions and 8 deletions

View File

@ -201,6 +201,14 @@
<scope>provided</scope>
</dependency>
<!-- FOR BUILDING towards JDK_11 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<!-- GIS RESOLVER DEPENDENCIES -->
<dependency>