Remove TODO in FlywayAutoConfiguration
Now tracked by gh-4995
This commit is contained in:
parent
58ebfdcbd3
commit
af36bf6864
|
|
@ -115,9 +115,7 @@ public class FlywayAutoConfiguration {
|
|||
else {
|
||||
flyway.setDataSource(this.dataSource);
|
||||
}
|
||||
// TODO: remove this line once SPR-13749 is fixed
|
||||
flyway.setLocations(this.properties.getLocations().toArray(new String[0]));
|
||||
|
||||
return flyway;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue