From be645eb31f036bb8e213dcffc37438f80431dfbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Thu, 13 Sep 2012 00:39:38 +0200 Subject: [PATCH] Refactored dependencies. * Reformatted code. Removed unnecessary exclude clauses. * Upgraded Apache Tiles dependency to version 2.2.2 --- booking-mvc/pom.xml | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index c64b0cf..dbcee35 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -27,6 +27,7 @@ + org.thymeleaf thymeleaf @@ -52,13 +53,6 @@ org.springframework spring-webmvc ${springframework-version} - - - - commons-logging - commons-logging - - org.springframework @@ -85,11 +79,6 @@ spring-security-web ${springsecurity-version} - - - commons-logging - commons-logging - org.springframework * @@ -112,11 +101,6 @@ spring-security-config ${springsecurity-version} - - - commons-logging - commons-logging - org.springframework * @@ -197,15 +181,13 @@ org.apache.tiles - tiles-jsp - 2.1.3 - - - - commons-logging - commons-logging-api - - + tiles-core + 2.2.2 + + + org.apache.tiles + tiles-api + 2.2.2