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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user