add lombok dep in order to work with jdk11

This commit is contained in:
Roberto Cirillo 2022-09-21 14:52:12 +02:00
parent 422b78ce93
commit 2ecbcbf151
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>