aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorleila <leila.nishimwe@bell.ca>2022-11-04 19:16:52 -0400
committerNiharika Sharma <niharika.sharma@amdocs.com>2022-11-21 11:18:09 -0500
commit0b795544c7504fca8525f5aad6d69881d47df3e4 (patch)
tree3e6820c76bb855d993388a3267a6378ee3a0f4bd /pom.xml
parentc031c4e53c61b9e90765423654027213ac3c1820 (diff)
AAI graphadmin logging structure enhancement
enhancement for logback and localhost xml files logging structure Issue-ID: AAI-3581 Signed-off-by: leila <leila.nishimwe@bell.ca> Change-Id: Iefdada964d352a0ff6554673eb45ef08aa0b70b1
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8ec5aa2..3c9d5f7 100755
--- a/pom.xml
+++ b/pom.xml
@@ -435,6 +435,15 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-access</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.janino</groupId>
+ <artifactId>janino</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.logstash.logback</groupId>
+ <artifactId>logstash-logback-encoder</artifactId>
+ <version>6.6</version>
+ </dependency>
<!-- End of Logback Dependencies -->
<dependency>
<groupId>com.google.guava</groupId>