summaryrefslogtreecommitdiff
path: root/eaaf-springboot-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'eaaf-springboot-utils/pom.xml')
-rw-r--r--eaaf-springboot-utils/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml
index fc26e150..1208512e 100644
--- a/eaaf-springboot-utils/pom.xml
+++ b/eaaf-springboot-utils/pom.xml
@@ -60,11 +60,15 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-access</artifactId>
+ <groupId>ch.qos.logback.access</groupId>
+ <artifactId>common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>ch.qos.logback.access</groupId>
+ <artifactId>logback-access-tomcat</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<scope>provided</scope>