The integration module between Apache Geode 1.14.x (based on Micrometer 1.x) and Micrometer 2.0 is not longer needed since the Micrometer team is rolling back changes to the Micrometer Binders API in 2.0 to re-include the Binders back in micrometer-core.
15 lines
307 B
Groovy
15 lines
307 B
Groovy
apply plugin: 'io.spring.convention.spring-module'
|
|
|
|
description = "Spring Boot Starter for Apache Geode"
|
|
|
|
dependencies {
|
|
|
|
api "org.springframework.boot:spring-boot-starter"
|
|
|
|
api project(':spring-geode')
|
|
api project(':spring-geode-autoconfigure')
|
|
|
|
runtimeOnly 'org.springframework.shell:spring-shell'
|
|
|
|
}
|