Removed uneeded dep

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

View File

@ -141,11 +141,6 @@
<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>