Files
spring-test-data-geode/spring-data-gemfire-test/build.gradle
2018-08-21 19:55:10 -07:00

14 lines
310 B
Groovy

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