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/01/18 16:43:39 UTC

[camel] branch main updated: CAMEL-18932: fixed camel-solr tests due to sl4fj upgrade

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 5c848ec43f6 CAMEL-18932: fixed camel-solr tests due to sl4fj upgrade
5c848ec43f6 is described below

commit 5c848ec43f6eb96cd0e6cf1ea52e28cc93ff6a1c
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Jan 18 14:52:33 2023 +0100

    CAMEL-18932: fixed camel-solr tests due to sl4fj upgrade
---
 components/camel-solr/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml
index b1bb3398ac6..aab86688664 100644
--- a/components/camel-solr/pom.xml
+++ b/components/camel-solr/pom.xml
@@ -157,6 +157,13 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-slf4j-impl</artifactId>
+            <version>${log4j2-version}</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <build>