mirror of https://github.com/apache/activemq.git
Merge pull request #1117 from cshannon/AMQ-9388
AMQ-9388 - Exclude activemq-client-jakarta from camel-activemq
This commit is contained in:
commit
cbe7c6a832
|
@ -165,6 +165,15 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.camel</groupId>
|
<groupId>org.apache.camel</groupId>
|
||||||
<artifactId>camel-activemq</artifactId>
|
<artifactId>camel-activemq</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<!-- Current version of Camel has a dependency on the removed
|
||||||
|
activemq-client-jakarta module. This exclusion can eventually be removed
|
||||||
|
when we upgrade to a version of camel-activemq that depends on 6.x -->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.activemq</groupId>
|
||||||
|
<artifactId>activemq-client-jakarta</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.camel</groupId>
|
<groupId>org.apache.camel</groupId>
|
||||||
|
|
Loading…
Reference in New Issue