升级shiro,阿里云暂时没有最新包
This commit is contained in:
parent
79b86cb96c
commit
6a50857c2e
5
pom.xml
5
pom.xml
|
@ -195,7 +195,8 @@
|
|||
<repository>
|
||||
<id>public</id>
|
||||
<name>aliyun nexus</name>
|
||||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||||
<!-- <url>https://maven.aliyun.com/repository/central</url>-->
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
@ -205,7 +206,7 @@
|
|||
<pluginRepository>
|
||||
<id>public</id>
|
||||
<name>aliyun nexus</name>
|
||||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||||
<url>https://maven.aliyun.com/repository/central</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<properties>
|
||||
<quartz.version>2.3.0</quartz.version>
|
||||
<shiro.version>1.6.0</shiro.version>
|
||||
<shiro.version>1.10.0</shiro.version>
|
||||
<captcha.version>1.6.2</captcha.version>
|
||||
<easyexcel.version>2.2.6</easyexcel.version>
|
||||
<qiniu.version>7.2.27</qiniu.version>
|
||||
|
|
Loading…
Reference in New Issue