Skip to content

Commit 8fed2f0

Browse files
committed
Minor 3.2.x build polishing (including Tiles 3.0.4 upgrade)
1 parent b0f7184 commit 8fed2f0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
9494
"http://aopalliance.sourceforge.net/doc/",
9595
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
9696
"http://ehcache.org/apidocs/",
97-
"http://quartz-scheduler.org/api/2.1.7/",
97+
"http://quartz-scheduler.org/api/2.2.0/",
9898
"http://jackson.codehaus.org/1.9.4/javadoc/",
9999
"http://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
100100
"http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
@@ -632,20 +632,20 @@ project("spring-webmvc-tiles3") {
632632
optional("javax.servlet.jsp:jsp-api:2.1")
633633
optional("javax.servlet:jstl:1.2")
634634
optional("javax.el:el-api:1.0")
635-
optional("org.apache.tiles:tiles-api:3.0.3")
636-
optional("org.apache.tiles:tiles-core:3.0.3") {
635+
optional("org.apache.tiles:tiles-api:3.0.4")
636+
optional("org.apache.tiles:tiles-core:3.0.4") {
637637
exclude group: "org.slf4j", module: "jcl-over-slf4j"
638638
}
639-
optional("org.apache.tiles:tiles-servlet:3.0.3") {
639+
optional("org.apache.tiles:tiles-servlet:3.0.4") {
640640
exclude group: "org.slf4j", module: "jcl-over-slf4j"
641641
}
642-
optional("org.apache.tiles:tiles-jsp:3.0.3") {
642+
optional("org.apache.tiles:tiles-jsp:3.0.4") {
643643
exclude group: "org.slf4j", module: "jcl-over-slf4j"
644644
}
645-
optional("org.apache.tiles:tiles-el:3.0.3") {
645+
optional("org.apache.tiles:tiles-el:3.0.4") {
646646
exclude group: "org.slf4j", module: "jcl-over-slf4j"
647647
}
648-
optional("org.apache.tiles:tiles-extras:3.0.3") {
648+
optional("org.apache.tiles:tiles-extras:3.0.4") {
649649
exclude group: "org.slf4j", module: "jcl-over-slf4j"
650650
exclude group: "org.springframework", module: "spring-web"
651651
}
@@ -743,11 +743,11 @@ project("spring-test-mvc") {
743743
testCompile("org.codehaus.jackson:jackson-mapper-asl:1.7.9")
744744
testCompile("com.fasterxml.jackson.core:jackson-databind:2.0.6")
745745
testCompile("rome:rome:1.0")
746-
testCompile("org.apache.tiles:tiles-api:3.0.3")
747-
testCompile("org.apache.tiles:tiles-core:3.0.3") {
746+
testCompile("org.apache.tiles:tiles-api:3.0.4")
747+
testCompile("org.apache.tiles:tiles-core:3.0.4") {
748748
exclude group: "org.slf4j", module: "jcl-over-slf4j"
749749
}
750-
testCompile("org.apache.tiles:tiles-servlet:3.0.3") {
750+
testCompile("org.apache.tiles:tiles-servlet:3.0.4") {
751751
exclude group: "org.slf4j", module: "jcl-over-slf4j"
752752
}
753753
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")

0 commit comments

Comments
 (0)