diff options
Diffstat (limited to 'reception/pom.xml')
-rw-r--r-- | reception/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/reception/pom.xml b/reception/pom.xml index c8be1dd3..4fb67fbb 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2022 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -50,5 +51,9 @@ <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> + <dependency> + <groupId>io.prometheus</groupId> + <artifactId>simpleclient</artifactId> + </dependency> </dependencies> </project> |