Fix flyway so it can use Postgres during docker compose.

This commit is contained in:
2026-06-01 11:54:51 -06:00
parent bafc34a576
commit cdc2958383

View File

@@ -66,6 +66,10 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
</dependency>
<!-- jjwt -->
<dependency>