From 0495da665ca6a78e83466d4035ac5861627502f0 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 7 Apr 2013 14:01:35 +0200 Subject: [PATCH] Polished dependency declaration. Explicitly declare spring-sop to avoid unnecessary exclusions. Excluded Commons Logging explicitly to make sure the Slf4j bridge kicks in. --- booking-mvc/pom.xml | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index 1178a3a..a323fea 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -62,6 +62,12 @@ org.springframework spring-web ${springframework-version} + + + commons-logging + commons-logging + + org.springframework @@ -78,48 +84,47 @@ spring-orm ${springframework-version} + + org.springframework + spring-aop + ${springframework-version} + org.springframework.webflow spring-webflow ${webflow-version} + + + commons-logging + commons-logging + + org.springframework.webflow spring-js ${webflow-version} + + + commons-logging + commons-logging + + org.springframework.security spring-security-web ${springsecurity-version} - - - org.springframework - spring-aop - - org.springframework.security spring-security-taglibs ${springsecurity-version} - - - org.springframework - spring-aop - - org.springframework.security spring-security-config - ${springsecurity-version} - - - org.springframework - spring-aop - - + ${springsecurity-version}