Files
John Blum 7607415b36 Remove apache-geode-micrometer2 module.
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.
2022-04-12 15:52:14 -07:00

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'
}