Do not exclude Flyway's MigrationVersion

flyway.init and flyway.target are two options that are missing from the
meta-data following the change in f0bc3c0. It turns out that both these
properties have an additional setter taking a String so they shouldn't be
excluded after all

Closes gh-2088
This commit is contained in:
Stephane Nicoll 2014-12-09 18:17:09 +01:00
parent 1da0deeef6
commit 16164b30a9
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ class TypeExcludeFilter {
add("groovy.text.markup.MarkupTemplateEngine");
add("org.apache.tomcat.jdbc.pool.PoolConfiguration");
add("org.apache.tomcat.jdbc.pool.Validator");
add("org.flywaydb.core.api.MigrationVersion");
add("org.flywaydb.core.api.callback.FlywayCallback");
add("org.flywaydb.core.api.resolver.MigrationResolver");
add("org.springframework.http.MediaType");