Fix build on activemq-camel module

This commit is contained in:
Jean-Baptiste Onofré 2019-08-12 16:09:35 +02:00
parent 60a4d0732f
commit 98116d448b

View File

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