POC to block non-central repositories - #49642
Closed
stianst wants to merge 2 commits into
Closed
Conversation
Signed-off-by: stianst <stianst@gmail.com>
stianst
commented
Jun 11, 2026
Signed-off-by: Stian Thorgersen <stianst@gmail.com>
Contributor
Author
|
@pskopek seems we could get all dependencies from Maven central, and not from random other repositories. This would isolate us from stability issues with JBoss repository, but also would make things a bit more secure as we would only allow downloading dependencies from a single more trusted source. As the only problem here is some WF legacy testing dependency could we get rid of that, or maybe ask WF folks to publish it to central? |
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.
Everything we need seems to be published to central, so we should just pull everything from there, except some legacy WF testing stuff which needs to be figured out if we want to do this. This is a bit of a hacky way to achieve it though, but seems like the best you can do with Maven :/
Signed-off-by: stianst stianst@gmail.com