diff options
author | William Reehil <william.reehil@att.com> | 2022-09-22 13:54:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-22 13:54:23 +0000 |
commit | 7f228fa70c4cc0b54f3f510adc746b5f2dcb273f (patch) | |
tree | 989983776b4437e0d623f77006d00a3d9e658987 /aai-resources/pom.xml | |
parent | 5b383326540f84c17806831ed299c4c9234db8e1 (diff) | |
parent | 11743574aea63db6a561c2787eacb4a197ae684e (diff) |
Merge "AAI-resources logging structure enhancement"
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> |