-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
Feature: Allow BOM resolution with the Coursier resolver #1289
Comments
protocol7
added a commit
to protocol7/rules_jvm_external
that referenced
this issue
Jan 4, 2025
Coursier now support using Maven BOMs when resolving. This upgrades Coursier to 2.1.23 and enables using BOMs leveraging the existing `boms` attribute on `maven_install`. Note that Coursier has a slight performance regression since adding support for BOMs, see coursier/coursier#3190. Fixes bazel-contrib#1289
protocol7
added a commit
to protocol7/rules_jvm_external
that referenced
this issue
Jan 4, 2025
Coursier now support using Maven BOMs when resolving. This upgrades Coursier to 2.1.23 and enables using BOMs leveraging the existing `boms` attribute on `maven_install`. Note that Coursier has a slight performance regression since adding support for BOMs, see coursier/coursier#3190. Fixes bazel-contrib#1289
protocol7
added a commit
to protocol7/rules_jvm_external
that referenced
this issue
Jan 18, 2025
Coursier now support using Maven BOMs when resolving. This upgrades Coursier to 2.1.23 and enables using BOMs leveraging the existing `boms` attribute on `maven_install`. Note that Coursier has a slight performance regression since adding support for BOMs, see coursier/coursier#3190. Fixes bazel-contrib#1289
protocol7
added a commit
to protocol7/rules_jvm_external
that referenced
this issue
Jan 18, 2025
Coursier now support using Maven BOMs when resolving. This upgrades Coursier to 2.1.24 and enables using BOMs leveraging the existing `boms` attribute on `maven_install`. Note that Coursier has a slight performance regression since adding support for BOMs, see coursier/coursier#3190. Fixes bazel-contrib#1289
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
rules_jvm_external
added support for Maven BOMs in #989 via themaven
resolver.Coursier has added support for specifying BOMs in their resolver as of 2.1.17 coursier/coursier#3143. It would be nice if
rules_jvm_external
allowed passing BOMs to Coursier using the same format as for the Maven resolver.The text was updated successfully, but these errors were encountered: