Added missing scope to jaxws-api

This commit is contained in:
Luca Frosini 2022-11-09 15:54:07 +01:00
parent c0118a16b4
commit c91630d921
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- END Added to support Java 11 JDK -->