Latest dependency updates (POI 3.17, Rome 1.8, EhCache 3.4, Caffeine 2.5.6, RxJava 2.1.4, Tomcat 8.5.21, JRuby 9.1.13, Rhino 1.7.7.2)

This commit is contained in:
Juergen Hoeller
2017-09-23 11:28:19 +02:00
parent d742fc198a
commit 9190b76ab9
26 changed files with 70 additions and 71 deletions

View File

@@ -71,7 +71,7 @@ dependencies {
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
testCompile("com.thoughtworks.xstream:xstream:1.4.10")
testCompile("com.rometools:rome:1.7.4")
testCompile("com.rometools:rome:1.8.0")
testCompile("org.apache.tiles:tiles-api:${tiles3Version}")
testCompile("org.apache.tiles:tiles-core:${tiles3Version}") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
@@ -126,4 +126,4 @@ task aggregateTestReports(type: TestReport) {
reportOn test, testNG
}
check.dependsOn aggregateTestReports
check.dependsOn aggregateTestReports