xuxiaowei-com-cn commented on code in PR #8030:
URL: https://github.com/apache/incubator-seata/pull/8030#discussion_r3018910702
##########
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
- Alternatively, you could place
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 before
org.apache.seata:seata-all, but the scope of
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 in
org.apache.seata:seata-all cannot be provided. Do I need to make an adjustment ?
# 中文
- 也可以将 `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` 前置,放在
`org.apache.seata:seata-all` 中,但是 `org.apache.seata:seata-all` 中的
`com.fasterxml.jackson.datatype:jackson-datatype-jsr310` 的 `scope` 不能是
`provided`。需要我调整一下吗?
--
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]