From 1f309e157b12fbc2e2dbdad6c6a89b5b05cb447e Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 17 Nov 2021 12:54:05 -0800 Subject: [PATCH] Add Spring Test for Apache Geode (STDG) to the set of testDependencies Gradle build extension in the DependencySet Gradle Plugin. --- .../io/spring/gradle/convention/DependencySetPlugin.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy index a23748f..8b54532 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy @@ -13,7 +13,7 @@ * License for the specific language governing permissions and limitations under * the License. */ -package io.spring.gradle.convention; +package io.spring.gradle.convention import org.gradle.api.Plugin import org.gradle.api.Project @@ -59,6 +59,7 @@ class DependencySetPlugin implements Plugin { "org.mockito:mockito-core", "org.projectlombok:lombok", "org.springframework:spring-test", + "org.springframework.data:spring-data-geode-test", "edu.umd.cs.mtc:multithreadedtc" ]