From 5822d073fb28c7178409010e6e4f9e78c1ae2d5a Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 31 Mar 2025 21:29:14 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=96=B0=E5=A2=9E=20continew-starter-?= =?UTF-8?q?bom=20=E6=A8=A1=E5=9D=97=EF=BC=8C=E7=94=A8=E4=BA=8E=E9=9B=86?= =?UTF-8?q?=E4=B8=AD=E7=AE=A1=E7=90=86=E6=89=80=E6=9C=89=E5=AD=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-bom/pom.xml | 339 ++++++++++++++++++++++++++ continew-starter-dependencies/pom.xml | 261 +------------------- pom.xml | 1 + 3 files changed, 344 insertions(+), 257 deletions(-) create mode 100644 continew-starter-bom/pom.xml diff --git a/continew-starter-bom/pom.xml b/continew-starter-bom/pom.xml new file mode 100644 index 00000000..57785812 --- /dev/null +++ b/continew-starter-bom/pom.xml @@ -0,0 +1,339 @@ + + + 4.0.0 + + top.continew + continew-starter-bom + ${revision} + pom + ContiNew Starter BOM + + + 2.11.0-SNAPSHOT + + + + + + + top.continew + continew-starter-extension-crud-core + ${revision} + + + + top.continew + continew-starter-extension-crud-mp + ${revision} + + + + top.continew + continew-starter-extension-crud-mf + ${revision} + + + + + top.continew + continew-starter-extension-datapermission-core + ${revision} + + + + top.continew + continew-starter-extension-datapermission-mp + ${revision} + + + + + top.continew + continew-starter-extension-tenant-core + ${revision} + + + + top.continew + continew-starter-extension-tenant-mp + ${revision} + + + + + top.continew + continew-starter-auth-justauth + ${revision} + + + + + top.continew + continew-starter-auth-satoken + ${revision} + + + + + top.continew + continew-starter-data-mp + ${revision} + + + + + top.continew + continew-starter-data-mf + ${revision} + + + + + top.continew + continew-starter-data-core + ${revision} + + + + + top.continew + continew-starter-cache-jetcache + ${revision} + + + + + top.continew + continew-starter-cache-springcache + ${revision} + + + + + top.continew + continew-starter-cache-redisson + ${revision} + + + + + top.continew + continew-starter-messaging-websocket + ${revision} + + + + + top.continew + continew-starter-messaging-mail + ${revision} + + + + + top.continew + continew-starter-captcha-behavior + ${revision} + + + + + top.continew + continew-starter-captcha-graphic + ${revision} + + + + + top.continew + continew-starter-file-excel + ${revision} + + + + + top.continew + continew-starter-storage-core + ${revision} + + + + + top.continew + continew-starter-storage-local + ${revision} + + + + + top.continew + continew-starter-storage-oss + ${revision} + + + + + top.continew + continew-starter-log-interceptor + ${revision} + + + + + top.continew + continew-starter-log-aop + ${revision} + + + + + top.continew + continew-starter-log-core + ${revision} + + + + + top.continew + continew-starter-trace + ${revision} + + + + + top.continew + continew-starter-idempotent + ${revision} + + + + + top.continew + continew-starter-ratelimiter + ${revision} + + + + + top.continew + continew-starter-security-xss + + + + + top.continew + continew-starter-security-sensitivewords + ${revision} + + + + + top.continew + continew-starter-security-crypto + ${revision} + + + + + top.continew + continew-starter-security-mask + ${revision} + + + + + top.continew + continew-starter-security-password + ${revision} + + + + + top.continew + continew-starter-web + ${revision} + + + + + top.continew + continew-starter-api-doc + ${revision} + + + + + top.continew + continew-starter-json-jackson + ${revision} + + + + + top.continew + continew-starter-core + ${revision} + + + + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.7.0 + + + + flatten-effective-pom + process-resources + + flatten + + + false + ${project.build.directory}/effective-pom + continew-starter-dependencies.xml + oss + + expand + expand + remove + remove + + + + + + flatten + process-resources + + flatten + + + true + bom + + expand + keep + keep + remove + + + + + flatten-clean + clean + + clean + + + + + + + \ No newline at end of file diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index e99f52d6..8dce3d4a 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -43,7 +43,7 @@ - 2.10.0 + 2.11.0-SNAPSHOT 2023.0.5 3.45.0 2.7.7 @@ -371,265 +371,12 @@ - top.continew - continew-starter-extension-crud-core - ${revision} - - - - top.continew - continew-starter-extension-crud-mp - ${revision} - - - - top.continew - continew-starter-extension-crud-mf - ${revision} - - - - - top.continew - continew-starter-extension-datapermission-core - ${revision} - - - - top.continew - continew-starter-extension-datapermission-mp - ${revision} - - - - - top.continew - continew-starter-extension-tenant-core - ${revision} - - - - top.continew - continew-starter-extension-tenant-mp - ${revision} - - - - - top.continew - continew-starter-auth-justauth - ${revision} - - - - - top.continew - continew-starter-auth-satoken - ${revision} - - - - - top.continew - continew-starter-data-mp - ${revision} - - - - - top.continew - continew-starter-data-mf - ${revision} - - - - - top.continew - continew-starter-data-core - ${revision} - - - - - top.continew - continew-starter-cache-jetcache - ${revision} - - - - - top.continew - continew-starter-cache-springcache - ${revision} - - - - - top.continew - continew-starter-cache-redisson - ${revision} - - - - - top.continew - continew-starter-messaging-websocket - ${revision} - - - - - top.continew - continew-starter-messaging-mail - ${revision} - - - - - top.continew - continew-starter-captcha-behavior - ${revision} - - - - - top.continew - continew-starter-captcha-graphic - ${revision} - - - - - top.continew - continew-starter-file-excel - ${revision} - - - - - top.continew - continew-starter-storage-core - ${revision} - - - - - top.continew - continew-starter-storage-local - ${revision} - - - - - top.continew - continew-starter-storage-oss - ${revision} - - - - - top.continew - continew-starter-log-interceptor - ${revision} - - - - - top.continew - continew-starter-log-aop - ${revision} - - - - - top.continew - continew-starter-log-core - ${revision} - - - - - top.continew - continew-starter-trace - ${revision} - - - - - top.continew - continew-starter-idempotent - ${revision} - - - - - top.continew - continew-starter-ratelimiter - ${revision} - - - - - top.continew - continew-starter-security-xss - - - - - top.continew - continew-starter-security-sensitivewords - ${revision} - - - - - top.continew - continew-starter-security-crypto - ${revision} - - - - - top.continew - continew-starter-security-mask - ${revision} - - - - - top.continew - continew-starter-security-password - ${revision} - - - - - top.continew - continew-starter-web - ${revision} - - - - - top.continew - continew-starter-api-doc - ${revision} - - - - - top.continew - continew-starter-json-jackson - ${revision} - - - - - top.continew - continew-starter-core + continew-starter-bom ${revision} + pom + import diff --git a/pom.xml b/pom.xml index cb71816b..607f53b3 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ continew-starter-dependencies + continew-starter-bom continew-starter-core continew-starter-json continew-starter-api-doc