change hamcrest library version of core.tests

This commit is contained in:
Sungho Lee 2017-12-16 10:57:33 +09:00 committed by Ben Liblit
parent 69f0a93fb6
commit e7154b9ac7
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ dependencies {
compile project(':com.ibm.wala.util')
compile project(':com.ibm.wala.core')
// https://mvnrepository.com/artifact/org.hamcrest/java-hamcrest
compile group: 'org.hamcrest', name: 'java-hamcrest', version: '2.0.0.0'
// https://mvnrepository.com/artifact/org.hamcrest/hamcrest-all
compile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
// https://mvnrepository.com/artifact/junit/junit
compile group: 'junit', name: 'junit', version: '4.11'
// https://mvnrepository.com/artifact/org.apache.ant/ant