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