You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/08/03 16:13:36 UTC

[camel] branch main updated: (chores) camel-hdfs: fix test log output to stdout (#10986)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e8be6bc0094 (chores) camel-hdfs: fix test log output to stdout (#10986)
e8be6bc0094 is described below

commit e8be6bc00944e210869ee220213396ff64214501
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Thu Aug 3 18:13:30 2023 +0200

    (chores) camel-hdfs: fix test log output to stdout (#10986)
---
 components/camel-hdfs/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components/camel-hdfs/pom.xml b/components/camel-hdfs/pom.xml
index 12f1026ade1..4435affef8b 100644
--- a/components/camel-hdfs/pom.xml
+++ b/components/camel-hdfs/pom.xml
@@ -137,6 +137,13 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <version>${slf4j-version}</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <!-- skip tests on Windows due CAMEL-8445 -->