From 9545a69385d944b9c025603d4f7e9bb45cc69fec Mon Sep 17 00:00:00 2001
From: 86191 <2160251938@qq.com>
Date: Tue, 8 Oct 2024 16:23:12 +0800
Subject: [PATCH] =?UTF-8?q?fix():=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99?=
=?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cloud-modules/saas/saas-cache/pom.xml | 2 --
cloud-modules/saas/saas-common/pom.xml | 2 +-
cloud-modules/saas/saas-server/pom.xml | 2 --
pom.xml | 30 ++++++++++++++++++++++++++
4 files changed, 31 insertions(+), 5 deletions(-)
diff --git a/cloud-modules/saas/saas-cache/pom.xml b/cloud-modules/saas/saas-cache/pom.xml
index 3359924..31089c0 100644
--- a/cloud-modules/saas/saas-cache/pom.xml
+++ b/cloud-modules/saas/saas-cache/pom.xml
@@ -26,13 +26,11 @@
com.muyu.common
saas-common
- 3.6.3
com.muyu.cache
cloud-common-cache
- 3.6.3
diff --git a/cloud-modules/saas/saas-common/pom.xml b/cloud-modules/saas/saas-common/pom.xml
index bda0d95..54c302e 100644
--- a/cloud-modules/saas/saas-common/pom.xml
+++ b/cloud-modules/saas/saas-common/pom.xml
@@ -27,10 +27,10 @@
com.muyu
cloud-common-core
+
io.swagger.core.v3
swagger-annotations
- 2.2.8
diff --git a/cloud-modules/saas/saas-server/pom.xml b/cloud-modules/saas/saas-server/pom.xml
index 5d7bfd0..da9d8f4 100644
--- a/cloud-modules/saas/saas-server/pom.xml
+++ b/cloud-modules/saas/saas-server/pom.xml
@@ -27,13 +27,11 @@
com.muyu
saas-cache
- 3.6.3
com.muyu.common
saas-common
- 3.6.3
diff --git a/pom.xml b/pom.xml
index 076442b..3a449bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,11 +43,41 @@
4.1.0
2.4.1
4.2.0
+ 3.6.3
+ 3.6.3
+ 3.6.3
+ 2.2.8
+
+
+ io.swagger.core.v3
+ swagger-annotations
+ ${swagger-annotations.version}
+
+
+
+ com.muyu.cache
+ cloud-common-cache
+ ${cloud-common-cache.version}
+
+
+
+ com.muyu.common
+ saas-common
+ ${saas-common.version}
+
+
+
+ com.muyu
+ saas-cache
+ ${saas-cache.version}
+
+
+
com.baomidou
dynamic-datasource-spring-boot-starter