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

13 lines
281 B
Groovy

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