From 90a5d95a8f72fd0a8701f1f983fb0e0ef1af70f9 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Fri, 15 Nov 2024 17:45:59 +0100 Subject: [PATCH] OF-2910: No longer use Atlassian's Maven repository Atlassian's Maven repository serves us a dependency (`com.github.jgonian:commons-ip-math:1.32`) that appears to be different from the dependency served under the same Maven coordinates by Maven-Central. Atlassian's one makes Openfire fail at runtime. Atlassian has announced that they'll stop serving third-party artifacts in early 2025. This commit removes Atlassian's Maven repository from Openfire's Maven configuration. There was one artifact used by Openfire in Atlassian's repository that couldn't be obtained elsewhere (`com.cenqua.shaj:shaj:0.5`). This has now been added to Ignite's own Maven repository. (cherry picked from commit b46ef56d8d04785e7a4db41cceef8a48cb105743) --- build/ci/updater/pom.xml | 16 ++++++---------- xmppserver/pom.xml | 16 ---------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/build/ci/updater/pom.xml b/build/ci/updater/pom.xml index 56ee2a7994..c92801a4a6 100644 --- a/build/ci/updater/pom.xml +++ b/build/ci/updater/pom.xml @@ -92,15 +92,11 @@ - - - atlassian-public - https://maven.atlassian.com/repository/public - - - ej-technologies - https://maven.ej-technologies.com/repository - - + + + ej-technologies + https://maven.ej-technologies.com/repository + + diff --git a/xmppserver/pom.xml b/xmppserver/pom.xml index d098a28035..41777dd8fc 100644 --- a/xmppserver/pom.xml +++ b/xmppserver/pom.xml @@ -539,20 +539,4 @@ - - - atlassian-public - https://maven.atlassian.com/repository/public - - true - never - warn - - - true - warn - - - -