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:
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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")
|
||||
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user