From efb600166a1f20ea449d644b481830a6278d12e8 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 28 May 2010 12:21:21 +0100 Subject: [PATCH] SEC-1488: Remove commons-logging dependencies from maven poms. --- aspects/pom.xml | 4 ---- config/pom.xml | 4 ---- core/pom.xml | 4 ---- ldap/pom.xml | 4 ---- pom.xml | 12 ------------ samples/contacts/pom.xml | 27 +++++++++++++++++++++++++++ samples/ldap/pom.xml | 26 ++++++++++++++++++++++++-- samples/tutorial/pom.xml | 27 +++++++++++++++++++++++++++ 8 files changed, 78 insertions(+), 30 deletions(-) diff --git a/aspects/pom.xml b/aspects/pom.xml index 7f32733385..f95e7785c4 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -11,10 +11,6 @@ spring-security-aspects Spring Security - Aspects - - commons-logging - commons-logging - org.aspectj aspectjweaver diff --git a/config/pom.xml b/config/pom.xml index 08fd67fd1a..c293e329b9 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -41,10 +41,6 @@ ${project.version} test - - commons-logging - commons-logging - org.springframework.security spring-security-ldap diff --git a/core/pom.xml b/core/pom.xml index e4ebb4ac3d..a0650bc714 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -65,10 +65,6 @@ ehcache true - - commons-logging - commons-logging - commons-collections commons-collections diff --git a/ldap/pom.xml b/ldap/pom.xml index 0ab59502db..126751e874 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -19,10 +19,6 @@ org.springframework.ldap spring-ldap-core - - commons-logging - commons-logging - ldapsdk ldapsdk diff --git a/pom.xml b/pom.xml index e33842cc2b..d80263d0f4 100644 --- a/pom.xml +++ b/pom.xml @@ -482,12 +482,6 @@ org.springframework spring-core ${spring.version} - - - commons-logging - commons-logging - - org.springframework @@ -596,12 +590,6 @@ hsqldb 1.8.0.10 - - commons-logging - commons-logging - 1.1.1 - true - javax.servlet servlet-api diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml index 258966da13..0187bb6328 100644 --- a/samples/contacts/pom.xml +++ b/samples/contacts/pom.xml @@ -30,6 +30,16 @@ spring-security-taglibs ${project.version} + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-webmvc @@ -75,6 +85,23 @@ hsqldb runtime + + org.slf4j + slf4j-api + 1.6.0 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.0 + + + org.slf4j + slf4j-log4j12 + 1.6.0 + runtime + log4j log4j diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml index 0cc0ffd9e3..8fa1fccabc 100644 --- a/samples/ldap/pom.xml +++ b/samples/ldap/pom.xml @@ -27,7 +27,13 @@ org.springframework - spring-web + spring-core + + + commons-logging + commons-logging + + org.springframework @@ -53,10 +59,26 @@ compile true + + org.slf4j + slf4j-api + 1.6.0 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.0 + org.slf4j slf4j-log4j12 - 1.5.8 + 1.6.0 + runtime + + + log4j + log4j runtime diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index aca1f0ca8d..1fcde958aa 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -25,6 +25,16 @@ spring-security-taglibs ${project.version} + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-web @@ -58,6 +68,23 @@ standard runtime + + org.slf4j + slf4j-api + 1.6.0 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.0 + + + org.slf4j + slf4j-log4j12 + 1.6.0 + runtime + log4j log4j