From bcb94f3f9dd93cd457039c8a28c3302682441fdd Mon Sep 17 00:00:00 2001 From: yanzhigang <21191880@qq.com> Date: Wed, 9 Oct 2024 16:00:37 +0800 Subject: [PATCH 1/3] optimize:h2 dependency adds test scope --- server/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/pom.xml b/server/pom.xml index d74710fa619..63d34056a5d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -226,6 +226,7 @@ com.h2database h2 + test From 7594aa51a9c00eecbf71e5ae8e77fceac1619a63 Mon Sep 17 00:00:00 2001 From: yanzhigang <21191880@qq.com> Date: Wed, 9 Oct 2024 16:54:31 +0800 Subject: [PATCH 2/3] optimize:h2 dependency adds test scope(2.x.md) --- changes/en-us/2.x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index e252b79b246..8014a0d759d 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -21,6 +21,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6898](https://github.com/apache/incubator-seata/pull/6898)] upgrade npmjs version in saga module - [[#6879](https://github.com/apache/incubator-seata/pull/6879)] fix log argument mismatch issue - [[#6902](https://github.com/apache/incubator-seata/pull/6900)] optimize readme docs +- [[#6906](https://github.com/apache/incubator-seata/pull/6906)] h2 dependency adds test scope ### refactor: From ba0691ae12f697d8e4be80e2f2a53e58d039ba0a Mon Sep 17 00:00:00 2001 From: yanzhigang <21191880@qq.com> Date: Thu, 10 Oct 2024 10:37:58 +0800 Subject: [PATCH 3/3] optimize:h2 dependency adds test scope(2.x.md) --- changes/zh-cn/2.x.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 2c69ea823b7..a833dd3eefd 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -22,6 +22,7 @@ - [[#6879](https://github.com/apache/incubator-seata/pull/6879)] 修复日志参数不匹配问题 - [[#6898](https://github.com/apache/incubator-seata/pull/6898)] 升级 saga 模块 npmjs 版本 - [[#6902](https://github.com/apache/incubator-seata/pull/6900)] 优化 readme 文档 +- [[#6906](https://github.com/apache/incubator-seata/pull/6906)] h2依赖添加test scope ### refactor: