diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -435,6 +435,15 @@ <groupId>ch.qos.logback</groupId> <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> <!-- End of Logback Dependencies --> <dependency> <groupId>com.google.guava</groupId> |