removed jaxb-runtime dep

This commit is contained in:
lucio 2024-05-15 17:06:07 +02:00
parent 28bb027c85
commit a07d87ae97
1 changed files with 0 additions and 6 deletions

View File

@ -39,15 +39,9 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>