diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-31 09:53:21 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-31 10:05:46 -0500 |
commit | 9f52db1c94a0e772825cfe985c21cf0b46850d76 (patch) | |
tree | 789241b0ff500c1ca807b619ec3a2c5ce8cd09a2 /auth/auth-cass | |
parent | 46b3a8b776c2ef64a82f55e6e3211b3cd48f8974 (diff) |
CLM versions
Issue-ID: AAF-419
Change-Id: Id863c1b4a0370eabd1849c38e84f512d20504848
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-cass')
-rw-r--r-- | auth/auth-cass/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index b6f30d21..867313ef 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -63,9 +63,6 @@ </developers> <properties> - - - <!-- SONAR --> <!-- <sonar.skip>true</sonar.skip> --> <jacoco.version>0.7.7.201606060606</jacoco.version> @@ -100,6 +97,11 @@ <artifactId>cassandra-driver-core</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + <!-- Cassandra prefers Snappy and LZ4 libs for performance --> <dependency> <groupId>org.xerial.snappy</groupId> |