diff options
author | Dan Timoney <dtimoney@att.com> | 2022-10-19 13:27:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-19 13:27:45 +0000 |
commit | def97cb71a69a8320b1e8bd3f2220978fe8fb34f (patch) | |
tree | 87a727320e2e2c8ddbcdbc83be0647d7c0b8168c /a1-policy-management/pom.xml | |
parent | 390e82aa57f6a563d274fd0e3c26ca858c5abebc (diff) | |
parent | 8eadcb635a4d3dfaa7f2ac83f4081120a62e1781 (diff) |
Merge "Metrics and statistics for A1 PMS"
Diffstat (limited to 'a1-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 170d8530..d47019b6 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -137,6 +137,14 @@ <artifactId>spring-boot-starter-actuator</artifactId> <scope>runtime</scope> </dependency> + <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + </dependency> <!--REQUIRED TO GENERATE DOCUMENTATION --> <dependency> <groupId>io.springfox</groupId> |