Skip to content

Commit

Permalink
Remove conditional addition of flywayMysql
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 22, 2024
1 parent 1b6117f commit c187dd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tw-tkms-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ dependencies {
testImplementation project(":tw-tkms-test-starter")

testImplementation libraries.awaitility
if (!springBootVersion.startsWith("2.6")) {
testImplementation libraries.flywayMysql
}
if (springBootVersion.startsWith("3.3")) {
testImplementation libraries.flywayPostgresql
}
testImplementation libraries.flywayMysql
testImplementation libraries.flywayCore
testImplementation libraries.lombok
testImplementation libraries.springBootStarterActuator
Expand Down

0 comments on commit c187dd4

Please sign in to comment.