From 499e4e89cb68c99547df5632df358847b62ccc3f Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Thu, 9 Aug 2018 17:14:09 +0200 Subject: Fix logback.xml location The logback.xml location was not working, it was not possible to specify an external logback.xml file. Now it works from application.properties Issue-ID: CLAMP-179 Change-Id: I87c9be70561fc0897b5c6499a431f7cd788c1867 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b7d8fb24..026eb5cb 100644 --- a/pom.xml +++ b/pom.xml @@ -224,6 +224,11 @@ eelf-core ${eelf.core.version} + + org.codehaus.janino + janino + 3.0.8 + org.apache.tomcat.embed tomcat-embed-core -- cgit 1.2.3-korg