From 42f363dc1209c7e4107cb9e75f59c8300c16fdda Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 26 Feb 2014 14:01:46 +0000 Subject: [PATCH] Explicitly manager javassist version Hibernate is picky about javassist, but unfortunately that library is used by other parts of our stack (Thymeleaf!?), so we need a policy for resolving the dependency transitively. I fixed it to the version in Hibernate 4.3.1 (our current best foot forward), but it will have to be updateed whenever Hibernate is. Fixes gh-402 --- spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index dc9de80786..5fb3ca92df 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -25,6 +25,7 @@ 4.0.1 2.3.2 2.3.1 + 3.18.1-GA 8.1.14.v20131031 2.3 1.2.0 @@ -287,6 +288,11 @@ hsqldb ${hsqldb.version} + + org.javassist + javassist + ${javassist.version} + org.liquibase liquibase-core