I am using Cassandra maven repository version 3.8.0 and i have specfied guava 21.0 version in pom.xml ideally it should pick the guava specified in pom but is not and it saya the error i have mentioned in more details section. Any help in this space will be highly appreciated.
Caused by: com.datastax.driver.core.exceptions.DriverInternalError: Detected incompatible version of Guava in the classpath. You need 16.0.1 or higher.
at com.datastax.driver.core.GuavaCompatibility.selectImplementation(GuavaCompatibility.java:191)
at com.datastax.driver.core.GuavaCompatibility.<clinit>(GuavaCompatibility.java:58)
... 45 more