From e7154b9ac72dd7783fb9960088675341c97d241e Mon Sep 17 00:00:00 2001 From: Sungho Lee Date: Sat, 16 Dec 2017 10:57:33 +0900 Subject: [PATCH] change hamcrest library version of core.tests --- com.ibm.wala.core.tests/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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