This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
new 98116d4 Fix build on activemq-camel module
98116d4 is described below
commit 98116d448bb699a7efe7826c044753eb329e78fd
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Aug 12 16:09:35 2019 +0200
Fix build on activemq-camel module
---
activemq-camel/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/activemq-camel/pom.xml b/activemq-camel/pom.xml
index 3ccb404..50b722c 100644
--- a/activemq-camel/pom.xml
+++ b/activemq-camel/pom.xml
@@ -58,6 +58,13 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>
+ <exclusions>
+ <!-- ActiveMQ is JMS 1.1 spec only -->
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_2.0_spec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- use the Camel apt compiler plugin -->
<dependency>