From d108bf58bf7480c251c411208b10030617e9b6cd Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 24 Apr 2017 19:40:22 -0500 Subject: [PATCH] Remove commons-logging Issue: gh-4308 --- core/spring-security-core.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/core/spring-security-core.gradle b/core/spring-security-core.gradle index 593fe43c8e..8483dd21c0 100644 --- a/core/spring-security-core.gradle +++ b/core/spring-security-core.gradle @@ -12,7 +12,6 @@ configurations { dependencies { compile 'aopalliance:aopalliance' - compile 'commons-logging:commons-logging' compile 'org.springframework:spring-aop' compile 'org.springframework:spring-beans' compile 'org.springframework:spring-context'