diff --git a/plugins/cloud/build.gradle b/plugins/cloud/build.gradle index 498223bfd7e..1f0a60d5312 100644 --- a/plugins/cloud/build.gradle +++ b/plugins/cloud/build.gradle @@ -62,6 +62,7 @@ dependencies { testCompile project(':test-testng') testCompile('org.testng:testng:5.10:jdk15') { transitive = false } + testCompile 'org.hamcrest:hamcrest-all:1.1' } test { diff --git a/plugins/hadoop/build.gradle b/plugins/hadoop/build.gradle index 547310fbafa..b10661958e8 100644 --- a/plugins/hadoop/build.gradle +++ b/plugins/hadoop/build.gradle @@ -36,6 +36,7 @@ dependencies { testCompile project(':test-testng') testCompile('org.testng:testng:5.10:jdk15') { transitive = false } + testCompile 'org.hamcrest:hamcrest-all:1.1' } test {