Add huaweiyun maven mirror
This commit is contained in:
parent
ac855f9a83
commit
827cd17835
16
pom.xml
16
pom.xml
@ -531,7 +531,7 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- Aliyun maven central repo -->
|
||||
<!-- Aliyun maven central mirror repo -->
|
||||
<repository>
|
||||
<id>aliyun-repo</id>
|
||||
<url>https://maven.aliyun.com/repository/public</url>
|
||||
@ -543,7 +543,7 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- Tencent cloud maven central repo -->
|
||||
<!-- Tencent cloud maven central mirror repo -->
|
||||
<repository>
|
||||
<id>tencent-repo</id>
|
||||
<url>https://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
|
||||
@ -555,6 +555,18 @@
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- Huawei cloud maven central mirror repo -->
|
||||
<repository>
|
||||
<id>huawei-repo</id>
|
||||
<url>https://repo.huaweicloud.com/repository/maven/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<!-- CodeMC Repo (Contains many required libraries) -->
|
||||
<repository>
|
||||
<id>codemc-repo</id>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user