Skip to content

Commit

Permalink
Merge pull request #1117 from cshannon/AMQ-9388
Browse files Browse the repository at this point in the history
AMQ-9388 - Exclude activemq-client-jakarta from camel-activemq
  • Loading branch information
cshannon committed Nov 14, 2023
2 parents 464efe0 + 3013a3a commit cbe7c6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cbe7c6a

Please sign in to comment.