update build files to reference hamcrest as well
This commit is contained in:
parent
4b85407f5e
commit
1749775414
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue