This is an automated email from the ASF dual-hosted git repository. sergehuber pushed a commit to branch UNOMI-971-remove-obsolete-maven-repos in repository https://gitbox.apache.org/repos/asf/unomi.git
commit b6d7bdb596ab868df68e21fc2a8db1a0022e76f5 Author: Serge Huber <[email protected]> AuthorDate: Wed Jul 22 10:26:05 2026 +0200 UNOMI-971: Remove obsolete Maven repositories that stall CI Drop project-declared ServiceMix SVN, dead OPS4J Sonatype snapshots, and redundant Apache snapshots-group entries. Central and Apache snapshots already come from the Apache parent POM. --- pom.xml | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 34e6454af..0a9f294ee 100644 --- a/pom.xml +++ b/pom.xml @@ -369,37 +369,8 @@ </site> </distributionManagement> - <repositories> - <repository> - <id>smx.m2</id> - <name>Apache ServiceMix M2</name> - <url>https://svn.apache.org/repos/asf/servicemix/m2-repo/</url> - </repository> - <!-- Apache snapshots --> - <repository> - <id>apache-snapshots</id> - <name>Apache Snapshots Repository</name> - <url>https://repository.apache.org/content/groups/snapshots-group</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <!-- OPS4J SNAPSHOT repository --> - <repository> - <id>ops4j.sonatype.snapshots.deploy</id> - <name>OPS4J snapshot repository</name> - <url>https://oss.sonatype.org/content/repositories/ops4j-snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> + <!-- UNOMI-971: no project repositories — Central + Apache snapshots come from the parent POM. + Extra repos (ServiceMix SVN, OPS4J Sonatype snapshots) stalled CI on dead hosts. --> <modules> <module>bom</module>
