summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2022-03-08 19:53:09 -0600
committerAjith Sreekumar <ajith.sreekumar@bell.ca>2022-03-10 10:07:52 +0000
commit04a06dc1f8e393fe4c3dcde88c6d184cc3cd743f (patch)
treee2a9cf2bf078abb1662e1b4c75d063282fc11e1a /integration
parent6baff605453ec933e1805aae6f99a40914c3f2a8 (diff)
add simpleclient_logback to dependency management
Issue-ID: POLICY-3984 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I6e750a621e9fa079ca45f5460ac42a0b29106830
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index c3e75013..b05d2ddd 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -225,6 +225,11 @@
<artifactId>simpleclient_servlet</artifactId>
<version>${version.io.prometheus}</version>
</dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_logback</artifactId>
+ <version>${version.io.prometheus}</version>
+ </dependency>
<!-- Swagger Jersey2 JAXRS -->
<dependency>