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

[camel] branch main updated (dc08a8c72cf -> f9a5db525c5)

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 dc08a8c72cf CAMEL-19062 - Clean up Parent POM - Spring JDBC and Spring ORM
     new 4738494ffec CAMEL-19062 - Clean up Parent POM - Spring JMS and Spring Context Support
     new f9a5db525c5 CAMEL-19062 - Clean up Parent POM - Spring JMS and Spring Context Support

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-jms/pom.xml        |  1 +
 components/camel-quartz/pom.xml     |  1 +
 components/camel-spring-xml/pom.xml |  1 +
 parent/pom.xml                      | 10 ----------
 4 files changed, 3 insertions(+), 10 deletions(-)


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

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 4738494ffec39db5c6a87c55686e251611657a51
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 22 14:42:10 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Spring JMS and Spring Context Support
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0cb544dab81..bc6b9ef8982 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2749,16 +2749,6 @@
 
             <!-- spec jars -->
             <!-- Optional Spring Support -->
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-jms</artifactId>
-                <version>${spring-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring-context-support</artifactId>
-                <version>${spring-version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-tx</artifactId>


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

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 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>