diff --git a/sop-admin/sop-admin-server/pom.xml b/sop-admin/sop-admin-server/pom.xml
index 00ca5cd8..cd697a17 100644
--- a/sop-admin/sop-admin-server/pom.xml
+++ b/sop-admin/sop-admin-server/pom.xml
@@ -57,6 +57,18 @@
org.springframework.boot
spring-boot-starter-thymeleaf
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
+ com.alibaba.nacos
+ nacos-client
+ true
+
org.springframework.boot
diff --git a/sop-common/sop-gateway-common/pom.xml b/sop-common/sop-gateway-common/pom.xml
index d231e93b..e087901c 100644
--- a/sop-common/sop-gateway-common/pom.xml
+++ b/sop-common/sop-gateway-common/pom.xml
@@ -48,6 +48,11 @@
spring-cloud-netflix-ribbon
+
+ com.alibaba
+ fastjson
+
+
com.alibaba.cloud
diff --git a/sop-common/sop-service-common/pom.xml b/sop-common/sop-service-common/pom.xml
index 20ca41a9..e32c138e 100644
--- a/sop-common/sop-service-common/pom.xml
+++ b/sop-common/sop-service-common/pom.xml
@@ -36,6 +36,11 @@
commons-io
+
+ com.alibaba
+ fastjson
+
+
org.springframework