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