From f95ee7abc07da0ce33bc8493d75fc8793b929d11 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 2 May 2014 10:51:16 +0100 Subject: [PATCH] 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 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 3f7fed899db..c548cb82a18 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -74,7 +74,7 @@ 1.2.0 1.2 4.11 - 3.1.1 + 3.0.8 1.2.17 1.1.2 1.9.5