Added lombok v1.18.4 required for Java 11

This commit is contained in:
Francesco Mangiacrapa 2022-10-27 11:35:36 +02:00
parent 2a6f6348af
commit 22b57dd5d5
1 changed files with 9 additions and 0 deletions

View File

@ -131,6 +131,15 @@
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- REQUIRED FOR JDK_11 -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>