You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/09/14 11:13:13 UTC

[camel-k-runtime] 06/11: chore(deps): remove slf4j-api as it is transitively provided by camel

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 469779f4f1a4f51cdedce7c98e46ad7ab937020c
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Sep 2 14:26:22 2020 +0200

    chore(deps): remove slf4j-api as it is transitively provided by camel
---
 camel-kamelet/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/camel-kamelet/pom.xml b/camel-kamelet/pom.xml
index 33c0e76..020b58b 100644
--- a/camel-kamelet/pom.xml
+++ b/camel-kamelet/pom.xml
@@ -37,12 +37,6 @@
         <!-- ****************************** -->
 
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <version>${slf4j.version}</version>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-engine</artifactId>
         </dependency>