This is an automated email from the ASF dual-hosted git repository.
jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new c8d618a4d3 optimize: add the dependency jackson-datatype-jsr310 (#8030)
c8d618a4d3 is described below
commit c8d618a4d3ffc06c11fb895828a3ba29811ad042
Author: 徐晓伟 <[email protected]>
AuthorDate: Wed Apr 1 16:42:35 2026 +0800
optimize: add the dependency jackson-datatype-jsr310 (#8030)
---
all/pom.xml | 15 ++-------------
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 2 +-
3 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/all/pom.xml b/all/pom.xml
index 883f641275..ba9cfd2215 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -598,19 +598,8 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <scope>provided</scope>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 0819b534dd..007c65b7b6 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -49,6 +49,7 @@ Add changes here for all PR submitted to the 2.x branch.
- [[#8008](https://github.com/apache/incubator-seata/pull/8008)] replace
synchronized with ReentrantLock in saga module for Loom virtual thread
compatibility
- [[#8019](https://github.com/apache/incubator-seata/pull/8019)] mark
deprecated JSON parsers
- [[#8031](https://github.com/apache/incubator-seata/pull/8031)] upgrade some
dependencies versions
+- [[#8030](https://github.com/apache/incubator-seata/pull/8030)] add the
dependency jackson-datatype-jsr310
### security:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index d89a28f5b7..d87e4e3fa3 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -50,7 +50,7 @@
- [[#7970](https://github.com/apache/incubator-seata/pull/7970)] 移除
ClusterController 中不必要的 refreshLeader 调用
- [[#8019](https://github.com/apache/incubator-seata/pull/8019)] 标记弃用的json解析器
- [[#8031](https://github.com/apache/incubator-seata/pull/8031)] 升级一些依赖版本
-
+- [[#8030](https://github.com/apache/incubator-seata/pull/8030)] 添加依赖
jackson-datatype-jsr310
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]