diff --git a/build.gradle b/build.gradle index 8b5eeba..6600618 100644 --- a/build.gradle +++ b/build.gradle @@ -89,6 +89,9 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-cache' implementation 'org.apache.commons:commons-lang3:3.12.0' + implementation "org.springframework.boot:spring-boot-starter-actuator" + runtimeOnly "io.micrometer:micrometer-registry-prometheus" + } tasks.named('test') {