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