You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/06 07:52:52 UTC

[camel] 06/09: Add missing logger dependencies

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

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

commit 50649be73806b0e566f16b407d6ac5dde1de03c1
Author: Marc Giger <gi...@apache.org>
AuthorDate: Fri Aug 30 14:20:51 2019 +0200

    Add missing logger dependencies
---
 components/camel-xj/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/components/camel-xj/pom.xml b/components/camel-xj/pom.xml
index 9c7d2e7..864bd02 100644
--- a/components/camel-xj/pom.xml
+++ b/components/camel-xj/pom.xml
@@ -66,5 +66,20 @@
             <version>${xmlunit-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <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-slf4j-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>