1
1
shuzheng 8 жил өмнө
parent
commit
cd3ccc3268
1 өөрчлөгдсөн 5 нэмэгдсэн , 7 устгасан
  1. 5 7
      zheng-common/pom.xml

+ 5 - 7
zheng-common/pom.xml

@@ -25,6 +25,7 @@
         <mybatis-generator.version>1.3.5</mybatis-generator.version>
         <mybatis-ehcache.version>1.0.0</mybatis-ehcache.version>
         <ehcache.version>2.10.0</ehcache.version>
+        <shiro.version>1.3.2</shiro.version>
 
         <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
     </properties>
@@ -83,25 +84,22 @@
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-core</artifactId>
-            <version>1.2.2</version>
+            <version>${shiro.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-web</artifactId>
-            <version>1.2.2</version>
+            <version>${shiro.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-quartz</artifactId>
-            <version>1.2.2</version>
+            <version>${shiro.version}</version>
         </dependency>
-
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-spring</artifactId>
-            <version>1.2.2</version>
+            <version>${shiro.version}</version>
         </dependency>
         <!-- mybatis -->
         <dependency>