diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 7142554b..7be3406b 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -478,12 +478,6 @@ </dependency> <dependency> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jmx</artifactId> - <version>${project.jettyVersion}</version> - </dependency> - - <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-all</artifactId> <version>3.3.0</version> @@ -498,11 +492,10 @@ </exclusion> </exclusions> </dependency> + <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> - <!-- version>1.0.3</version --> - <!-- version>1.0.5</version --> <version>3.3.0</version> <exclusions> <exclusion> |