Skip to content

POC to block non-central repositories - #49642

Closed
stianst wants to merge 2 commits into
keycloak:mainfrom
stianst:block-non-central-repos
Closed

POC to block non-central repositories#49642
stianst wants to merge 2 commits into
keycloak:mainfrom
stianst:block-non-central-repos

Conversation

@stianst

@stianst stianst commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

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

Signed-off-by: stianst <stianst@gmail.com>
Comment thread adapters/saml/wildfly/wildfly-subsystem/pom.xml Outdated
Signed-off-by: Stian Thorgersen <stianst@gmail.com>
@stianst

stianst commented Jun 11, 2026

Copy link
Copy Markdown
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants