From b6967a050f09a93ff8bcaea7313b106599191130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=85=BE?= <3467447354@qq.com> Date: Tue, 30 Jul 2024 00:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud-pay-common/pom.xml | 27 +++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 28 insertions(+) create mode 100644 cloud-pay-common/pom.xml diff --git a/cloud-pay-common/pom.xml b/cloud-pay-common/pom.xml new file mode 100644 index 0000000..7c92cb4 --- /dev/null +++ b/cloud-pay-common/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.muyu + cloud-pay + 1.0.0 + + + cloud-pay-common + 1.0.0 + + + 8 + 8 + UTF-8 + + + + + com.muyu + cloud-common-core + + + diff --git a/pom.xml b/pom.xml index a5345df..4d13879 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ cloud-pay-server cloud-pay-remote cloud-pay-client + cloud-pay-common