From e8552c9b162daa5cf4e651330e278dee4ea5198f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 19 Dec 2016 22:53:53 +0300 Subject: fix protocol tests --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 02b010ad..0b4e3ca4 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { testCompile "org.slf4j:slf4j-api:${slf4jVersion}" testCompile "junit:junit:${junitVersion}" testCompile "org.hamcrest:hamcrest-all:${hamcrestVersion}" - + testCompile "org.mockito:mockito-core:1.+" testRuntime "mysql:mysql-connector-java:5.1.40" } -- cgit v1.2.3