Sfoglia il codice sorgente

【CHG】修改三方库

zhaomn 1 anno fa
parent
commit
9fa3c652e9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -297,7 +297,7 @@
     <repository>
       <id>public</id>
       <name>aliyun nexus</name>
-      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
+      <url>https://maven.aliyun.com/nexus/content/groups/public/</url>
       <releases>
         <enabled>true</enabled>
       </releases>
@@ -313,7 +313,7 @@
         <enabled>true</enabled>
       </releases>
       <snapshots>
-        <enabled>false</enabled>
+        <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
   </pluginRepositories>