add jaxws-ri

This commit is contained in:
Roberto Cirillo 2023-09-21 10:28:44 +02:00
parent 780ffbc896
commit 2d31944b3f
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.2</version>
<type>pom</type>
</dependency>
<!-- test dependencies -->
<dependency>