Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-3016: Do not use dependency-reduced pom for attached shaded artifact #3015

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

RustedBones
Copy link
Contributor

@RustedBones RustedBones commented Sep 18, 2024

Since 0.14.0, parquet-cli does not contain transitive compile scope dependencies. Check 0.14.0 vs 0.13.1.

this is an issue from the maven-shade-plugin. When shadedArtifactAttached is set, createDependencyReducedPom should be false.

See https://issues.apache.org/jira/projects/MSHADE/issues/MSHADE-419

fix: #3016

@RustedBones RustedBones changed the title Do not use dependency-reduced pom for attached shaded artifact GH-3016: Do not use dependency-reduced pom for attached shaded artifact Sep 18, 2024
@wgtmac
Copy link
Member

wgtmac commented Sep 24, 2024

cc @gszadovszky

@wgtmac wgtmac merged commit 0c8b757 into apache:master Sep 30, 2024
9 checks passed
@wgtmac wgtmac added this to the 1.15.0 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parquet-cli pom does not contain compile scope dependencies
3 participants