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/02 12:21:05 UTC

[camel-k-runtime] 03/05: 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 d33ede83e9c5acd034a60f3eda640bd9d30281e0
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Sep 2 13:34:10 2020 +0200

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

diff --git a/camel-knative/camel-knative-api/pom.xml b/camel-knative/camel-knative-api/pom.xml
index 53ad7c1..bb3380a 100644
--- a/camel-knative/camel-knative-api/pom.xml
+++ b/camel-knative/camel-knative-api/pom.xml
@@ -36,12 +36,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>
diff --git a/camel-knative/camel-knative/pom.xml b/camel-knative/camel-knative/pom.xml
index 29f2bdd..a9b9788 100644
--- a/camel-knative/camel-knative/pom.xml
+++ b/camel-knative/camel-knative/pom.xml
@@ -36,12 +36,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>
diff --git a/pom.xml b/pom.xml
index 55a4e91..8dcd950 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,6 @@
         <joor.version>0.9.13</joor.version>
         <assertj.version>3.17.1</assertj.version>
         <log4j2.version>2.13.3</log4j2.version>
-        <slf4j.version>1.7.30</slf4j.version>
         <groovy.version>3.0.5</groovy.version>
         <kotlin.version>1.4.0</kotlin.version>
         <snakeyaml.version>1.26</snakeyaml.version>