parent
8e20aaca7c
commit
b43cd51f3c
|
|
@ -115,6 +115,8 @@ class FlywayPropertiesTests {
|
|||
"oracleWalletLocation", "sqlServerKerberosLoginFile");
|
||||
// Properties that are managed by specific extensions
|
||||
ignoreProperties(properties, "oracle", "postgresql", "sqlserver");
|
||||
// Properties that are only used on the command line
|
||||
ignoreProperties(configuration, "jarDirs");
|
||||
// https://github.com/flyway/flyway/issues/3732
|
||||
ignoreProperties(configuration, "environment");
|
||||
// High level object we can't set with properties
|
||||
|
|
|
|||
|
|
@ -354,11 +354,12 @@ bom {
|
|||
releaseNotes("https://www.elastic.co/guide/en/elasticsearch/reference/current/release-notes-{version}.html")
|
||||
}
|
||||
}
|
||||
library("Flyway", "10.15.2") {
|
||||
library("Flyway", "10.17.1") {
|
||||
group("org.flywaydb") {
|
||||
modules = [
|
||||
"flyway-commandline",
|
||||
"flyway-core",
|
||||
"flyway-database-cassandra",
|
||||
"flyway-database-db2",
|
||||
"flyway-database-derby",
|
||||
"flyway-database-hsqldb",
|
||||
|
|
|
|||
Loading…
Reference in New Issue