Add Spring Boot Actuator Starter module for Pivotal GemFire.
This commit is contained in:
13
spring-gemfire-starter-actuator/build.gradle
Normal file
13
spring-gemfire-starter-actuator/build.gradle
Normal file
@@ -0,0 +1,13 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
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"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user