Skip to content

Commit 4166429

Browse files
committed
Add missing dependency management for Flyway
Closes gh-29474
1 parent 6a70daa commit 4166429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ bom {
318318
group("org.flywaydb") {
319319
modules = [
320320
"flyway-core",
321+
"flyway-firebird",
322+
"flyway-mysql",
321323
"flyway-sqlserver"
322324
]
323325
plugins = [

0 commit comments

Comments
 (0)