From 179567564fbf50ef5717ba5e0ec18f83eaceded6 Mon Sep 17 00:00:00 2001
From: liwq <122639653@qq.com>
Date: Wed, 21 May 2025 16:40:37 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E5=88=9D=E5=A7=8B=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
tashow-dependencies/pom.xml | 8 ++++----
tashow-feign/pom.xml | 18 ++++++++++++++++++
.../tashow-data-permission/pom.xml | 2 +-
3 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 tashow-feign/pom.xml
diff --git a/tashow-dependencies/pom.xml b/tashow-dependencies/pom.xml
index ad6c26c..eae90aa 100644
--- a/tashow-dependencies/pom.xml
+++ b/tashow-dependencies/pom.xml
@@ -125,22 +125,22 @@
com.tashow.cloud
- tashow-module-system-api
+ tashow-system-api
${revision}
com.tashow.cloud
- tashow-module-system-biz
+ tashow-module-system
${revision}
com.tashow.cloud
- tashow-module-infra-api
+ tashow-infra-api
${revision}
com.tashow.cloud
- tashow-module-infra-biz
+ tashow-module-infra
${revision}
diff --git a/tashow-feign/pom.xml b/tashow-feign/pom.xml
new file mode 100644
index 0000000..feb8d49
--- /dev/null
+++ b/tashow-feign/pom.xml
@@ -0,0 +1,18 @@
+
+ 4.0.0
+
+ com.tashow.cloud
+ tashow-platform
+ ${revision}
+
+
+ tashow-feign
+ pom
+
+
+ tashow-infra-api
+ tashow-system-api
+
+
+
diff --git a/tashow-framework/tashow-data-permission/pom.xml b/tashow-framework/tashow-data-permission/pom.xml
index 48ca4b3..84f3240 100644
--- a/tashow-framework/tashow-data-permission/pom.xml
+++ b/tashow-framework/tashow-data-permission/pom.xml
@@ -43,7 +43,7 @@
com.tashow.cloud
- tashow-module-system-api
+ tashow-system-api
${revision}