diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-19 09:51:45 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-19 09:52:03 -0500 |
commit | 6f6c62001939a00135e5be10009535b74cdee615 (patch) | |
tree | 9a37bf4abd84bd0750fe9cac93328f6f19cc052f /auth/auth-cass | |
parent | 413480483ae4dbbeb34b454ffc164f81867b4a9c (diff) |
mv posix-jnr
Issue-ID: AAF-509
Change-Id: If8c6d1d437da3d7c2c8b31217772e1d4c1be089c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-cass')
-rw-r--r-- | auth/auth-cass/pom.xml | 17 |
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 --> |