Aq/aq-flex-api/.m2/settings.xml

13 lines
536 B
XML
Raw Permalink Normal View History

2026-07-21 12:51:40 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<mirrors>
<mirror>
<id>maven</id>
<mirrorOf>central</mirrorOf>
<name>公司仓库</name>
<url>https://nexus.juyuansoft.com/repository/maven-public/</url>
</mirror>
</mirrors>
</settings>