Switch dependencies from spring-geode-starter & spring-geode-actuator-autoconfigure to spring-geode-starter-actuator.
This commit is contained in:
@@ -4,8 +4,7 @@ description = "Spring Geode Sample demonstrating the use of Spring Boot Actuator
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
compile project(":spring-geode-starter")
|
compile project(":spring-geode-starter-actuator")
|
||||||
compile project(":spring-geode-actuator-autoconfigure")
|
|
||||||
|
|
||||||
compile ("org.springframework.boot:spring-boot-starter-web") {
|
compile ("org.springframework.boot:spring-boot-starter-web") {
|
||||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
|
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
|
||||||
|
|||||||
Reference in New Issue
Block a user