add jaxb-core

This commit is contained in:
Roberto Cirillo 2023-09-21 11:34:22 +02:00
parent 2d31944b3f
commit 3dbe81174a
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>