funky-eyes commented on code in PR #6302:
URL: https://github.com/apache/incubator-seata/pull/6302#discussion_r1466285066
##########
compatible/pom.xml:
##########
@@ -30,7 +30,7 @@
<dependencies>
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>org.apache.seata</groupId>
Review Comment:
In my judgment, if the compatible module doesn't depend on
org.apache.seata:seata-all, then it's not complete and users will have problems
using it because of the missing classes. If he's missing classes, what's the
difference between that and just using io.seata:seata-all and typing a version
specifically to be used as a usedby tag?
根据我的判断,如果兼容模块不依赖于org.
apache.seata:seata-all,那么它就不完整,用户会因为缺少类而在使用它时遇到问题。如果他缺少类,这与仅使用io.seata:seata-all并输入专门用作usedby标记的版本有什么区别?
--
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]