aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
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'