Closed
Description
Looks like some fallout from #69027 caued the POMs generated for any shaded jars (just the HLRC and JDBC driver) to include all the shaded dependencies. This causes issues when trying to resolve these artifacts as some of the referenced dependencies aren't published anywhere.
The root cause seems to be use register the vanilla Gradle Java component to the publication rather than the shadow component. I think we avoided this due to configuration ordering problems so instead we might need to define a separate publication for shadow projects, or override the existing "elastic" publication completely.