You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2023/05/16 12:26:05 UTC

[camel] branch main updated: remove the obsolete parent POM dependencies

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

bvahdat 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 26806ccac56 remove the obsolete parent POM dependencies
26806ccac56 is described below

commit 26806ccac56b8f02b98b3edb7fecc400271576af
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Tue May 16 13:31:53 2023 +0200

    remove the obsolete parent POM dependencies
---
 parent/pom.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9fe62a8357b..2d9c5b62bfe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2654,21 +2654,6 @@
                 <artifactId>slf4j-api</artifactId>
                 <version>${slf4j-api-version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
-                <version>${slf4j-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>jul-to-slf4j</artifactId>
-                <version>${slf4j-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>log4j-over-slf4j</artifactId>
-                <version>${slf4j-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-api</artifactId>
@@ -2684,11 +2669,6 @@
                 <artifactId>log4j-slf4j2-impl</artifactId>
                 <version>${log4j2-version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.logging.log4j</groupId>
-                <artifactId>log4j-1.2-api</artifactId>
-                <version>${log4j2-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-jcl</artifactId>
@@ -2699,18 +2679,6 @@
                 <artifactId>log4j-jul</artifactId>
                 <version>${log4j2-version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.logging.log4j</groupId>
-                <artifactId>log4j-web</artifactId>
-                <version>${log4j2-version}</version>
-            </dependency>
-
-
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-simple</artifactId>
-                <version>${slf4j-version}</version>
-            </dependency>
 
             <!-- unit testing frameworks -->
             <dependency>