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

[camel] 01/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 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>