aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorThomas <>2022-11-17 16:49:19 +0100
committerThomas <>2022-11-17 16:49:19 +0100
commitd47259c0a865cf6ea82459b0b15242996825d745 (patch)
tree2ad8f2289428278aa2cfeef2babe55c85c44d6c3 /modules
parentaacc2545abb12328a09cef2cf20ca80a61374836 (diff)
downloadNational_eIDAS_Gateway-d47259c0a865cf6ea82459b0b15242996825d745.tar.gz
National_eIDAS_Gateway-d47259c0a865cf6ea82459b0b15242996825d745.tar.bz2
National_eIDAS_Gateway-d47259c0a865cf6ea82459b0b15242996825d745.zip
feat(core): add 'logback-gelf' lib to support logback appender with direkt GrayLog connections
Diffstat (limited to 'modules')
-rw-r--r--modules/core_common_webapp/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/core_common_webapp/pom.xml b/modules/core_common_webapp/pom.xml
index c8e9fe6d..a6c5eef2 100644
--- a/modules/core_common_webapp/pom.xml
+++ b/modules/core_common_webapp/pom.xml
@@ -48,6 +48,11 @@
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>de.siegmar</groupId>
+ <artifactId>logback-gelf</artifactId>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>