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

[camel] branch main updated (6099c93402e -> 0fa7e07faa9)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 6099c93402e CAMEL-19062 - Clean up Parent POM - Commons DBCP
     new 55532e3093d CAMEL-19062 - Clean up Parent POM - Commons DBCP2
     new 0fa7e07faa9 CAMEL-19062 - Clean up Parent POM - Commons DBCP2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-jpa/pom.xml    | 1 +
 components/camel-quartz/pom.xml | 1 +
 parent/pom.xml                  | 5 -----
 3 files changed, 2 insertions(+), 5 deletions(-)


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

Posted by ac...@apache.org.
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 55532e3093d26cc7b5cb08a16410646e87622944
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:25:10 2023 +0100

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


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

Posted by ac...@apache.org.
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>