12 lines
268 B
Groovy
12 lines
268 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
description = "Spring Boot Starter for Spring Session using Pivotal GemFire"
|
|
|
|
dependencies {
|
|
|
|
compile(project(':spring-gemfire-starter'))
|
|
|
|
compile 'org.springframework.session:spring-session-data-gemfire'
|
|
|
|
}
|