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-spring-www/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'juick-spring-www') diff --git a/juick-spring-www/build.gradle b/juick-spring-www/build.gradle index f4ad8595..fc81c0b3 100644 --- a/juick-spring-www/build.gradle +++ b/juick-spring-www/build.gradle @@ -31,7 +31,8 @@ dependencies { compile "org.thymeleaf.extras:thymeleaf-extras-springsecurity4:3.0.1.RELEASE" compile "nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.1.2" - testCompile "junit:junit:4.12" + testCompile "junit:junit:${rootProject.junitVersion}" + testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" testCompile "org.mockito:mockito-core:1.+" testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}" testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.2" -- cgit v1.2.3