diff options
author | Rommel Pawar <rommel.pawar@bell.ca> | 2022-09-21 14:43:40 -0700 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2022-11-08 19:10:55 +0000 |
commit | 159464bbcd9ac0d3642031138403f877d17b42d6 (patch) | |
tree | ac915890114da0131f70937159b74b1a5612595c /aai-resources/pom.xml | |
parent | 0f1bb7144ac57dd7cf8ca6a29f414cf82f0a8669 (diff) |
AAI-resources logging structure enhancement
Issue-ID: AAI-3524
Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca>
Change-Id: I06de1942b3b215d615a7fcad1de6c6889111f912
(cherry picked from commit 11743574aea63db6a561c2787eacb4a197ae684e)
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index e7e81e7..364dc57 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -428,6 +428,15 @@ <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> + <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-junit</artifactId> </dependency> |