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:40:52 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Spring Core and Spring Beans

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 897069fc98634a3a369120d998cfd535bdeebe43
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 13:40:28 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Spring Core and Spring Beans
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-cxf/camel-cxf-spring-common/pom.xml | 1 +
 components/camel-cxf/camel-cxf-spring-rest/pom.xml   | 1 +
 components/camel-jms/pom.xml                         | 1 +
 components/camel-spring-security/pom.xml             | 2 ++
 components/camel-spring/pom.xml                      | 2 ++
 5 files changed, 7 insertions(+)

diff --git a/components/camel-cxf/camel-cxf-spring-common/pom.xml b/components/camel-cxf/camel-cxf-spring-common/pom.xml
index 10c494e32ee..d867fde4e08 100644
--- a/components/camel-cxf/camel-cxf-spring-common/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-common/pom.xml
@@ -71,6 +71,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/components/camel-cxf/camel-cxf-spring-rest/pom.xml b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
index 4c927162fd7..344c5c56cfc 100644
--- a/components/camel-cxf/camel-cxf-spring-rest/pom.xml
+++ b/components/camel-cxf/camel-cxf-spring-rest/pom.xml
@@ -56,6 +56,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 05b1f886eea..88e16b09474 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -67,6 +67,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <!-- either use JMS 1.1 or 2.0 provided by JMS client -->
         <!-- here we use JMS 2.0 API but using JMS 1.1 should work as well -->
diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml
index 83704ef223e..ab8cb86124e 100644
--- a/components/camel-spring-security/pom.xml
+++ b/components/camel-spring-security/pom.xml
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -61,6 +62,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index de40ff097c5..9877ec714e8 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -59,6 +59,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
@@ -72,6 +73,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-beans</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>