aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-spring-www/build.gradle')
-rw-r--r--juick-spring-www/build.gradle3
1 files changed, 2 insertions, 1 deletions
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"