added dep to jaxb-impl

This commit is contained in:
lucio 2024-05-15 16:54:30 +02:00
parent f8962b940c
commit 8632511c53
1 changed files with 11 additions and 1 deletions

12
pom.xml
View File

@ -49,7 +49,17 @@
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>