funky-eyes commented on code in PR #8030:
URL: https://github.com/apache/incubator-seata/pull/8030#discussion_r3015594757


##########
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:
   Why add this dependency here? I believe it should be added to the 
rm-dataSource module, shouldn't it? When using the default Jackson as the 
parser for undolog.



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