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

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

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>