-
Notifications
You must be signed in to change notification settings - Fork 269
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
Create parent for storage modules to share #802
Comments
Ah, OK, the approach we have now is good, you would just like to remove the list of deps one needs to copy -- makes sense, if easily doable. |
Exactly - would just be nice to maintain the list of test dependencies in one place so when a new dep is needed, we don't have to add it to every storage variant's |
Rishab - do you have any time to look into this? I can explain more of what this means if needed... I realize details in the description and comments might be a little sparse. |
@EricWittmann Sure Eric. I have no prior experience with BOM. Would love to take this up, just require a bit of support. |
Great - this is not a high priority, just a nice to have thing. I think a google search for "maven bom" should yield some interesting information. |
All of the storage maven modules each run the entire suite of Quarkus based integration tests. So the same set of test dependencies is required for all of the storage variants. We should isolate these deps in a BOM so that we only need to keep it updated it one place.
The text was updated successfully, but these errors were encountered: