Files
spring-boot-data-geode/spring-geode-starter-test/spring-geode-starter-test.gradle

14 lines
329 B
Groovy

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