adedd dep to jaxb-impl

This commit is contained in:
lucio 2024-05-15 16:54:53 +02:00
parent f0ceeac163
commit 95c87ddab6
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,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>
</dependencies>
<build>