Remove the spring-cloudcache-starter* modules.
Resolves gh-63.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
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")
|
||||
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
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'))
|
||||
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
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");
|
||||
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
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