Skip to content

Dependency resolution fails for high level rest client and JDBC driver on version 7.13.0 #73433

Closed
@mark-vieira

Description

@mark-vieira

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions