From 22c8f875d029c6551cfe4790b818328243da2699 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 7 Mar 2014 12:44:41 -0500 Subject: [PATCH] Switch to Tiles 3 --- booking-mvc/pom.xml | 19 +++++++++---------- .../webapp/WEB-INF/config/webmvc-config.xml | 8 ++++---- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index f41fb3f..67b4565 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -9,7 +9,7 @@ 1.0.0.BUILD-SNAPSHOT - 3.2.1.RELEASE + 3.2.8.RELEASE 3.1.3.RELEASE 2.4.0.BUILD-SNAPSHOT 1.5.10 @@ -62,14 +62,13 @@ spring-security-web ${springsecurity-version} - commons-logging commons-logging org.springframework - * + spring-aop @@ -80,7 +79,7 @@ org.springframework - * + spring-aop @@ -89,14 +88,13 @@ spring-security-config ${springsecurity-version} - commons-logging commons-logging org.springframework - * + spring-aop @@ -171,19 +169,20 @@ jstl 1.2 + org.apache.tiles tiles-jsp - 2.1.3 + 3.0.1 - - commons-logging - commons-logging-api + org.slf4j + jcl-over-slf4j + org.hibernate diff --git a/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml b/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml index 1628c08..0bbe083 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/config/webmvc-config.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc" xsi:schemaLocation=" - http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> + http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd"> @@ -25,11 +25,11 @@ - + - + /WEB-INF/**/views.xml