aboutsummaryrefslogtreecommitdiffstats
path: root/sli/common/pom.xml
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2020-04-24 18:53:31 +0000
committerKevin Smokowski <kevin.smokowski@att.com>2020-04-27 14:59:20 +0000
commit180d84761326fae9c222211d09b4f7496a40f974 (patch)
tree70aa102670db9a5ca200f30fe2e8c1eddde7acc3 /sli/common/pom.xml
parent23e4b15ad336693da3d2536ecdd96dff037059d7 (diff)
metric logger change
fix elapsed time in metric logger Issue-ID: CCSDK-2337 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I81c27bbead8614e2927aa9eddef3621559eb7cc0
Diffstat (limited to 'sli/common/pom.xml')
-rwxr-xr-xsli/common/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sli/common/pom.xml b/sli/common/pom.xml
index 5fb0b5ff..16efd0e5 100755
--- a/sli/common/pom.xml
+++ b/sli/common/pom.xml
@@ -60,6 +60,17 @@
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-slf4j</artifactId>
</dependency>
+ <!-- log4j dependencies are needed to test MDC in junit tests -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-core</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>