summaryrefslogtreecommitdiffstats
path: root/aai-traversal/pom.xml
diff options
context:
space:
mode:
authorleila <leila.nishimwe@bell.ca>2022-11-09 09:47:42 -0500
committerWilliam Reehil <william.reehil@att.com>2022-11-09 15:57:09 +0000
commit6609b538431496f04ece98add8a376ba18c913f5 (patch)
tree1625b1d00a1267067bdb103ef2559d2ca0529014 /aai-traversal/pom.xml
parent58a2ea8b93bee14d41f190247d6709074f8027dd (diff)
AAI traversal logging structure enhancement
logging structure enhancement for logback and localhost xml files Issue-ID: AAI-3584 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Iff2ff3f3faefb935780ead2d6c1b1f98f406f486 (cherry picked from commit 4dd115633585e996116dd3482691cdb7cedfdcd7)
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r--aai-traversal/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index 0b06d7a..9c9711b 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -446,6 +446,15 @@
<artifactId>logback-access</artifactId>
</dependency>
<dependency>
+ <groupId>net.logstash.logback</groupId>
+ <artifactId>logstash-logback-encoder</artifactId>
+ <version>6.6</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-junit</artifactId>
</dependency>