[SPARK-53958][BUILD][FOLLOWUP] Remove redundant Jackson version declarations managed by jackson-bom#56773
Open
gillespeiffer-db wants to merge 1 commit into
Open
Conversation
…rations managed by jackson-bom
The root POM imports com.fasterxml.jackson:jackson-bom, which already
manages jackson-dataformat-cbor and jackson-dataformat-yaml at
${fasterxml.jackson.version}. Drop the explicit per-module
<version>${fasterxml.jackson.version}</version> declarations in
connector/kinesis-asl, hadoop-cloud, and resource-managers/kubernetes/core
as redundant. No-op on dependency resolution.
94a4249 to
0184be6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR drops the redundant per-module
<version>${fasterxml.jackson.version}</version>declarations on thecom.fasterxml.jackson.dataformatartifacts inconnector/kinesis-asl,hadoop-cloud, andresource-managers/kubernetes/core. These artifacts are already managed by thecom.fasterxml.jackson:jackson-bomimport (#52668), so the per-module versions are redundant. Completes thejackson-bomadoption, consistent with thejjwt-bom(#56155) andgrpc-bom(#56741) imports.Why are the changes needed?
Simplify dependency management.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the CIs. No-op on dependency resolution — the
com.fasterxml.jackson.dataformatartifacts resolve identically (2.22.0, direct and transitive) before/after, verified withbuild/mvn dependency:tree.Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.8)