funky-eyes commented on code in PR #7509:
URL: https://github.com/apache/incubator-seata/pull/7509#discussion_r2211938968
##########
integration-tx-api/pom.xml:
##########
@@ -61,7 +61,14 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework</groupId>
Review Comment:
It should not rely on Spring, but instead refer to the existing proxy
approach and use byte-buddy for proxying.
--
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]