aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
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-api/build.gradle
parent3fc85c266cb30af2898b0d9ba99c2a8577237a41 (diff)
common configuration for tests
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r--juick-api/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index 234ec006..c160da96 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -19,11 +19,12 @@ dependencies {
compile 'net.coobird:thumbnailator:0.4.8'
providedRuntime 'mysql:mysql-connector-java:5.1.40'
- testCompile "junit:junit:4.12"
- testCompile "org.hamcrest:hamcrest-all:1.3"
+ 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 "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}"
+
testRuntime 'com.jayway.jsonpath:json-path:2.2.0'
}