Skip to content

Commit

Permalink
Fix postgres flyway package name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 16, 2024
1 parent 178f67d commit 3de84eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
commonsIo : 'commons-io:commons-io:2.15.1',
curatorFramework : 'org.apache.curator:curator-framework:5.5.0',
curatorRecipes : 'org.apache.curator:curator-recipes:5.5.0',
flywayPostgresql : 'org.flywaydb:flyway-postgresql:10.15.2',
flywayPostgresql : 'org.flywaydb:flyway-database-postgresql:10.15.2',
guava : 'com.google.guava:guava:33.0.0-jre',
jakartaValidationApi : 'jakarta.validation:jakarta.validation-api:3.0.2',
javaxValidationApi : "javax.validation:validation-api:2.0.1.Final",
Expand Down

0 comments on commit 3de84eb

Please sign in to comment.