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
Make guava an optional dependency of java-driver-guava-shaded
With CASSJAVA-52, the java-driver-guava-shaded is now in tree.
This appears to work great, but there is a slight issue with the
dependency tree that allows unshaded guava packages to be imported
within the project.
It looks like marking guava as an optional dependency in
java-driver-guava-shaded resolves this.
patch by Andy Tolbert; reviewed by Alexandre Dutra and Dmitry Konstantinov for CASSJAVA-76
0 commit comments