updated lombok versione for JDK 11

This commit is contained in:
Massimiliano Assante 2022-10-20 15:17:05 +02:00
parent cd303ee54f
commit 4ef30dcbe4
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@
<artifactId>storagehub-model</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>