Skip to content

Commit 9b9f371

Browse files
committed
JRuby script template tests run against JRuby 9.1.2.0 now
Issue: SPR-14429
1 parent b5db5d3 commit 9b9f371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -794,9 +794,10 @@ project("spring-webmvc") {
794794
testCompile("commons-io:commons-io:1.3")
795795
testCompile("joda-time:joda-time:${jodaVersion}")
796796
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
797-
testCompile("org.python:jython-standalone:2.5.3")
798797
testCompile("org.mozilla:rhino:1.7.7.1")
799-
testCompile("org.webjars:underscorejs:1.8.3")
798+
testRuntime("org.jruby:jruby:9.1.2.0")
799+
testRuntime("org.python:jython-standalone:2.5.3")
800+
testRuntime("org.webjars:underscorejs:1.8.3")
800801
}
801802
}
802803

@@ -901,7 +902,6 @@ project("spring-test") {
901902
testCompile("org.apache.httpcomponents:httpclient:${httpclientVersion}")
902903
testCompile("javax.cache:cache-api:1.0.0")
903904
testRuntime("org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}")
904-
905905
testRuntime("org.ehcache:ehcache:${ehcache3Version}")
906906
testRuntime("org.terracotta:management-model:2.0.0")
907907
}

0 commit comments

Comments
 (0)