You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/04/16 10:35:37 UTC

[camel] 01/02: CAMEL-12447: camel-jms - Exclude spring-messaging JAR

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 11f08e9e14bbafb0aab72f5281ee4654e643272b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 16 12:18:26 2018 +0200

    CAMEL-12447: camel-jms - Exclude spring-messaging JAR
---
 components/camel-jms/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml
index 13a6238..83e4279 100644
--- a/components/camel-jms/pom.xml
+++ b/components/camel-jms/pom.xml
@@ -50,6 +50,12 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jms</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-messaging</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.