NIFI-4451 Upgraded Cassandra driver

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #2188
This commit is contained in:
sbouchex 2017-10-02 09:11:37 +02:00 committed by Matthew Burgess
parent 701597775f
commit 4ca0fe289e
1 changed files with 1 additions and 1 deletions

View File

@ -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>