From edd3435ae765ade1c5a323553c000b0918d75366 Mon Sep 17 00:00:00 2001 From: yiumankam <415481084@qq.com> Date: Fri, 16 Jul 2021 00:05:02 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8D=87=E7=BA=A7SpringBoot=E8=87=B32?= =?UTF-8?q?.5.2=20=20=E5=8F=91=E5=B8=830.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 解决单数据源事务不生效问题 2. 增加WebSecurity资源配置提供者,用于配置静态资源相关的安全访问 3. 增加AccessPointer访问埋点器 --- citrus-boot-starter/pom.xml | 2 +- citrus-main/pom.xml | 21 +++++++++++---------- citrus-security/pom.xml | 2 +- citrus-support/pom.xml | 2 +- citrus-system/pom.xml | 2 +- citrus-workflow-impl/pom.xml | 2 +- citrus-workflow/pom.xml | 2 +- pom.xml | 8 ++++---- 8 files changed, 21 insertions(+), 20 deletions(-) diff --git a/citrus-boot-starter/pom.xml b/citrus-boot-starter/pom.xml index 539bad88..e886141e 100644 --- a/citrus-boot-starter/pom.xml +++ b/citrus-boot-starter/pom.xml @@ -5,7 +5,7 @@ citrus com.github.yiuman - 0.13.0 + 0.14.0 4.0.0 diff --git a/citrus-main/pom.xml b/citrus-main/pom.xml index 616bd3f6..2c36b16f 100644 --- a/citrus-main/pom.xml +++ b/citrus-main/pom.xml @@ -5,32 +5,33 @@ citrus com.github.yiuman - 0.0.1 + 0.14.0 4.0.0 citrus-main + true true - 0.13.0 + 0.14.0 - - org.springframework.boot - spring-boot-starter-test - + + + + mysql mysql-connector-java runtime - - org.springframework.boot - spring-boot-starter-jta-atomikos - + + + + com.github.yiuman diff --git a/citrus-security/pom.xml b/citrus-security/pom.xml index 1f6fbd6c..4c648a5e 100644 --- a/citrus-security/pom.xml +++ b/citrus-security/pom.xml @@ -5,7 +5,7 @@ com.github.yiuman citrus - 0.13.0 + 0.14.0 4.0.0 diff --git a/citrus-support/pom.xml b/citrus-support/pom.xml index 6b9c7a8d..f361ebd4 100644 --- a/citrus-support/pom.xml +++ b/citrus-support/pom.xml @@ -5,7 +5,7 @@ citrus com.github.yiuman - 0.13.0 + 0.14.0 4.0.0 diff --git a/citrus-system/pom.xml b/citrus-system/pom.xml index fc1c1992..953d4742 100644 --- a/citrus-system/pom.xml +++ b/citrus-system/pom.xml @@ -5,7 +5,7 @@ citrus com.github.yiuman - 0.13.0 + 0.14.0 4.0.0 diff --git a/citrus-workflow-impl/pom.xml b/citrus-workflow-impl/pom.xml index 06fcecd0..cf7fbf60 100644 --- a/citrus-workflow-impl/pom.xml +++ b/citrus-workflow-impl/pom.xml @@ -5,7 +5,7 @@ citrus com.github.yiuman - 0.13.0 + 0.14.0 4.0.0 diff --git a/citrus-workflow/pom.xml b/citrus-workflow/pom.xml index 161f1356..005bacef 100644 --- a/citrus-workflow/pom.xml +++ b/citrus-workflow/pom.xml @@ -5,7 +5,7 @@ citrus com.github.yiuman - 0.13.0 + 0.14.0 4.0.0 diff --git a/pom.xml b/pom.xml index 32b96462..ca7d7e6f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.yiuman citrus - 0.13.0 + 0.14.0 citrus springboot-开发脚手架 https://github.com/Yiuman/citrus @@ -48,14 +48,14 @@ UTF-8 ${java.version} - 2.5.0 + 2.5.2 1.18.16 5.5.6 3.4.3 1.8 1.8 1.8 - 0.13.0 + 0.14.0 2.1.6 0.11.0 2.6 @@ -180,7 +180,7 @@ - +