diff options
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-x | cps-application/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 1ea5d330d0..9ce0006ce1 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -66,6 +66,10 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + </dependency> + <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-sleuth</artifactId> </dependency> |