Files
spring-test-data-geode/spring-data-geode-test/build.gradle
John Blum 1195c89ad0 Rename spring-test-data-gemfire module to spring-data-gemfire-test.
Rename spring-test-data-geode module to spring-data-geode-test.
2018-06-01 18:25:30 -07:00

19 lines
430 B
Groovy

apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Test Framework for Apache Geode"
repositories {
maven { url = "https://repo.spring.io/libs-snapshot" }
}
dependencies {
compile "org.springframework.data:spring-data-geode"
compile("org.springframework.boot:spring-boot-starter-test") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
}
}