Fix ClassCastException in TilesConfigurer

Issue: SPR-10195
This commit is contained in:
Rossen Stoyanchev
2013-01-21 11:55:31 -05:00
parent 3c1536af75
commit 8e1685caef
2 changed files with 47 additions and 32 deletions

View File

@@ -613,6 +613,9 @@ project("spring-webmvc-tiles3") {
optional("org.apache.tiles:tiles-jsp:3.0.1") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
optional("org.apache.tiles:tiles-extras:3.0.1") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
optional("org.apache.tiles:tiles-el:3.0.1") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}