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 Actuator Starter for Pivotal Cloud Cache"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-gemfire-starter-actuator")
|
||||
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Starter for Spring Session using Pivotal Cloud Cache"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile(project(':spring-gemfire-starter-session'))
|
||||
|
||||
}
|
||||
@@ -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");
|
||||
|
||||
}
|
||||
10
spring-cloudcache-starter/spring-cloudcache-starter.gradle
Normal file
10
spring-cloudcache-starter/spring-cloudcache-starter.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply from: MAVEN_POM_EDITOR_GRADLE
|
||||
|
||||
description = "Spring Boot Starter for Pivotal Cloud Cache"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-gemfire-starter")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user