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