Add missing dependency management for Flyway

Closes gh-29474
This commit is contained in:
Stephane Nicoll 2022-01-19 09:03:32 +01:00
parent 6a70daa361
commit 4166429fd0
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ bom {
group("org.flywaydb") {
modules = [
"flyway-core",
"flyway-firebird",
"flyway-mysql",
"flyway-sqlserver"
]
plugins = [