From dcbd2c6569b9d71394d7620f2c23f584d9cfa505 Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Wed, 24 Dec 2025 19:21:53 +0800 Subject: [PATCH] build(maven): introduce common module --- .idea/encodings.xml | 2 ++ Partner-Common/pom.xml | 20 ++++++++++++++++++++ pom.xml | 1 + 3 files changed, 23 insertions(+) create mode 100644 Partner-Common/pom.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml index d920afab..154a876a 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -3,6 +3,8 @@ + + diff --git a/Partner-Common/pom.xml b/Partner-Common/pom.xml new file mode 100644 index 00000000..5840c2cb --- /dev/null +++ b/Partner-Common/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + work.slhaf + Partner + 0.5.0 + + + Partner-Common + + + 21 + 21 + UTF-8 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index ff6ea8a9..d2dc3f61 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ Partner-Main Partner-Api Partner-SandboxRunner + Partner-Common