-
Notifications
You must be signed in to change notification settings - Fork 91
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
fix features-bom issue #1847
base: main
Are you sure you want to change the base?
fix features-bom issue #1847
Conversation
fyi...I think there are two tests that may fail because of this change?
|
For issue #1819 |
f9dead0
to
d6c2fa2
Compare
Updated tests to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See question.
<version>1.0</version> | ||
<type>pom</type> | ||
</dependency> | ||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean if they have more than one user feature, they will not be able to configure it because they would both need a features-bom
artifact in Maven? If so, that seems like an unreasonable restriction.
Only accept
features-bom
artifactID to prepare and install user features.