aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
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-spring-www
parent3fc85c266cb30af2898b0d9ba99c2a8577237a41 (diff)
common configuration for tests
Diffstat (limited to 'juick-spring-www')
-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"