Add Spring Boot Starters for Pivotal Cloud Cache.
Resolves gh-46.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Test Starter for Pivotal Cloud Cache"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-gemfire-starter-test");
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user