diff --git a/ballcat-common/ballcat-common-bom/pom.xml b/ballcat-common/ballcat-common-bom/pom.xml new file mode 100644 index 00000000..c9a055e6 --- /dev/null +++ b/ballcat-common/ballcat-common-bom/pom.xml @@ -0,0 +1,126 @@ + + + 4.0.0 + com.hccake + ballcat-common-bom + 0.0.1 + pom + + + 0.0.1 + + 5.0.1 + 3.2.0 + 0.0.4 + 1.5.2 + 2.1.0 + 2.2.0 + 3.8.0 + + + + + + com.hccake + ballcat-admin-core + ${ballcat.version} + + + com.hccake + ballcat-common-conf + ${ballcat.version} + + + com.hccake + ballcat-common-core + ${ballcat.version} + + + com.hccake + ballcat-common-job + ${ballcat.version} + + + com.hccake + ballcat-common-log + ${ballcat.version} + + + com.hccake + ballcat-common-modules + ${ballcat.version} + + + com.hccake + ballcat-common-swagger + ${ballcat.version} + + + com.hccake + ballcat-common-storage + ${ballcat.version} + + + com.hccake + ballcat-common-mail + ${ballcat.version} + + + + + + + + + io.swagger + swagger-annotations + ${swagger.core.version} + + + + com.xuxueli + xxl-job-core + ${xxl-job.version} + + + + com.baomidou + mybatis-plus-extension + ${mybatis-plus.version} + + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + + com.aliyun.oss + aliyun-sdk-oss + ${oss.aliyun.version} + + + + de.codecentric + spring-boot-admin-starter-server + ${spring-boot-admin.version} + + + + de.codecentric + spring-boot-admin-starter-client + ${spring-boot-admin.version} + + + + cn.hutool + hutool-all + ${hutool.version} + + + + + \ No newline at end of file diff --git a/ballcat-common/pom.xml b/ballcat-common/pom.xml index 67af8255..08664911 100644 --- a/ballcat-common/pom.xml +++ b/ballcat-common/pom.xml @@ -13,6 +13,7 @@ pom + ballcat-common-bom ballcat-common-core ballcat-common-modules ballcat-common-log diff --git a/pom.xml b/pom.xml index 733283ed..f4e63b42 100644 --- a/pom.xml +++ b/pom.xml @@ -27,18 +27,9 @@ 1.8 2.2.2.RELEASE + 2.3.6.RELEASE Cairo-SR8 1.3.0.Final - - 5.0.1 - 3.2.0 - 0.0.4 - 1.5.2 - 2.1.0 - 2.2.0 - 2.3.6.RELEASE - 3.8.0 - @@ -76,97 +67,10 @@ com.hccake - ballcat-common-conf + ballcat-common-bom ${ballcat.version} - - - com.hccake - ballcat-common-core - ${ballcat.version} - - - com.hccake - ballcat-common-job - ${ballcat.version} - - - com.hccake - ballcat-common-log - ${ballcat.version} - - - com.hccake - ballcat-common-modules - ${ballcat.version} - - - com.hccake - ballcat-common-swagger - ${ballcat.version} - - - com.hccake - ballcat-common-storage - ${ballcat.version} - - - com.hccake - ballcat-common-mail - ${ballcat.version} - - - - io.swagger - swagger-annotations - ${swagger.core.version} - - - - com.xuxueli - xxl-job-core - ${xxl-job.version} - - - - com.baomidou - mybatis-plus-extension - ${mybatis-plus.version} - - - - com.baomidou - mybatis-plus-boot-starter - ${mybatis-plus.version} - - - - com.aliyun.oss - aliyun-sdk-oss - ${oss.aliyun.version} - - - - org.springframework.security.oauth - spring-security-oauth2 - ${spring-security-oauth2.version} - - - - de.codecentric - spring-boot-admin-starter-server - ${spring-boot-admin.version} - - - - de.codecentric - spring-boot-admin-starter-client - ${spring-boot-admin.version} - - - - cn.hutool - hutool-all - ${hutool.version} + pom + import org.springframework.boot @@ -182,6 +86,12 @@ pom import + + + org.springframework.security.oauth + spring-security-oauth2 + ${spring-security-oauth2.version} + org.springframework.boot @@ -285,6 +195,12 @@ preview + + hccake + + hccake + +