Skip to content

Commit

Permalink
Upgraded to Tiles 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Mar 24, 2014
1 parent 8b73c0a commit 4e24e07
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -740,21 +740,20 @@ project("spring-webmvc-tiles3") {
optional("javax.servlet.jsp:jsp-api:2.2")
optional("javax.servlet:jstl:1.2")
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.1")
optional("org.apache.tiles:tiles-core:3.0.1") {
optional("org.apache.tiles:tiles-api:3.0.3")
optional("org.apache.tiles:tiles-core:3.0.3") {
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"
}
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"
}
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"
}
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.springframework", module: "spring-web"
}
Expand Down

0 comments on commit 4e24e07

Please sign in to comment.