Skip to content

Commit

Permalink
include postgresql dependency for flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jun 7, 2024
1 parent 0a8f600 commit 4fdfa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
runtimeOnly(project(":statistics"))
runtimeOnly(project(":selfpayments"))
runtimeOnly("org.postgresql:postgresql")
runtimeOnly("org.flywaydb:flyway-core")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
runtimeOnly("com.h2database:h2")
integrationTestImplementation("com.ryantenney.metrics:metrics-spring")
integrationTestImplementation("io.grpc:grpc-stub")
Expand Down

0 comments on commit 4fdfa4e

Please sign in to comment.