diff options
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> |