aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0436bf3..acfa577 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>