|
@@ -241,23 +241,6 @@
|
|
|
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
- <id>anigiomaven</id>
|
|
|
- <name>AnigioMaven</name>
|
|
|
- <url>https://mvn.dayaedu.com/repository/maven-public/</url>
|
|
|
- <snapshots>
|
|
|
- <enabled>false</enabled>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>alimaven</id>
|
|
|
- <name>aliyun maven</name>
|
|
|
- <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
- <snapshots>
|
|
|
- <enabled>false</enabled>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
-
|
|
|
- <repository>
|
|
|
<id>spring-milestones</id>
|
|
|
<name>Spring Milestones</name>
|
|
|
<url>https://repo.spring.io/libs-milestone</url>
|
|
@@ -276,6 +259,24 @@
|
|
|
<enabled>false</enabled>
|
|
|
</releases>
|
|
|
</repository>
|
|
|
+
|
|
|
+ <repository>
|
|
|
+ <id>alimaven</id>
|
|
|
+ <name>aliyun maven</name>
|
|
|
+ <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>false</enabled>
|
|
|
+ </snapshots>
|
|
|
+ </repository>
|
|
|
+ <repository>
|
|
|
+ <id>anigiomaven</id>
|
|
|
+ <name>AnigioMaven</name>
|
|
|
+ <url>https://mvn.dayaedu.com/repository/maven-public/</url>
|
|
|
+ <snapshots>
|
|
|
+ <enabled>false</enabled>
|
|
|
+ </snapshots>
|
|
|
+ </repository>
|
|
|
+
|
|
|
</repositories>
|
|
|
|
|
|
<pluginRepositories>
|