50.4 Tests with Embedded H2 with MySQL compitability mode (#50)

This commit is contained in:
Art
2023-01-13 14:51:04 +02:00
parent b643a21ff0
commit 3aa359022c
2 changed files with 14 additions and 0 deletions

View File

@ -115,6 +115,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>