diff --git a/diboot-core-starter/pom.xml b/diboot-core-starter/pom.xml index 4e6265f..959a641 100644 --- a/diboot-core-starter/pom.xml +++ b/diboot-core-starter/pom.xml @@ -5,29 +5,17 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - + com.diboot + diboot-root + 2.0.4 - com.diboot diboot-core-spring-boot-starter 2.0.4 + jar + diboot core starter project - - - org.springframework.boot - spring-boot-configuration-processor - true - - - - org.springframework.boot - spring-boot-starter-web - - com.diboot diff --git a/diboot-core/pom.xml b/diboot-core/pom.xml index 62a88f5..a21704a 100644 --- a/diboot-core/pom.xml +++ b/diboot-core/pom.xml @@ -5,92 +5,18 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - + com.diboot + diboot-root + 2.0.4 - com.diboot diboot-core 2.0.4 jar diboot core project - - 1.8 - 2.2.1.RELEASE - - - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - 1.18.10 - compile - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - mysql - mysql-connector-java - 8.0.16 - provided - - - - org.springframework.boot - spring-boot-starter-web - ${springboot.version} - - - org.springframework.boot - spring-boot-starter-logging - - - - - com.baomidou - mybatis-plus-boot-starter - 3.2.0 - - - org.hibernate.validator - hibernate-validator - 6.0.18.Final - - - com.alibaba - fastjson - 1.2.60 - - - org.apache.commons - commons-lang3 - 3.8.1 - - - commons-io - commons-io - 2.6 - - - - - org.springframework.boot - spring-boot-starter-test - test - diff --git a/iam-base-starter/pom.xml b/iam-base-starter/pom.xml index 77d13c5..9018ce8 100644 --- a/iam-base-starter/pom.xml +++ b/iam-base-starter/pom.xml @@ -5,49 +5,18 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.2.1.RELEASE - + com.diboot + diboot-root + 2.0.4 - com.diboot diboot-iam-base-spring-boot-starter 2.0.4-RC1 jar diboot IAM base project - - 1.8 - 2.2.1.RELEASE - - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - mysql - mysql-connector-java - 8.0.16 - - - org.projectlombok - lombok - 1.18.10 - - + com.diboot diboot-core-spring-boot-starter @@ -71,12 +40,6 @@ 1.9.5 - - - org.springframework.boot - spring-boot-starter-test - test - diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..d3b9be0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,101 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 2.2.1.RELEASE + + + + com.diboot + diboot-root + 2.0.4 + pom + + + diboot-core + diboot-core-starter + iam-base-starter + + + + 1.8 + 2.2.1.RELEASE + + + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + 1.18.10 + compile + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + mysql + mysql-connector-java + 8.0.16 + provided + + + + + org.springframework.boot + spring-boot-starter-web + ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + + + + com.baomidou + mybatis-plus-boot-starter + 3.2.0 + + + org.hibernate.validator + hibernate-validator + 6.0.18.Final + + + com.alibaba + fastjson + 1.2.60 + + + org.apache.commons + commons-lang3 + 3.8.1 + + + commons-io + commons-io + 2.6 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + \ No newline at end of file