Add the spring-session-data-gemfire Spring-Gradle module.

This commit is contained in:
John Blum
2017-06-07 21:55:04 -07:00
parent 5b8cc1b5d6
commit 2d0cbd2b5d

View File

@@ -0,0 +1,15 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Session Data GemFire"
dependencies {
compile(project(':spring-session-data-geode')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile "org.springframework.data:spring-data-gemfire"
}