diff options
author | leila <leila.nishimwe@bell.ca> | 2022-11-04 19:16:52 -0400 |
---|---|---|
committer | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-21 11:18:09 -0500 |
commit | 0b795544c7504fca8525f5aad6d69881d47df3e4 (patch) | |
tree | 3e6820c76bb855d993388a3267a6378ee3a0f4bd /pom.xml | |
parent | c031c4e53c61b9e90765423654027213ac3c1820 (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> |