This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch log4j2
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 398216d9a6705ec32ce19b686798fe8a0e6e0773
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 16 16:39:49 2023 +0100

    CAMEL-18932: Upgrade to slf4j v2 and adjust log4j2
---
 components/camel-freemarker/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-freemarker/pom.xml 
b/components/camel-freemarker/pom.xml
index 7f57cdecee8..246c240f51b 100644
--- a/components/camel-freemarker/pom.xml
+++ b/components/camel-freemarker/pom.xml
@@ -63,6 +63,11 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j2-impl</artifactId>

Reply via email to