upgraded to shiro 1.4.0
enhanced error messages
This commit is contained in:
5
pom.xml
5
pom.xml
@ -44,7 +44,6 @@
|
||||
<freemarker.version>2.3.24-incubating</freemarker.version>
|
||||
<pdfbox.version>2.0.2</pdfbox.version>
|
||||
<gson.version>2.7</gson.version>
|
||||
<shiro.version>1.3.2</shiro.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@ -110,12 +109,12 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-core</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.shiro</groupId>
|
||||
<artifactId>shiro-web</artifactId>
|
||||
<version>${shiro.version}</version>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax</groupId>
|
||||
|
||||
Reference in New Issue
Block a user