From 1348acf3e3faa6fe325de9abcad5b1c46e15e3d7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Jul 2015 16:37:50 +0200 Subject: [PATCH] Exclude freemarker from hazelcast Hazelcast introduced a regression in their dependency management as of 3.5 which brings freemarker. This has unfortunate side effect in a Spring Boot application since the freemarker auto-configuration kicks in for no apparent reason when hazelcast is used. An exclusion has been applied until the issue is fixed in hazelcast. Closes gh-3418 --- 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 a21de8807a..6c1ab09a35 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -564,6 +564,12 @@ com.hazelcast hazelcast ${hazelcast.version} + + + org.freemarker + freemarker + + com.hazelcast