mirror of
https://github.com/apache/activemq.git
synced 2025-02-21 01:15:24 +00:00
Fix build on activemq-camel module
This commit is contained in:
parent
60a4d0732f
commit
98116d448b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user