diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-01-12 09:06:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-12 09:06:24 +0000 |
commit | b7795b3c529dbeb04773b22bf520c4549b55fd48 (patch) | |
tree | 99f395b4becb348aaabdc41e05d6600cc7b7cd2e /model/engine-model/pom.xml | |
parent | 50a5206ef80cd293b69a24e967cf901115b46d33 (diff) | |
parent | 58eae5d260f4e41ae439b733404fd1bc7dca453b (diff) |
Merge "Prometheues metrics for APEX engine stats"
Diffstat (limited to 'model/engine-model/pom.xml')
-rw-r--r-- | model/engine-model/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/model/engine-model/pom.xml b/model/engine-model/pom.xml index a2a247d43..7a1b485f8 100644 --- a/model/engine-model/pom.xml +++ b/model/engine-model/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2022 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -35,6 +36,10 @@ <artifactId>policy-model</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient</artifactId> + </dependency> </dependencies> <build> @@ -62,4 +67,4 @@ </plugin> </plugins> </build> -</project> +</project>
\ No newline at end of file |