From e7a67ba2a8fa8810f44ddc82e3189bbc8e54f849 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 8 May 2013 13:37:23 -0700 Subject: [PATCH] Use commons-logging for bootstrap dependencies Update main bootstrap modules to use Apache commons-logging rather than SLF4J. --- pom.xml | 6 ------ spring-bootstrap/pom.xml | 10 ---------- 2 files changed, 16 deletions(-) diff --git a/pom.xml b/pom.xml index 7a81a372c7..f3f182a351 100644 --- a/pom.xml +++ b/pom.xml @@ -459,12 +459,6 @@ org.springframework spring-core ${spring.version} - - - commons-logging - commons-logging - - org.springframework diff --git a/spring-bootstrap/pom.xml b/spring-bootstrap/pom.xml index b9010b669c..927ae0bd58 100644 --- a/spring-bootstrap/pom.xml +++ b/spring-bootstrap/pom.xml @@ -13,10 +13,6 @@ org.springframework spring-core - - org.slf4j - jcl-over-slf4j - org.springframework spring-context @@ -135,12 +131,6 @@ commons-httpclient commons-httpclient test - - - commons-logging - commons-logging - - org.apache.tomcat.embed