From ec57c3d92a42f1c752f8fdf98fa54a4c8121ddc8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 24 Apr 2017 15:26:35 -0700 Subject: [PATCH] Exclude commons-logging from Spring Security Excluded the commons-logging dependency pulled in by Spring Security until they can provide a fix. See gh-8985 --- spring-boot-dependencies/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index ca68ff76e92..889dd6003ec 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -2214,6 +2214,17 @@ import pom + + org.springframework.security + spring-security-core + ${spring-security.version} + + + commons-logging + commons-logging + + + org.springframework.security spring-security-jwt