update build files to reference hamcrest as well

This commit is contained in:
kimchy 2010-05-30 23:26:17 +03:00
parent 4b85407f5e
commit 1749775414
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {