aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-01-12 14:59:11 +0300
committerGravatar Vitaly Takmazov2017-01-12 14:59:11 +0300
commit0c1ef3ab4f352445df3c1ebf87fe9eac2f78df41 (patch)
tree67248eabf7ca63cdfe5beddad090a33c86b51973 /juick-api/build.gradle
parent14940bf9bf63b1ca8d7d09fde37be52c9ae94ca8 (diff)
tests refactoring
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r--juick-api/build.gradle7
1 files changed, 1 insertions, 6 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index 5202789a..64fc4d19 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -19,12 +19,7 @@ dependencies {
compile 'net.coobird:thumbnailator:0.4.8'
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.+"
- testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}"
- testCompile "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}"
-
+ testCompile project(path: ':juick-server', configuration: 'testArtifacts')
testRuntime 'com.jayway.jsonpath:json-path:2.2.0'
}