This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 46116b4433 NIFI-11943 Reverted ActiveMQ Client from 5.18.2 to 5.15.15
46116b4433 is described below
commit 46116b44331f9e20a7872aaa9921d129972e5267
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Aug 14 12:06:49 2023 -0500
NIFI-11943 Reverted ActiveMQ Client from 5.18.2 to 5.15.15
ActiveMQ 5.18.2 is not compatible with Java 8
This reverts commit 72c6c5708eb39999efae23b9c330874a7d248d08
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-jms-bundle/nifi-jms-processors/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 1e916312ea..ee4c814398 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,7 +69,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
- <version>5.18.2</version>
+ <version>5.15.15</version>
<exclusions>
<!-- -->
<exclusion>
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
- <version>5.18.2</version>
+ <version>5.15.15</version>
<scope>test</scope>
</dependency>
<dependency>