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