From ef9bb70fa1fe3744e971837eb78c6c004cd1e989 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Mar 2018 23:24:13 +0300 Subject: boot: simplify test configuration --- juick-notifications/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'juick-notifications/build.gradle') 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' -- cgit v1.2.3