From 3013a3ab35a249b46ed6706d66a35f328ede1885 Mon Sep 17 00:00:00 2001 From: "Christopher L. Shannon (cshannon)" Date: Mon, 13 Nov 2023 17:43:24 -0500 Subject: [PATCH] AMQ-9388 - Exclude activemq-client-jakarta from camel-activemq The current version of camel pulls in the activemq-client-jakarta jar which is not necessary as it no longer exists with ActiveMQ 6.0.0 Furthermore the version being pulled in is 5.18.2 which contains a critical CVE that was fixed in 5.18.3 --- assembly/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assembly/pom.xml b/assembly/pom.xml index c1b7ca3aec..5743c22bcf 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -165,6 +165,15 @@ org.apache.camel camel-activemq + + + + org.apache.activemq + activemq-client-jakarta + + org.apache.camel