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 13:50:27 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Spring JMS and Spring Context Support

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

    CAMEL-19062 - Clean up Parent POM - Spring JMS and Spring Context Support
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-jms/pom.xml        | 1 +
 components/camel-quartz/pom.xml     | 1 +
 components/camel-spring-xml/pom.xml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 88e16b09474..55b653c93f7 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -54,6 +54,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jms</artifactId>
+            <version>${spring-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
diff --git a/components/camel-quartz/pom.xml b/components/camel-quartz/pom.xml
index 85901ceff68..7d02dc5420a 100644
--- a/components/camel-quartz/pom.xml
+++ b/components/camel-quartz/pom.xml
@@ -105,6 +105,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context-support</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 85339b72722..8513ec16b4f 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -80,6 +80,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-context-support</artifactId>
+            <version>${spring-version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>