fix multiple failures

This commit is contained in:
Loredana Crusoveanu
2023-03-17 16:29:57 +02:00
parent 5be152bc3b
commit 66c0ce4b5f
4 changed files with 12 additions and 5 deletions

View File

@@ -28,13 +28,13 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb.version}</version>
<scope>runtime</scope>
</dependency>
<!-- SQLite database driver -->
<dependency>