15 lines
329 B
Groovy
15 lines
329 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
apply from: IDE_GRADLE
|
|
|
|
description = "Spring Session for Pivotal GemFire"
|
|
|
|
dependencies {
|
|
|
|
compile(project(':spring-session-data-geode')) {
|
|
exclude group: "org.springframework.data", module: "spring-data-geode"
|
|
}
|
|
|
|
compile "org.springframework.data:spring-data-gemfire"
|
|
|
|
}
|