Skip to content

Commit dd514db

Browse files
committed
add aliyun central repository url
1 parent 2a1d9e8 commit dd514db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@
5555
<enabled>true</enabled>
5656
</snapshots>
5757
</repository>
58+
<repository>
59+
<id>aliyun-central</id>
60+
<url>https://maven.aliyun.com/repository/central</url>
61+
<releases>
62+
<enabled>true</enabled>
63+
</releases>
64+
<snapshots>
65+
<enabled>false</enabled>
66+
</snapshots>
67+
</repository>
5868
</repositories>
5969
<build>
6070
<plugins>

0 commit comments

Comments
 (0)