Fix flyway migration and use h2 in unit tests.
All checks were successful
Backend CI / Run Maven Tests (pull_request) Successful in 1m21s

This commit is contained in:
2025-08-07 19:04:21 +03:00
parent 2e14ea06c9
commit b04366163f
6 changed files with 108 additions and 20 deletions

View File

@@ -74,6 +74,12 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<!-- JSON Processing -->
<dependency>
@@ -132,4 +138,4 @@
</plugin>
</plugins>
</build>
</project>
</project>