From 49f904b450ec693e3e968072480dab13be7abcf8 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Tue, 6 Dec 2016 21:19:47 +0700 Subject: common configuration for tests --- juick-xmpp/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'juick-xmpp') 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' -- cgit v1.2.3