diff --git a/com.ibm.wala.core.tests/build.gradle b/com.ibm.wala.core.tests/build.gradle index 73829e9fb..515f25024 100644 --- a/com.ibm.wala.core.tests/build.gradle +++ b/com.ibm.wala.core.tests/build.gradle @@ -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