diff options
author | leila <leila.nishimwe@bell.ca> | 2022-11-04 19:16:52 -0400 |
---|---|---|
committer | LEILA NISHIMWE <leila.nishimwe@bell.ca> | 2022-11-04 23:35:03 +0000 |
commit | c0923c83ed18db3b072a775076a51dc53eeb2791 (patch) | |
tree | bf6465066c35d32456731587a64b40dd533074ca /pom.xml | |
parent | b778fcc07e7617f7b762426d1718bf076731084e (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-x | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |