Upgrade test dependencies

org.apache.myfaces.test:myfaces-test20: 1.0.0-beta -> 1.0.4
org.easymock:easymock: 2.5.2 -> 3.1
junit:junit: 3.8.2 -> 4.10

Issue: SWF-1539
This commit is contained in:
Phillip Webb
2012-11-15 12:46:55 -08:00
parent cd3d8be819
commit 2f3ba89b2c

View File

@@ -50,8 +50,9 @@ configure(subprojects) { subproject ->
configure(subprojects.findAll {it.name != 'spring-js-resources'}) { subproject ->
dependencies {
testCompile "junit:junit:3.8.2"
testCompile "org.easymock:easymock:2.5.1"
testCompile "junit:junit-dep:4.10"
testCompile "org.hamcrest:hamcrest-all:1.3"
testCompile "org.easymock:easymock:3.1"
}
subproject.ext {
@@ -232,7 +233,7 @@ project('spring-faces') {
exclude group: 'com.sun.jdmk', module: 'jmxtools'
exclude group: 'com.sun.jmx', module: 'jmxri'
}
testCompile "org.apache.myfaces.test:myfaces-test20:1.0.0-beta"
testCompile "org.apache.myfaces.test:myfaces-test20:1.0.4"
testCompile "org.apache.tomcat:tomcat-jasper-el:7.0.27"
testCompile "org.slf4j:jcl-over-slf4j:$slf4jVersion"
testCompile("org.slf4j:slf4j-log4j12:$slf4jVersion") {