From 890554e8d6425156df43ea2f352004dc9ef25cc8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 19 Jun 2015 14:00:29 -0700 Subject: [PATCH] Exclude commons-logging from infinispan-spring4 Update `spring-boot-dependencies` to exclude `commons-logging` from `infinispan-spring4`. The version pulled in was very old and included a transitive dependency to `servlet-api` 2.4. Fixes gh-3291 --- 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 f7e1cda6932..e9a064f2152 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1460,6 +1460,12 @@ org.infinispan infinispan-spring4 ${infinispan.version} + + + commons-logging + commons-logging + + org.json