This commit is contained in:
Lucio Lelii 2022-12-06 13:04:06 +01:00
parent 6a3afbfde4
commit 9e1e787c60
1 changed files with 14 additions and 5 deletions

15
pom.xml
View File

@ -71,9 +71,18 @@
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>1.2.2</version>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
</dependency>
<dependency>