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 15:32:04 UTC

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

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 1764064684f (chores) camel-couchdb: fix test log output to stdout (#10983)
1764064684f is described below

commit 1764064684fb94ed98b13d57e81174c02c36d50d
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Thu Aug 3 17:31:58 2023 +0200

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

diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml
index 4f16b8989cf..8bea6cd8a0c 100644
--- a/components/camel-couchdb/pom.xml
+++ b/components/camel-couchdb/pom.xml
@@ -69,6 +69,12 @@
             <version>${mockito-version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <version>${slf4j-version}</version>
+            <scope>test</scope>
+        </dependency>
 
         <!-- test infra -->
         <dependency>