diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-09 17:14:09 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-09 17:14:09 +0200 |
commit | 499e4e89cb68c99547df5632df358847b62ccc3f (patch) | |
tree | 0861fc21c6ef79ff4b711bd3df6e9a16b3ff19d3 /pom.xml | |
parent | 22bda27545153fd0b1a8f6609867699b3ee23a75 (diff) |
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) <sd378r@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -225,6 +225,11 @@ <version>${eelf.core.version}</version> </dependency> <dependency> + <groupId>org.codehaus.janino</groupId> + <artifactId>janino</artifactId> + <version>3.0.8</version> + </dependency> + <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> <version>${tomcat.version}</version> |