From 81fefbafc9b376ca9881c6ef294c110579cb3e1b Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Sat, 8 Apr 2023 20:15:27 +0300 Subject: [PATCH] NIFI-11420 Upgraded ActiveMQ from 5.15.15 to 5.18.0 This closes #7151 Signed-off-by: David Handermann --- minifi/pom.xml | 11 ----------- .../nifi-jms-bundle/nifi-jms-processors/pom.xml | 17 ++++++++--------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/minifi/pom.xml b/minifi/pom.xml index 2088c5f398..163917a008 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -754,17 +754,6 @@ limitations under the License. javax.jms-api 2.0.1 - - org.apache.activemq - activemq-client - 5.15.15 - - - org.apache.activemq - activemq-broker - 5.15.15 - test - org.apache.hadoop hadoop-common diff --git a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml index b522cf4b8c..97012fc162 100644 --- a/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml +++ b/nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml @@ -69,20 +69,19 @@ org.apache.activemq activemq-client - 5.15.15 - - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - - + 5.18.0 test org.apache.activemq activemq-broker - 5.15.15 + 5.18.0 + test + + + com.google.guava + guava + 31.1-jre test