You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2021/10/22 07:52:25 UTC

[nifi] branch main updated: NIFI-9318: Downgrade Cassandra driver to 3.10.2 for max compatibility

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 <ma...@apache.org>
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 <pi...@gmail.com>
    
    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>