From bbd0f3555f0e04e9952f9db9a7c1c4508767ee3b Mon Sep 17 00:00:00 2001 From: fengjuncheng <875521706@qq.com> Date: Thu, 3 Apr 2025 13:48:02 +0800 Subject: [PATCH] =?UTF-8?q?common-denpendencies=E6=A8=A1=E5=9D=97=E5=8F=8A?= =?UTF-8?q?=E7=9B=B8=E5=85=B3pom=E5=88=9B=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api-denpendencies/pom.xml | 20 ++++++++++++++ cpsp-common/cpsp-common-denpendencies/pom.xml | 25 ++++++++++++++++++ .../server-denpendencies/pom.xml | 20 ++++++++++++++ cpsp-common/cpsp-common-entity/pom.xml | 7 ++--- cpsp-common/pom.xml | 7 ++++- pom.xml | 26 +++++++++++++++++++ 6 files changed, 101 insertions(+), 4 deletions(-) create mode 100644 cpsp-common/cpsp-common-denpendencies/api-denpendencies/pom.xml create mode 100644 cpsp-common/cpsp-common-denpendencies/pom.xml create mode 100644 cpsp-common/cpsp-common-denpendencies/server-denpendencies/pom.xml create mode 100644 pom.xml diff --git a/cpsp-common/cpsp-common-denpendencies/api-denpendencies/pom.xml b/cpsp-common/cpsp-common-denpendencies/api-denpendencies/pom.xml new file mode 100644 index 0000000..5ec6684 --- /dev/null +++ b/cpsp-common/cpsp-common-denpendencies/api-denpendencies/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.psbc.cpsp + cpsp-common-denpendencies + 1.0.0 + + + api-denpendencies + + + 8 + 8 + UTF-8 + + + \ No newline at end of file diff --git a/cpsp-common/cpsp-common-denpendencies/pom.xml b/cpsp-common/cpsp-common-denpendencies/pom.xml new file mode 100644 index 0000000..51db933 --- /dev/null +++ b/cpsp-common/cpsp-common-denpendencies/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + + com.psbc.cpsp + cpsp-common + 1.0.0 + + + cpsp-common-denpendencies + pom + + api-denpendencies + server-denpendencies + + + + 8 + 8 + UTF-8 + + + \ No newline at end of file diff --git a/cpsp-common/cpsp-common-denpendencies/server-denpendencies/pom.xml b/cpsp-common/cpsp-common-denpendencies/server-denpendencies/pom.xml new file mode 100644 index 0000000..9b4209f --- /dev/null +++ b/cpsp-common/cpsp-common-denpendencies/server-denpendencies/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.psbc.cpsp + cpsp-common-denpendencies + 1.0.0 + + + server-denpendencies + + + 8 + 8 + UTF-8 + + + \ No newline at end of file diff --git a/cpsp-common/cpsp-common-entity/pom.xml b/cpsp-common/cpsp-common-entity/pom.xml index a66a8db..a0f09a9 100644 --- a/cpsp-common/cpsp-common-entity/pom.xml +++ b/cpsp-common/cpsp-common-entity/pom.xml @@ -14,18 +14,19 @@ org.projectlombok lombok - 1.18.30 + ${lombok.version} compile com.baomidou mybatis-plus-boot-starter - 3.5.5 + ${mybatis-plus.version} + com.fasterxml.jackson.core jackson-databind - 2.11.4 + ${jackson.version} diff --git a/cpsp-common/pom.xml b/cpsp-common/pom.xml index 3666910..f15be51 100644 --- a/cpsp-common/pom.xml +++ b/cpsp-common/pom.xml @@ -3,13 +3,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + com.psbc.cpsp + cpsp-parent + 1.0.0 + com.psbc.cpsp cpsp-common - 1.0.0 pom cpsp-common-entity + cpsp-common-denpendencies diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e52e62f --- /dev/null +++ b/pom.xml @@ -0,0 +1,26 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.7.10 + + + com.psbc.cpsp + cpsp-parent + 1.0.0 + + pom + + cpsp-common + + + + 1.18.30 + 3.5.5 + 2.11.4 + + \ No newline at end of file