diff options
Diffstat (limited to 'feature-lifecycle/pom.xml')
-rw-r--r-- | feature-lifecycle/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/feature-lifecycle/pom.xml b/feature-lifecycle/pom.xml index 757f23b4..02b5be54 100644 --- a/feature-lifecycle/pom.xml +++ b/feature-lifecycle/pom.xml @@ -112,6 +112,10 @@ <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> + <dependency> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient_hotspot</artifactId> + </dependency> </dependencies> </project> |