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 10:04:44 UTC

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

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 484279fc143 CAMEL-19062 - Clean up Parent POM - Commons Pool
484279fc143 is described below

commit 484279fc1437b1d3d6748f7fae02e671486a3034
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 10:52:36 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index e72e7de51b4..d459d489d2e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2690,13 +2690,6 @@
                 <version>${jackson2-version}</version>
             </dependency>
 
-            <!-- commons dependencies -->
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-pool2</artifactId>
-                <version>${commons-pool2-version}</version>
-            </dependency>
-
             <!-- cxf dependencies -->
             <dependency>
                 <groupId>org.apache.cxf</groupId>