This commit is contained in:
Lucio Lelii 2022-12-06 12:47:45 +01:00
parent 21906c2edf
commit 8a94acbabb
1 changed files with 8 additions and 0 deletions

View File

@ -70,7 +70,15 @@
<artifactId>common-smartgears</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>