aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-12-06 21:19:47 +0700
committerGravatar Vitaly Takmazov2016-12-07 22:37:16 +0300
commit49f904b450ec693e3e968072480dab13be7abcf8 (patch)
tree43d3063b572aac4babfed5528c9d21696fbeb870 /juick-xmpp
parent3fc85c266cb30af2898b0d9ba99c2a8577237a41 (diff)
common configuration for tests
Diffstat (limited to 'juick-xmpp')
-rw-r--r--juick-xmpp/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle
index 808166b6..37f3ea1d 100644
--- a/juick-xmpp/build.gradle
+++ b/juick-xmpp/build.gradle
@@ -17,6 +17,10 @@ dependencies {
compile 'com.mitchellbosecke:pebble-spring4:2.3.0'
compile 'net.jodah:failsafe:1.0.0'
providedRuntime 'mysql:mysql-connector-java:5.1.40'
+
+ testCompile "junit:junit:${rootProject.junitVersion}"
+ testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"
+ testCompile "org.mockito:mockito-core:1.+"
}
compileJava.options.encoding = 'UTF-8'