java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

Make guava an optional dependency of java-driver-guava-shaded

Open tolbertam opened this issue 11 months ago • 1 comments

With CASSJAVA-52, the java-driver-guava-shaded module 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 for CASSJAVA-76

tolbertam avatar Feb 06 '25 20:02 tolbertam

LGTM (nb)

netudima avatar Feb 06 '25 21:02 netudima

Apologies, gents, I missed this one. I'll merge this one now and fix up the commit msg after the fact.

absurdfarce avatar Apr 29 '25 16:04 absurdfarce