Merge pull request #1117 from cshannon/AMQ-9388

AMQ-9388 - Exclude activemq-client-jakarta from camel-activemq
This commit is contained in:
Christopher L. Shannon 2023-11-13 19:27:16 -05:00 committed by GitHub
commit cbe7c6a832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -165,6 +165,15 @@
<dependency>
<groupId>org.apache.camel</groupId>
<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>
<groupId>org.apache.camel</groupId>