From cbc95a6948a19d1b2d4d29074a957fab9fb50e9b Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Wed, 3 Jun 2026 09:53:11 +0200 Subject: [PATCH] HDDS-15472. Avoid using JBoss repository in CI --- dev-support/ci/maven-settings.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-support/ci/maven-settings.xml b/dev-support/ci/maven-settings.xml index 43fa07bb52ba..d274c49f5f08 100644 --- a/dev-support/ci/maven-settings.xml +++ b/dev-support/ci/maven-settings.xml @@ -31,5 +31,12 @@ https://repository.apache.org/content/repositories/snapshots true + + block-jboss + repository.jboss.org + Block access to JBoss + https://repository.jboss.org/nexus/content/groups/public + true +