From 2e9378ddcaffd6a42f2ba30a74d34ecda7fdcffa Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 6 Jun 2017 17:38:53 -0700 Subject: [PATCH] Apply io.spring.convention.integration-test Gradle Plugin. --- spring-session-data-geode/spring-session-data-geode.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-session-data-geode/spring-session-data-geode.gradle b/spring-session-data-geode/spring-session-data-geode.gradle index 97df8f3..ec1356c 100644 --- a/spring-session-data-geode/spring-session-data-geode.gradle +++ b/spring-session-data-geode/spring-session-data-geode.gradle @@ -1,4 +1,5 @@ apply plugin: 'io.spring.convention.spring-module' +apply plugin: 'io.spring.convention.integration-test' description = "Spring Session Data Geode" @@ -14,10 +15,10 @@ dependencies { provided "javax.servlet:javax.servlet-api" + testCompile "org.assertj:assertj-core:$assertjVersion" testCompile "junit:junit:$junitVersion" - testCompile "org.assertj:assertj-core" - testCompile "org.mockito:mockito-core" - testCompile "edu.umd.cs.mtc:multithreadedtc" + testCompile "org.mockito:mockito-core:$mockitoVersion" + testCompile "edu.umd.cs.mtc:multithreadedtc:$multithreadedtcVersion" testCompile "org.springframework:spring-test" testCompile "org.springframework:spring-web" testCompile "org.springframework.security:spring-security-test"