aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-12-19 22:53:53 +0300
committerGravatar Vitaly Takmazov2016-12-19 22:53:53 +0300
commite8552c9b162daa5cf4e651330e278dee4ea5198f (patch)
treed57e3dddda8ff37dbbca2f550fc4153a1e6c8123 /build.gradle
parent8fdbb5188d38a3f3420c5018281f3fd0259203e1 (diff)
fix protocol tests
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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"
}