added dep to jaxb-impl

This commit is contained in:
lucio 2024-05-15 16:53:45 +02:00
parent 04eac59249
commit 6164f5ef4b
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,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>junit</groupId>