diff options
author | Thomas <> | 2024-10-23 17:37:31 +0200 |
---|---|---|
committer | Thomas <> | 2024-10-23 17:37:31 +0200 |
commit | 6f8cb7ec2adc4e91fa6a253ef937ba78d115ae00 (patch) | |
tree | 76e9f39b0727c9a0a1ad492e666b9efccd569098 /eaaf-springboot-utils | |
parent | 0e6fc5e8f0c1f21ceffbbe9f799058a647b05fef (diff) | |
download | EAAF-Components-6f8cb7ec2adc4e91fa6a253ef937ba78d115ae00.tar.gz EAAF-Components-6f8cb7ec2adc4e91fa6a253ef937ba78d115ae00.tar.bz2 EAAF-Components-6f8cb7ec2adc4e91fa6a253ef937ba78d115ae00.zip |
chore(core): update third-party libs
Diffstat (limited to 'eaaf-springboot-utils')
-rw-r--r-- | eaaf-springboot-utils/pom.xml | 8 |
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> |