Added lombok v1.18.4 at provided

This commit is contained in:
Francesco Mangiacrapa 2022-10-27 10:26:07 +02:00
parent 6a91e8a013
commit 20e8e2290b
1 changed files with 8 additions and 0 deletions

View File

@ -194,6 +194,14 @@
<artifactId>commons-codec</artifactId>
</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>log4j</groupId>