diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-10-28 17:04:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-28 17:04:23 +0000 |
commit | 68b7d0df04387b709ed5a403a5a9f240b6dbffba (patch) | |
tree | a32bbb7b6e9845fa01ea5fc2cd69eaf1593f5439 /ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | |
parent | e4eb1fc26edd78b62e9e05d00dc5fec44b2be534 (diff) | |
parent | 3d97f873d014bd39dc743dd4d5b76c998123b65f (diff) |
Merge "Blueprints Processor Metrics"
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index f136af379..706dd458a 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -81,5 +81,10 @@ </exclusion> </exclusions> </dependency> + + <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-core</artifactId> + </dependency> </dependencies> </project> |