transactions

This commit is contained in:
2025-10-24 00:48:18 +02:00
parent 9d582793f4
commit 68f76aa244
7 changed files with 141 additions and 17 deletions

View File

@@ -35,7 +35,7 @@
<dependency>
<groupId>de.infinimotion</groupId>
<artifactId>model-persistence</artifactId>
<version>0.0.44</version>
<version>0.0.54</version>
</dependency>
<!-- Quarkus -->
@@ -55,6 +55,11 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
</dependency>
<!-- Test -->
<dependency>