xuxiaowei-com-cn commented on code in PR #8030:
URL: https://github.com/apache/incubator-seata/pull/8030#discussion_r3019377716
##########
seata-spring-boot-starter/pom.xml:
##########
@@ -36,6 +36,10 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
Review Comment:
# English
- `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` has been moved to
`org.apache.seata:seata-all`
- `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` is added without
specifying `scope`, as the default `scope` is `compile`
# 中文
- `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` 已经移动到
`org.apache.seata:seata-all`
- `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` 没有添加 `scope`,因为
`scope` 默认就是 `compile`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]