diff options
author | Thomas <> | 2022-11-17 16:49:19 +0100 |
---|---|---|
committer | Thomas <> | 2022-11-17 16:49:19 +0100 |
commit | d47259c0a865cf6ea82459b0b15242996825d745 (patch) | |
tree | 2ad8f2289428278aa2cfeef2babe55c85c44d6c3 /modules | |
parent | aacc2545abb12328a09cef2cf20ca80a61374836 (diff) | |
download | National_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.xml | 5 |
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> |