Fix build failures

See gh-29290
This commit is contained in:
Stephane Nicoll
2022-01-07 14:52:44 +01:00
parent 94fa50af1c
commit a9d8befe72

View File

@@ -108,8 +108,7 @@ class FlywayPropertiesTests {
Map<String, PropertyDescriptor> configuration = indexProperties(
PropertyAccessorFactory.forBeanPropertyAccess(new ClassicConfiguration()));
// Properties specific settings
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation",
"createDataSource");
ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled");
// Property that moved to a separate SQL plugin
ignoreProperties(properties, "sqlServerKerberosLoginFile");
// High level object we can't set with properties