diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-08-24 13:30:53 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-08-26 17:38:22 +0100 |
commit | 71c9053f4b27fd1b8f30fd358c9b465b057eaea3 (patch) | |
tree | 33c3a78385e3992426a1d2ffaca4fab8d98ee04b /participant/pom.xml | |
parent | e7beba3d152cb8df1809fbe8a644f227a441957e (diff) |
Add Prometheus counters for AC element
Issue-ID: POLICY-4327
Change-Id: I8d17da711c8ba980e7f42ac611ee9bb858dccea9
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant/pom.xml')
-rw-r--r-- | participant/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/participant/pom.xml b/participant/pom.xml index 1e692eb60..7f5a89ae1 100644 --- a/participant/pom.xml +++ b/participant/pom.xml @@ -116,6 +116,11 @@ <artifactId>micrometer-registry-prometheus</artifactId> <version>${version.io.micrometer}</version> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + <version>${version.springboot}</version> + </dependency> </dependencies> <build> |