aboutsummaryrefslogtreecommitdiffstats
path: root/reception/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'reception/pom.xml')
-rw-r--r--reception/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/reception/pom.xml b/reception/pom.xml
index e14e115e..519210e5 100644
--- a/reception/pom.xml
+++ b/reception/pom.xml
@@ -2,6 +2,7 @@
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
Modifications Copyright (C) 2022 Bell Canada. All rights reserved.
+ Modifications Copyright (C) 2024 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -56,5 +57,15 @@
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_servlet_jakarta</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_hotspot</artifactId>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
</project>