2026-01-28 16:15:09 +08:00
|
|
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
|
|
|
<mirrors>
|
|
|
|
|
<!-- Use standard central, bypass custom broken mirrors -->
|
|
|
|
|
<mirror>
|
2026-02-09 09:43:28 +08:00
|
|
|
<id>maven-central-mirror</id>
|
2026-01-28 16:15:09 +08:00
|
|
|
<mirrorOf>*</mirrorOf>
|
2026-02-09 09:43:28 +08:00
|
|
|
<name>Maven Central</name>
|
|
|
|
|
<url>https://repo1.maven.org/maven2/</url>
|
2026-01-28 16:15:09 +08:00
|
|
|
</mirror>
|
|
|
|
|
</mirrors>
|
|
|
|
|
</settings>
|