aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/pom.xml
diff options
context:
space:
mode:
authorWilliam Reehil <william.reehil@att.com>2022-09-22 13:54:23 +0000
committerGerrit Code Review <gerrit@onap.org>2022-09-22 13:54:23 +0000
commit7f228fa70c4cc0b54f3f510adc746b5f2dcb273f (patch)
tree989983776b4437e0d623f77006d00a3d9e658987 /aai-resources/pom.xml
parent5b383326540f84c17806831ed299c4c9234db8e1 (diff)
parent11743574aea63db6a561c2787eacb4a197ae684e (diff)
Merge "AAI-resources logging structure enhancement"
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r--aai-resources/pom.xml9
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>