corrections

This commit is contained in:
trochas
2025-10-24 19:39:02 +02:00
parent 0553fc13f7
commit 4b2604fe17
15 changed files with 68 additions and 27 deletions

View File

@@ -45,6 +45,11 @@
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.2</version>
</dependency>
<!-- ==== REST API ==== -->
<!--https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-undertow -->
<dependency>