funky-eyes commented on code in PR #7851:
URL: https://github.com/apache/incubator-seata/pull/7851#discussion_r2612712850
##########
server/pom.xml:
##########
@@ -301,7 +301,6 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
Review Comment:
That's incorrect. The common module's HttpClient has been migrated to
OkHttp, so the dependency should not be declared with test scope here—remove
the test scope, otherwise you'll get a ClassNotFoundException at runtime.
--
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]