fix dep on hamcrest for memcached plugin
This commit is contained in:
parent
c1ab9f290f
commit
09bbf11605
|
@ -38,6 +38,7 @@ dependencies {
|
|||
|
||||
testCompile project(':test-testng')
|
||||
testCompile('org.testng:testng:5.10:jdk15') { transitive = false }
|
||||
testCompile 'org.hamcrest:hamcrest-all:1.1'
|
||||
testCompile 'spy:memcached:2.4.2'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue