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/03 10:40:30 UTC

[camel] branch main updated (27967ece8ed -> 74946474892)

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 27967ece8ed CAMEL-19062 - Clean up Parent POM - Hibernate Entity Manager
     new 30d5d0079db CAMEL-19062 - Clean up Parent POM - Derby
     new 74946474892 CAMEL-19062 - Clean up Parent POM - Derby

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-jcr/pom.xml         | 1 +
 components/camel-jdbc/pom.xml        | 1 +
 components/camel-jpa/pom.xml         | 1 +
 components/camel-mybatis/pom.xml     | 1 +
 components/camel-quartz/pom.xml      | 1 +
 components/camel-spring-jdbc/pom.xml | 1 +
 components/camel-spring-xml/pom.xml  | 1 +
 components/camel-sql/pom.xml         | 1 +
 parent/pom.xml                       | 5 -----
 tests/camel-itest/pom.xml            | 1 +
 10 files changed, 9 insertions(+), 5 deletions(-)


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

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 30d5d0079db60ae720fca22801c7634799b8287b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 11:37:16 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Derby
    
    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 129014301eb..ab5adde4797 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,11 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <dependency>
-                <groupId>org.apache.derby</groupId>
-                <artifactId>derby</artifactId>
-                <version>${derby-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.hsqldb</groupId>
                 <artifactId>hsqldb</artifactId>


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

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 74946474892fcf91bc7d58466ce232240f6e13c8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 3 11:38:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Derby
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jcr/pom.xml         | 1 +
 components/camel-jdbc/pom.xml        | 1 +
 components/camel-jpa/pom.xml         | 1 +
 components/camel-mybatis/pom.xml     | 1 +
 components/camel-quartz/pom.xml      | 1 +
 components/camel-spring-jdbc/pom.xml | 1 +
 components/camel-spring-xml/pom.xml  | 1 +
 components/camel-sql/pom.xml         | 1 +
 tests/camel-itest/pom.xml            | 1 +
 9 files changed, 9 insertions(+)

diff --git a/components/camel-jcr/pom.xml b/components/camel-jcr/pom.xml
index 39c3a0f5073..65460cb4459 100644
--- a/components/camel-jcr/pom.xml
+++ b/components/camel-jcr/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-jdbc/pom.xml b/components/camel-jdbc/pom.xml
index ee95da43adc..22dfcd55564 100644
--- a/components/camel-jdbc/pom.xml
+++ b/components/camel-jdbc/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index 57984e219aa..8bf91e9d85d 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -84,6 +84,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-mybatis/pom.xml b/components/camel-mybatis/pom.xml
index 1266c93d82a..03ea2f608c4 100644
--- a/components/camel-mybatis/pom.xml
+++ b/components/camel-mybatis/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index affb07b778d..dd65b805b10 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -95,6 +95,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-spring-jdbc/pom.xml b/components/camel-spring-jdbc/pom.xml
index 8938b6b5d70..5160b0cb9e6 100644
--- a/components/camel-spring-jdbc/pom.xml
+++ b/components/camel-spring-jdbc/pom.xml
@@ -64,6 +64,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 0cafed21190..7a2d20e5a69 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -136,6 +136,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index 19745b0c971..9e6e5a62e36 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -80,6 +80,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 883eaf8f036..5517b577bac 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -222,6 +222,7 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
+            <version>${derby-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>