@@ -94,7 +94,7 @@ configure(allprojects) { project ->
94
94
" http://aopalliance.sourceforge.net/doc/" ,
95
95
" http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/" ,
96
96
" http://ehcache.org/apidocs/" ,
97
- " http://quartz-scheduler.org/api/2.1.7 /" ,
97
+ " http://quartz-scheduler.org/api/2.2.0 /" ,
98
98
" http://jackson.codehaus.org/1.9.4/javadoc/" ,
99
99
" http://fasterxml.github.com/jackson-core/javadoc/2.3.0/" ,
100
100
" http://fasterxml.github.com/jackson-databind/javadoc/2.3.0/" ,
@@ -632,20 +632,20 @@ project("spring-webmvc-tiles3") {
632
632
optional(" javax.servlet.jsp:jsp-api:2.1" )
633
633
optional(" javax.servlet:jstl:1.2" )
634
634
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 " ) {
637
637
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
638
638
}
639
- optional(" org.apache.tiles:tiles-servlet:3.0.3 " ) {
639
+ optional(" org.apache.tiles:tiles-servlet:3.0.4 " ) {
640
640
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
641
641
}
642
- optional(" org.apache.tiles:tiles-jsp:3.0.3 " ) {
642
+ optional(" org.apache.tiles:tiles-jsp:3.0.4 " ) {
643
643
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
644
644
}
645
- optional(" org.apache.tiles:tiles-el:3.0.3 " ) {
645
+ optional(" org.apache.tiles:tiles-el:3.0.4 " ) {
646
646
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
647
647
}
648
- optional(" org.apache.tiles:tiles-extras:3.0.3 " ) {
648
+ optional(" org.apache.tiles:tiles-extras:3.0.4 " ) {
649
649
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
650
650
exclude group : " org.springframework" , module : " spring-web"
651
651
}
@@ -743,11 +743,11 @@ project("spring-test-mvc") {
743
743
testCompile(" org.codehaus.jackson:jackson-mapper-asl:1.7.9" )
744
744
testCompile(" com.fasterxml.jackson.core:jackson-databind:2.0.6" )
745
745
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 " ) {
748
748
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
749
749
}
750
- testCompile(" org.apache.tiles:tiles-servlet:3.0.3 " ) {
750
+ testCompile(" org.apache.tiles:tiles-servlet:3.0.4 " ) {
751
751
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
752
752
}
753
753
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
0 commit comments