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"