Files
spring-test-data-geode/spring-data-gemfire-test/build.gradle
2020-11-03 10:46:24 -08:00

15 lines
351 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Test Framework for VMware Tanzu GemFire"
dependencies {
compile(project(':spring-data-geode-test')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile "org.springframework.data:spring-data-gemfire"
}