xingfudeshi commented on code in PR #8030:
URL: https://github.com/apache/incubator-seata/pull/8030#discussion_r3019345804


##########
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:
   I agree with @funky-eyes here. It makes perfect sense to change the scope to 
compile to avoid runtime issues for users relying on the default serialization.



-- 
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]

Reply via email to