Files
spring-boot-data-geode/spring-gemfire-starter-session/spring-gemfire-starter-session.gradle
2019-07-26 00:31:37 -07:00

13 lines
304 B
Groovy

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