changed dep from jaxb-runtime to jaxb-impl

This commit is contained in:
lucio 2024-05-15 17:01:32 +02:00
parent 0e4ffe3286
commit bddd7c0b09
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>