aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorleila <leila.nishimwe@bell.ca>2022-11-04 19:16:52 -0400
committerLEILA NISHIMWE <leila.nishimwe@bell.ca>2022-11-04 23:35:03 +0000
commitc0923c83ed18db3b072a775076a51dc53eeb2791 (patch)
treebf6465066c35d32456731587a64b40dd533074ca /pom.xml
parentb778fcc07e7617f7b762426d1718bf076731084e (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 02e1c80..cc0d216 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>