Cleanup Gradle build files.

Remove commented out configuration.

Remove 'org.springframework.geode:spring-geode-starter-logging' module from the runtiem classpath in the Multi-Site Caching Sample.
This commit is contained in:
John Blum
2020-12-11 13:12:16 -08:00
parent 05e5a75037
commit 52d873cac1
2 changed files with 0 additions and 5 deletions

View File

@@ -14,8 +14,6 @@ dependencies {
compile "org.projectlombok:lombok"
compile "org.springframework.boot:spring-boot-starter-web"
runtime project(":spring-geode-starter-logging")
testCompile project(":spring-geode-starter-test")
testCompile "org.springframework.boot:spring-boot-starter-test"

View File

@@ -12,9 +12,6 @@ dependencies {
compile project(":spring-geode-starter")
// TODO Remove when https://github.com/cloudfoundry/java-buildpack-metric-writer/issues/6 is resolved!
// compile project(":spring-geode-starter-actuator")
compile "org.assertj:assertj-core"
compile "org.projectlombok:lombok"
compile "org.springframework.boot:spring-boot-starter-web"