You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/20 13:06:36 UTC

[camel] 01/09: CAMEL-19062 - Clean up Parent POM - Commons logging

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

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

commit c55eac22c373d3b66710391022ccd6239cf9e3ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 13:14:42 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons logging
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-shiro/pom.xml           | 1 +
 components/camel-spring-security/pom.xml | 1 +
 parent/pom.xml                           | 6 ------
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml
index 61aee34468e..4843e9de6c9 100644
--- a/components/camel-shiro/pom.xml
+++ b/components/camel-shiro/pom.xml
@@ -63,6 +63,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
+            <version>${commons-logging-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index 33fc4ebed0f..cedb00a1db8 100644
--- a/components/camel-spring-security/pom.xml
+++ b/components/camel-spring-security/pom.xml
@@ -79,6 +79,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
+            <version>${commons-logging-version}</version>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/parent/pom.xml b/parent/pom.xml
index 97c989ee13c..8c4a641918a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2748,12 +2748,6 @@
                 <artifactId>log4j-web</artifactId>
                 <version>${log4j2-version}</version>
             </dependency>
-            <!-- commons-logging needed by Spring -->
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>${commons-logging-version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>commons-codec</groupId>