Skip to content

Commit 582fd4e

Browse files
committed
添加快照仓库地址、阿里云仓库地址
1 parent e4fb68c commit 582fd4e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,22 @@
4343
</plugin>
4444
</plugins>
4545
</build>
46+
<repositories>
47+
<repository>
48+
<id>apiboot</id>
49+
<name>Snapshots</name>
50+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
51+
<snapshots>
52+
<enabled>true</enabled>
53+
</snapshots>
54+
</repository>
55+
<repository>
56+
<id>central</id>
57+
<name>Maven Repository Switchboard</name>
58+
<url>https://maven.aliyun.com/repository/public</url>
59+
<releases>
60+
<enabled>true</enabled>
61+
</releases>
62+
</repository>
63+
</repositories>
4664
</project>

0 commit comments

Comments
 (0)