diff --git a/common/pom.xml b/common/pom.xml
index 3312e4a7..d56762bd 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -12,12 +12,19 @@
UTF-8
+
1.7
1.7
1.7
- 4.1.7.RELEASE
- 3.2.7
- 1.2.3
+
+ 4.3.3.RELEASE
+ 4.1.3.RELEASE
+
+ 3.4.1
+ 1.3.0
+ 1.3.5
+ 1.0.0
+ 2.10.0
@@ -52,12 +59,12 @@
org.springframework.security
spring-security-web
- 4.1.3.RELEASE
+ ${spring-security.version}
org.springframework.security
spring-security-config
- 4.1.3.RELEASE
+ ${spring-security.version}
@@ -73,13 +80,18 @@
org.mybatis.generator
mybatis-generator-core
- 1.3.5
+ ${mybatis-generator.version}
net.sf.ehcache
ehcache
- 2.10.0
+ ${ehcache.version}
+
+
+ org.mybatis
+ mybatis-ehcache
+ ${mybatis-ehcache.version}
diff --git a/common/src/main/resources/applicationContext-ehcache.xml b/common/src/main/resources/applicationContext-ehcache.xml
index 4523da1e..0f8d5a0f 100644
--- a/common/src/main/resources/applicationContext-ehcache.xml
+++ b/common/src/main/resources/applicationContext-ehcache.xml
@@ -11,14 +11,14 @@
-
-
-
-
-
+
+
+
+
+
\ No newline at end of file