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/03/06 14:02:15 UTC

[camel] branch main updated: CAMEL-19062 - Clean up Parent POM - Commons Collections

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


The following commit(s) were added to refs/heads/main by this push:
     new ce1fb3749ff CAMEL-19062 - Clean up Parent POM - Commons Collections
ce1fb3749ff is described below

commit ce1fb3749ff76d2de2e12a1c150d8802260cc62e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:43:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons Collections
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c9b8eb2acd6..eaf5c93ea13 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2774,11 +2774,6 @@
             </dependency>
 	    
             <!-- optional misc -->
-            <dependency>
-                <groupId>commons-collections</groupId>
-                <artifactId>commons-collections</artifactId>
-                <version>${commons-collections-version}</version>
-            </dependency>
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>