update pom.xml
This commit is contained in:
@@ -59,4 +59,42 @@
|
|||||||
<url>http://jeesite.com</url>
|
<url>http://jeesite.com</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>aliyun-repos</id>
|
||||||
|
<name>Aliyun Repository</name>
|
||||||
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
|
<releases><enabled>true</enabled></releases>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>sonatype-repos</id>
|
||||||
|
<name>Sonatype Repository</name>
|
||||||
|
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||||
|
<releases><enabled>true</enabled></releases>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>sonatype-repos-s</id>
|
||||||
|
<name>Sonatype Repository</name>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
<releases><enabled>false</enabled></releases>
|
||||||
|
<snapshots><enabled>true</enabled></snapshots>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
|
||||||
|
<pluginRepository>
|
||||||
|
<id>aliyun-repos</id>
|
||||||
|
<name>Aliyun Repository</name>
|
||||||
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
|
<releases><enabled>true</enabled></releases>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@@ -311,12 +311,9 @@
|
|||||||
<id>aliyun-repos</id>
|
<id>aliyun-repos</id>
|
||||||
<name>Aliyun Repository</name>
|
<name>Aliyun Repository</name>
|
||||||
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
|
<releases><enabled>true</enabled></releases>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
<pluginRepository>
|
|
||||||
<id>sonatype-repos</id>
|
|
||||||
<name>Sonatype Repository</name>
|
|
||||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
|
||||||
</pluginRepository>
|
|
||||||
|
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|||||||
@@ -145,12 +145,9 @@
|
|||||||
<id>aliyun-repos</id>
|
<id>aliyun-repos</id>
|
||||||
<name>Aliyun Repository</name>
|
<name>Aliyun Repository</name>
|
||||||
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
||||||
|
<releases><enabled>true</enabled></releases>
|
||||||
|
<snapshots><enabled>false</enabled></snapshots>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
<pluginRepository>
|
|
||||||
<id>sonatype-repos</id>
|
|
||||||
<name>Sonatype Repository</name>
|
|
||||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
|
||||||
</pluginRepository>
|
|
||||||
|
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user