diff options
author | Rommel Pawar <rommel.pawar@bell.ca> | 2022-09-21 14:43:40 -0700 |
---|---|---|
committer | Rommel Pawar <rommel.pawar@bell.ca> | 2022-09-21 14:46:39 -0700 |
commit | 11743574aea63db6a561c2787eacb4a197ae684e (patch) | |
tree | e93bd4d16c91adacc309be89dff1997d5dd5622d /aai-resources/pom.xml | |
parent | 11c5d21682b7c27cd72949a8cdf73ecabc24d018 (diff) |
AAI-resources logging structure enhancement
Issue-ID: AAI-3524
Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca>
Change-Id: I06de1942b3b215d615a7fcad1de6c6889111f912
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 056bba1..6f8d97d 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> |