You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
met with this problem,
Could not find cassandra-driver-core-shaded.jar (com.datastax.cassandra:cassandra-driver-core:3.0.0).
actually i dont know why need shaded.jar.
build.gradle{
compile 'org.apache.cassandra:cassandra-all:3.5'
compile 'com.datastax.cassandra:cassandra-driver-core:3.0.0'
compile 'info.archinnov:achilles-embedded:4.2.0'
}
if add compile 'com.datastax.cassandra:cassandra-driver-core:3.0.0:shaded',it cannot find the shaded-jar in maven repo
The text was updated successfully, but these errors were encountered:
met with this problem,
Could not find cassandra-driver-core-shaded.jar (com.datastax.cassandra:cassandra-driver-core:3.0.0).
actually i dont know why need shaded.jar.
build.gradle{
compile 'org.apache.cassandra:cassandra-all:3.5'
compile 'com.datastax.cassandra:cassandra-driver-core:3.0.0'
compile 'info.archinnov:achilles-embedded:4.2.0'
}
if add compile 'com.datastax.cassandra:cassandra-driver-core:3.0.0:shaded',it cannot find the shaded-jar in maven repo
The text was updated successfully, but these errors were encountered: