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 <anco...@gmail.com> AuthorDate: Mon Mar 6 14:21:03 2023 +0100 CAMEL-19062 - Clean up Parent POM - Commons DBCP Signed-off-by: Andrea Cosentino <anco...@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>