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