Added lombok v.1.18.4 required for JDK_11 on jenkins

This commit is contained in:
Francesco Mangiacrapa 2022-09-22 15:55:27 +02:00
parent e4d1ae1a28
commit 9946933742
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -85,6 +85,15 @@
<scope>compile</scope>
</dependency>
<!-- REQUIRED FOR JDK_11 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<!-- LOGGER -->
<dependency>
<groupId>org.slf4j</groupId>
@ -97,6 +106,7 @@
<scope>test</scope>
</dependency>
<!-- JUNIT -->
<dependency>
<groupId>junit</groupId>