Skip to content

Add BOM module#264

Open
hyperxpro wants to merge 1 commit into
mainfrom
add-bom
Open

Add BOM module#264
hyperxpro wants to merge 1 commit into
mainfrom
add-bom

Conversation

@hyperxpro

Copy link
Copy Markdown
Owner

Motivation:

Brotli4j publishes multiple related artifacts that must be used with matching versions. Consumers currently need to manage version alignment manually, increasing the risk of incompatibilities and adding unnecessary maintenance overhead during dependency upgrades.

Modification:

Introduce a Maven Bill of Materials (BOM) artifact that defines versions for all published Brotli4j modules. Consumers can import the BOM in their dependency management section and omit versions from individual Brotli4j dependencies, ensuring consistent version alignment across all modules.

Result:

Fixes #259

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.

[FEATURE] Publish BOM artifact

1 participant