Downgrade Liquibase to 3.0.8
There are some issues with 3.1.1. Performance is one (according to JIRA https://liquibase.jira.com/browse/CORE-1706), but the biggest is that there is a package change for the main ChangeLogHistoryService provider and it's package (liquibase.channgelog) is not included in the service locator scan by default. For some reason this only manifests itself when using the SpringPackageScanClassResolver. Fixes gh-687
This commit is contained in:
parent
799f9edb0b
commit
f95ee7abc0
|
@ -74,7 +74,7 @@
|
|||
<jolokia.version>1.2.0</jolokia.version>
|
||||
<jstl.version>1.2</jstl.version>
|
||||
<junit.version>4.11</junit.version>
|
||||
<liquibase.version>3.1.1</liquibase.version>
|
||||
<liquibase.version>3.0.8</liquibase.version>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<logback.version>1.1.2</logback.version>
|
||||
<mockito.version>1.9.5</mockito.version>
|
||||
|
|
Loading…
Reference in New Issue