diff --git a/modules/i3plus-core-apiservice/src/main/resources/application.properties b/modules/i3plus-core-apiservice/src/main/resources/application.properties
index 3dbef88..efcc0e9 100644
--- a/modules/i3plus-core-apiservice/src/main/resources/application.properties
+++ b/modules/i3plus-core-apiservice/src/main/resources/application.properties
@@ -76,6 +76,7 @@ redis.resource.db=0
redis.session.db=1
#\u7CFB\u7EDF\u5168\u5C40\u7F13\u5B58\u5E93\uFF0C\u5B58\u653E\u5E73\u53F0\u6838\u5FC3\u6570\u636E\u7F13\u5B58
redis.core.db=2
+wms.redis.open=true
filter.ding.menu.id = 112000000,102081502,112000100,112000200,112000300,112000400,112000500,112000501,112000520,112000600,112000700,112000701,112000702,112000800,112000900,112001000,112001100
filter.ding.menu.parent.id = 100000000
diff --git a/pom.xml b/pom.xml
index ae55546..2a780f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,12 @@
UTF-8
1.8
1.0-TEST-SNAPSHOT
+ 2.17.1
1.0.0.1
1.0.0.1
- 2.17.0
+ 2.13.2.2
+ 2.13.2
+ 2.13.2
@@ -60,6 +63,18 @@
${project.dependency.version}
+
+ org.springframework
+ spring-web
+ 5.0.16.RELEASE
+
+
+
+ org.springframework
+ spring-webmvc
+ 5.0.16.RELEASE
+
+
i3plus.core
@@ -265,22 +280,22 @@
org.apache.shiro
shiro-core
- 1.4.0
+ 1.9.1
org.apache.shiro
shiro-web
- 1.4.0
+ 1.9.1
org.apache.shiro
shiro-spring
- 1.4.0
+ 1.9.1
org.apache.shiro
shiro-ehcache
- 1.4.0
+ 1.9.1
@@ -346,7 +361,27 @@
elasticsearch
7.5.1
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ ${jackson.databind.version}
+ compile
+
+
+
+ com.fasterxml.jackson.core
+ jackson-annotations
+ ${jackson.annotation.version}
+ compile
+
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ ${jackson.core.version}
+ compile
+