update
This commit is contained in:
44
pom.xml
44
pom.xml
@@ -269,5 +269,49 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<!-- <repository>-->
|
||||||
|
<!-- <id>spring-milestones</id>-->
|
||||||
|
<!-- <name>Spring Milestones</name>-->
|
||||||
|
<!-- <url>https://repo.spring.io/milestone</url>-->
|
||||||
|
<!-- </repository>-->
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<id>apache.snapshots</id>
|
||||||
|
<name>Apache Development Snapshot Repository</name>
|
||||||
|
<url>https://repository.apache.org/snapshots</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<!-- 依赖仓库配置 -->
|
||||||
|
<repository>
|
||||||
|
<id>huawei-mirror</id>
|
||||||
|
<name>HuaweiCloud Mirror</name>
|
||||||
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>ali-mirror</id>
|
||||||
|
<name>AliYun Mirror</name>
|
||||||
|
<url>https://maven.aliyun.com/repository/public/</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<!-- 插件仓库配置 -->
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>huawei-mirror</id>
|
||||||
|
<name>HuaweiCloud Mirror</name>
|
||||||
|
<url>https://mirrors.huaweicloud.com/repository/maven/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>ali-mirror</id>
|
||||||
|
<name>AliYun Mirror</name>
|
||||||
|
<url>https://maven.aliyun.com/repository/public/</url>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user