diff --git a/build.gradle b/build.gradle index 1306fc44..be49100a 100644 --- a/build.gradle +++ b/build.gradle @@ -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") {