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

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

commit c3cdf63e7f639d1a9944271f83fbdf1efe9a4283
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jun 27 12:44:23 2023 +0200

    Camel-Elytron: Added Slf4j dependency
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components/camel-elytron/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-elytron/pom.xml b/components/camel-elytron/pom.xml
index 24c875551f0..f0c9cec0bcf 100644
--- a/components/camel-elytron/pom.xml
+++ b/components/camel-elytron/pom.xml
@@ -105,6 +105,12 @@
             <artifactId>junit-jupiter</artifactId>
             <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>
 
 </project>

Reply via email to