|
|
|
@ -24,12 +24,18 @@
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
<!-- 常用公共仓库 阿里云镜像 -->
|
|
|
|
|
<!-- 覆盖常见公共仓库并指向阿里云maven仓 -->
|
|
|
|
|
<repository>
|
|
|
|
|
<id>public</id>
|
|
|
|
|
<name>central仓和jcenter仓的聚合仓</name>
|
|
|
|
|
<id>central</id>
|
|
|
|
|
<name>central仓</name>
|
|
|
|
|
<layout>default</layout>
|
|
|
|
|
<url>https://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
|
<url>https://maven.aliyun.com/repository/central</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>jcenter</id>
|
|
|
|
|
<name>jcenter仓</name>
|
|
|
|
|
<layout>default</layout>
|
|
|
|
|
<url>https://maven.aliyun.com/repository/public</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>google</id>
|
|
|
|
@ -49,6 +55,13 @@
|
|
|
|
|
<layout>default</layout>
|
|
|
|
|
<url>https://maven.aliyun.com/repository/spring-plugin</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>apache snapshots</id>
|
|
|
|
|
<name>apache仓</name>
|
|
|
|
|
<layout>default</layout>
|
|
|
|
|
<url>https://maven.aliyun.com/repository/apache-snapshots</url>
|
|
|
|
|
</repository>
|
|
|
|
|
<!-- 覆盖常见公共仓库并指向阿里云maven仓 -->
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|