From 1749775414886a8097cf9cb006bbd30126d8009f Mon Sep 17 00:00:00 2001 From: kimchy Date: Sun, 30 May 2010 23:26:17 +0300 Subject: [PATCH] update build files to reference hamcrest as well --- plugins/cloud/build.gradle | 1 + plugins/hadoop/build.gradle | 1 + 2 files changed, 2 insertions(+) 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 {