This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new f7e4e52 NIFI-9318: Downgrade Cassandra driver to 3.10.2 for max
compatibility
f7e4e52 is described below
commit f7e4e52caf51e00139fab6f46317d705041ca95f
Author: Matthew Burgess <[email protected]>
AuthorDate: Thu Oct 21 12:26:52 2021 -0400
NIFI-9318: Downgrade Cassandra driver to 3.10.2 for max compatibility
Signed-off-by: Pierre Villard <[email protected]>
This closes #5473.
---
nifi-nar-bundles/nifi-cassandra-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
index e98763d..ba83395 100644
--- a/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cassandra-bundle/pom.xml
@@ -23,7 +23,7 @@
</parent>
<properties>
- <cassandra.sdk.version>3.11.0</cassandra.sdk.version>
+ <cassandra.sdk.version>3.10.2</cassandra.sdk.version>
</properties>
<artifactId>nifi-cassandra-bundle</artifactId>