fix dep on hamcrest for memcached plugin

This commit is contained in:
kimchy 2010-07-22 21:13:47 +03:00
parent c1ab9f290f
commit 09bbf11605
1 changed files with 1 additions and 0 deletions

View File

@ -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'
}