Files
spring-boot-data-geode/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle
John Blum fdcaeaff1b Rename spring-boot-starter-data-gemfire module to gemfire-spring-boot-starter.
Rename spring-boot-starter-data-geode module to geode-spring-boot-starter.
2018-02-06 16:14:30 -08:00

17 lines
328 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Boot for Pivotal GemFire"
dependencies {
compile(project(':geode-spring-boot-starter')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile "org.springframework.data:spring-data-gemfire"
}