Readded dep

This commit is contained in:
Luca Frosini 2022-11-02 16:09:51 +01:00
parent 320bfa3f37
commit 9cd3144099
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@
<artifactId>jaxws-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<!-- END Added to support Java 11 JDK -->
<dependency>