Upgraded to Tiles 3.0.3

master
Juergen Hoeller 11 years ago
parent 8b73c0affb
commit 4e24e079a8
  1. 13
      build.gradle

@ -740,21 +740,20 @@ project("spring-webmvc-tiles3") {
optional("javax.servlet.jsp:jsp-api:2.2") optional("javax.servlet.jsp:jsp-api:2.2")
optional("javax.servlet:jstl:1.2") optional("javax.servlet:jstl:1.2")
optional("javax.el:javax.el-api:2.2.4") optional("javax.el:javax.el-api:2.2.4")
optional("org.apache.tiles:tiles-request-api:1.0.1") optional("org.apache.tiles:tiles-api:3.0.3")
optional("org.apache.tiles:tiles-api:3.0.1") optional("org.apache.tiles:tiles-core:3.0.3") {
optional("org.apache.tiles:tiles-core:3.0.1") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
optional("org.apache.tiles:tiles-servlet:3.0.1") { optional("org.apache.tiles:tiles-servlet:3.0.3") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
optional("org.apache.tiles:tiles-jsp:3.0.1") { optional("org.apache.tiles:tiles-jsp:3.0.3") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
optional("org.apache.tiles:tiles-el:3.0.1") { optional("org.apache.tiles:tiles-el:3.0.3") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
} }
optional("org.apache.tiles:tiles-extras:3.0.1") { optional("org.apache.tiles:tiles-extras:3.0.3") {
exclude group: "org.slf4j", module: "jcl-over-slf4j" exclude group: "org.slf4j", module: "jcl-over-slf4j"
exclude group: "org.springframework", module: "spring-web" exclude group: "org.springframework", module: "spring-web"
} }

Loading…
Cancel
Save