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:28:30 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Commons DBCP2

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 0fa7e07faa9ef6180737a2ef679a66cf9b7d73b6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:25:58 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Commons DBCP2
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jpa/pom.xml    | 1 +
 components/camel-quartz/pom.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 8bf91e9d85d..1b6777cd513 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -79,6 +79,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>
+            <version>${commons-dbcp2-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index dd65b805b10..a198149423e 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -88,6 +88,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>
+            <version>${commons-dbcp2-version}</version>
             <scope>test</scope>
         </dependency>