Repository: nifi Updated Branches: refs/heads/master 701597775 -> 4ca0fe289
NIFI-4451 Upgraded Cassandra driver Signed-off-by: Matthew Burgess <[email protected]> This closes #2188 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/4ca0fe28 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/4ca0fe28 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/4ca0fe28 Branch: refs/heads/master Commit: 4ca0fe289ebd0ce97b5ab575a8111b37b7e7878e Parents: 7015977 Author: sbouchex <[email protected]> Authored: Mon Oct 2 09:11:37 2017 +0200 Committer: Matthew Burgess <[email protected]> Committed: Thu Oct 5 17:26:04 2017 -0400 ---------------------------------------------------------------------- .../nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/4ca0fe28/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml index 2fb20cd..fdd9795 100644 --- a/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml +++ b/nifi-nar-bundles/nifi-cassandra-bundle/nifi-cassandra-processors/pom.xml @@ -41,7 +41,7 @@ <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> - <version>3.0.2</version> + <version>3.3.0</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId>
