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/02/22 12:36:56 UTC

[camel] 04/04: CAMEL-19062 - Clean up Parent POM - Spring Test

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 cc2ff3e6849d9badae03788cca90b2c839bb1882
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 13:36:38 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Spring Test
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-cxf/camel-cxf-spring-rest/pom.xml     | 1 +
 components/camel-cxf/camel-cxf-spring-soap/pom.xml     | 1 +
 components/camel-exec/pom.xml                          | 1 +
 components/camel-flatpack/pom.xml                      | 1 +
 components/camel-jetty-common/pom.xml                  | 1 +
 components/camel-jetty/pom.xml                         | 1 +
 components/camel-soap/pom.xml                          | 1 +
 components/camel-spring-main/pom.xml                   | 1 +
 components/camel-spring-ws/pom.xml                     | 1 +
 components/camel-spring-xml/pom.xml                    | 1 +
 components/camel-sql/pom.xml                           | 1 +
 components/camel-syslog/pom.xml                        | 1 +
 components/camel-test/camel-test-spring-junit5/pom.xml | 1 +
 components/camel-xmlsecurity/pom.xml                   | 1 +
 14 files changed, 14 insertions(+)

diff --git a/components/camel-cxf/camel-cxf-spring-rest/pom.xml b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
index d5516a9248c..4c927162fd7 100644
--- a/components/camel-cxf/camel-cxf-spring-rest/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
@@ -178,6 +178,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-cxf/camel-cxf-spring-soap/pom.xml b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
index cc4a8e585a9..b3f4e518db6 100644
--- a/components/camel-cxf/camel-cxf-spring-soap/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-soap/pom.xml
@@ -194,6 +194,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-exec/pom.xml b/components/camel-exec/pom.xml
index 15b5e533738..c817c5f4ce9 100644
--- a/components/camel-exec/pom.xml
+++ b/components/camel-exec/pom.xml
@@ -59,6 +59,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-flatpack/pom.xml b/components/camel-flatpack/pom.xml
index 22cc0707d4a..2eba5fd62e9 100644
--- a/components/camel-flatpack/pom.xml
+++ b/components/camel-flatpack/pom.xml
@@ -61,6 +61,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-jetty-common/pom.xml b/components/camel-jetty-common/pom.xml
index 422e2f5c9ba..171af04c636 100644
--- a/components/camel-jetty-common/pom.xml
+++ b/components/camel-jetty-common/pom.xml
@@ -113,6 +113,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
             <optional>true</optional>
         </dependency>
diff --git a/components/camel-jetty/pom.xml b/components/camel-jetty/pom.xml
index 7032805f71f..a4ad1a5673a 100644
--- a/components/camel-jetty/pom.xml
+++ b/components/camel-jetty/pom.xml
@@ -116,6 +116,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
             <optional>true</optional>
         </dependency>
diff --git a/components/camel-soap/pom.xml b/components/camel-soap/pom.xml
index f9870aa9c97..a76519b5919 100644
--- a/components/camel-soap/pom.xml
+++ b/components/camel-soap/pom.xml
@@ -92,6 +92,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/components/camel-spring-main/pom.xml b/components/camel-spring-main/pom.xml
index f09f9ddacf7..1547003f0df 100644
--- a/components/camel-spring-main/pom.xml
+++ b/components/camel-spring-main/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-spring-ws/pom.xml b/components/camel-spring-ws/pom.xml
index 9af2752ff59..691bb2f2b79 100644
--- a/components/camel-spring-ws/pom.xml
+++ b/components/camel-spring-ws/pom.xml
@@ -102,6 +102,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 9c86f9ba6ad..7522d786e39 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -85,6 +85,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-sql/pom.xml b/components/camel-sql/pom.xml
index 71fe48dc2cd..86f3c85c9db 100644
--- a/components/camel-sql/pom.xml
+++ b/components/camel-sql/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/components/camel-syslog/pom.xml b/components/camel-syslog/pom.xml
index d627bbe3121..ee9a1032cad 100644
--- a/components/camel-syslog/pom.xml
+++ b/components/camel-syslog/pom.xml
@@ -64,6 +64,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/components/camel-test/camel-test-spring-junit5/pom.xml b/components/camel-test/camel-test-spring-junit5/pom.xml
index 8a1c2eaeadd..52822fde4c2 100644
--- a/components/camel-test/camel-test-spring-junit5/pom.xml
+++ b/components/camel-test/camel-test-spring-junit5/pom.xml
@@ -52,6 +52,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index 05a26429bc3..073a4ec6298 100644
--- a/components/camel-xmlsecurity/pom.xml
+++ b/components/camel-xmlsecurity/pom.xml
@@ -89,6 +89,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>