From f66e2f889128cebbd43e56dd2e2a03b86ad562ff Mon Sep 17 00:00:00 2001 From: tanghc Date: Wed, 17 Jun 2020 09:35:15 +0800 Subject: [PATCH] 3.2.0 --- sop-admin/sop-admin-server/pom.xml | 12 ++++++++++++ sop-common/sop-gateway-common/pom.xml | 5 +++++ sop-common/sop-service-common/pom.xml | 5 +++++ 3 files changed, 22 insertions(+) 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