From 8034ae6e37301fd3e09df2c8b09ba885872a59e2 Mon Sep 17 00:00:00 2001 From: Ken Dombeck Date: Thu, 29 Sep 2016 11:39:45 -0500 Subject: [PATCH] Prevent spring-session from pulling in commons-logging Closes gh-7064 --- 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 1c4638335e8..7132bd99a0a 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2258,6 +2258,12 @@ org.springframework.session spring-session ${spring-session.version} + + + commons-logging + commons-logging + + org.springframework.session