aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-08-03 11:19:40 +0100
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-08-03 11:19:40 +0100
commit8169b24cac135fcaf731bb8014d0115362fda6d5 (patch)
treeedd83e76d41c3e0f4d44686e433b317c45dfbe12 /pom.xml
parent704b80f4948499e0d6ff1c537825ed08fff6227f (diff)
Add Spring Boot Actuator
Issue-ID: CPS-522 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I6bdb29dec63c409d18e84bebc51eeef5c34e1412
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ff2cbb7..c11087d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,14 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.vladmihalcea</groupId>
<artifactId>hibernate-types-52</artifactId>
<version>2.10.0</version>