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