Add missing dependency management for Flyway
Closes gh-29474
This commit is contained in:
parent
6a70daa361
commit
4166429fd0
|
|
@ -318,6 +318,8 @@ bom {
|
|||
group("org.flywaydb") {
|
||||
modules = [
|
||||
"flyway-core",
|
||||
"flyway-firebird",
|
||||
"flyway-mysql",
|
||||
"flyway-sqlserver"
|
||||
]
|
||||
plugins = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue