updated to Shiro 1.3.0
This commit is contained in:
6
pom.xml
6
pom.xml
@ -43,7 +43,7 @@
|
|||||||
<freemarker.version>2.3.24-incubating</freemarker.version>
|
<freemarker.version>2.3.24-incubating</freemarker.version>
|
||||||
<pdfbox.version>2.0.2</pdfbox.version>
|
<pdfbox.version>2.0.2</pdfbox.version>
|
||||||
<gson.version>2.7</gson.version>
|
<gson.version>2.7</gson.version>
|
||||||
<shiro.version>1.2.6</shiro.version>
|
<shiro.version>1.3.0</shiro.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@ -166,8 +166,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>${maven-compiler-plugin.version}</version>
|
<version>${maven-compiler-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.8</source>
|
<source>${maven.compiler.source}</source>
|
||||||
<target>1.8</target>
|
<target>${maven.compiler.target}</target>
|
||||||
<showDeprecation>true</showDeprecation>
|
<showDeprecation>true</showDeprecation>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user