apply plugin: 'io.spring.convention.spring-module' apply from: MAVEN_POM_EDITOR_GRADLE description = "Spring Boot Starter for Apache Geode" dependencies { compile "org.springframework.boot:spring-boot-starter" compile project(':spring-geode') compile project(':spring-geode-autoconfigure') runtime 'org.springframework.shell:spring-shell' }