Remove spring-gemfire-* modules.

Remove spring-gemfire-starter module.

Remove spring-gemfire-starter-actuator module.

Remove spring-gemfire-starter-logging module.

Remove spring-gemfire-starter-session module.

Remove spring-gemfire-starter-test module.

There are no longer any standalone releases of VMware Tanzue GemFire based on Apache Geode 1.13.0.
This commit is contained in:
John Blum
2020-09-17 20:32:21 -07:00
parent c2edd45b10
commit 75dc534564
5 changed files with 0 additions and 72 deletions

View File

@@ -1,14 +0,0 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Actuator Starter for Pivotal GemFire"
dependencies {
compile project(":spring-gemfire-starter")
compile(project(":spring-geode-actuator-autoconfigure")) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
}

View File

@@ -1,10 +0,0 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Logging Starter for Pivotal GemFire with Logback as the logging provider and adaptation of Log4j to SLF4J"
dependencies {
compile project(":spring-geode-starter-logging")
}

View File

@@ -1,14 +0,0 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Starter for Spring Session using Pivotal GemFire"
dependencies {
compile project(':spring-gemfire-starter')
compile('org.springframework.session:spring-session-data-gemfire') {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
}

View File

@@ -1,17 +0,0 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Test Starter for Pivotal GemFire"
dependencies {
compile project(':spring-gemfire-starter')
compile "org.springframework.boot:spring-boot-starter-test"
compile("org.springframework.data:spring-data-gemfire-test:$springDataGeodeTestVersion") {
exclude group: "javax.servlet", module: "javax.servlet-api"
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
}

View File

@@ -1,17 +0,0 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Boot Starter for Pivotal GemFire"
dependencies {
compile(project(':spring-geode-starter')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile("org.springframework.data:spring-data-gemfire") {
exclude group: "javax.servlet", module: "javax.servlet-api"
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
}