|
@@ -38,6 +38,7 @@
|
|
<shiro.version>1.7.1</shiro.version>
|
|
<shiro.version>1.7.1</shiro.version>
|
|
<version>0.6.0</version>
|
|
<version>0.6.0</version>
|
|
<jjwt.version>0.6.0</jjwt.version>
|
|
<jjwt.version>0.6.0</jjwt.version>
|
|
|
|
+ <fastjson-version>1.2.79</fastjson-version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
@@ -114,21 +115,11 @@
|
|
<version>${ant-version}</version>
|
|
<version>${ant-version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.apache.shiro</groupId>-->
|
|
|
|
-<!-- <artifactId>shiro-core</artifactId>-->
|
|
|
|
-<!-- <version>${shiro.version}</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.shiro</groupId>
|
|
<groupId>org.apache.shiro</groupId>
|
|
<artifactId>shiro-spring</artifactId>
|
|
<artifactId>shiro-spring</artifactId>
|
|
<version>${shiro.version}</version>
|
|
<version>${shiro.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.apache.shiro</groupId>-->
|
|
|
|
-<!-- <artifactId>shiro-web</artifactId>-->
|
|
|
|
-<!-- <version>${shiro.version}</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<groupId>io.jsonwebtoken</groupId>
|