aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-03-15 23:24:13 +0300
committerGravatar Vitaly Takmazov2018-03-15 23:24:13 +0300
commitef9bb70fa1fe3744e971837eb78c6c004cd1e989 (patch)
treecee55dfcdcf9daf29c4835b200e1277a5d90b101 /juick-notifications
parent55ec9f370d76a76aa33e290a093995d576e70bdb (diff)
boot: simplify test configuration
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index a8596755..688111a6 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -7,10 +7,7 @@ dependencies {
compile project(':juick-server-web')
compile 'com.ganyo:gcm-server:1.1.0'
compile 'com.turo:pushy:0.12.0'
-
- testCompile "junit:junit:${rootProject.junitVersion}"
- testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"
- testCompile "org.mockito:mockito-core:${rootProject.mockitoVersion}"
+ testCompile("org.springframework.boot:spring-boot-starter-test")
}
compileJava.options.encoding = 'UTF-8'