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