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 13:25:00 UTC

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

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 6099c93402e CAMEL-19062 - Clean up Parent POM - Commons DBCP
6099c93402e is described below

commit 6099c93402e5f2b657393cfd7d7abb308dc28ede
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:21:03 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons DBCP
    
    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 b6a6b50d237..0d40a68eab0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2774,11 +2774,6 @@
             </dependency>
 	    
             <!-- optional misc -->
-            <dependency>
-                <groupId>commons-dbcp</groupId>
-                <artifactId>commons-dbcp</artifactId>
-                <version>${commons-dbcp-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-dbcp2</artifactId>