summaryrefslogtreecommitdiffstats
path: root/auth/auth-cass/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth-cass/pom.xml')
-rw-r--r--auth/auth-cass/pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index 867313ef..52efd9a0 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -95,11 +95,24 @@
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
+ <!-- JNR Posix needs bumping up for licence for datastax 3.6.0, remove after this version-->
+ <exclusions>
+ <exclusion>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <!-- JNR Posix needs bumping up for licence for datastax 3.6.0, remove after this version-->
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-posix</artifactId>
+ <version>3.0.45</version>
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
</dependency>
<!-- Cassandra prefers Snappy and LZ4 libs for performance -->