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

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

commit 60a69fa5c0845a24e4e30c6b55b83420af52a820
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jan 17 07:27:57 2023 +0100

    CAMEL-18936 - components - Add log4j-core so logging to logfile works
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 core/camel-cloud/pom.xml    | 1 -
 core/camel-console/pom.xml  | 1 -
 core/camel-core-xml/pom.xml | 5 +++++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/camel-cloud/pom.xml b/core/camel-cloud/pom.xml
index 0adbdaa093b..c306656969b 100644
--- a/core/camel-cloud/pom.xml
+++ b/core/camel-cloud/pom.xml
@@ -78,7 +78,6 @@
             <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>test</scope>
         </dependency>
-
     </dependencies>
 
 </project>
diff --git a/core/camel-console/pom.xml b/core/camel-console/pom.xml
index da0c6e1c4d4..d9f0941d8a4 100644
--- a/core/camel-console/pom.xml
+++ b/core/camel-console/pom.xml
@@ -84,7 +84,6 @@
             <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>test</scope>
         </dependency>
-
     </dependencies>
 
 </project>
diff --git a/core/camel-core-xml/pom.xml b/core/camel-core-xml/pom.xml
index 06a4b57acee..bce85705760 100644
--- a/core/camel-core-xml/pom.xml
+++ b/core/camel-core-xml/pom.xml
@@ -71,6 +71,11 @@
             <artifactId>log4j-slf4j2-impl</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-core</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>

Reply via email to