fix multiple failures

This commit is contained in:
Loredana Crusoveanu
2023-03-17 16:29:57 +02:00
parent c0d33261a9
commit 9b0dc28849
4 changed files with 12 additions and 5 deletions
+2 -2
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>