cxzl25 commented on code in PR #2742:
URL: https://github.com/apache/celeborn/pull/2742#discussion_r1766236167
##########
project/CelebornBuild.scala:
##########
@@ -185,7 +188,7 @@ object Dependencies {
val httpClient5 = "org.apache.httpcomponents.client5" % "httpclient5" %
httpClient5Version
val httpCore5 = "org.apache.httpcomponents.core5" % "httpcore5" %
httpCore5Version
val httpCore5H2 = "org.apache.httpcomponents.core5" % "httpcore5-h2" %
httpCore5Version
- val javaxAnnotationApi = "javax.annotation" % "javax.annotation-api" %
javaxAnnotationApiVersion
+ val jakartaAnnotationApi = "jakarta.annotation" % "jakarta.annotation-api" %
jakartaAnnotationApiVersion
Review Comment:
Introduced by CELEBORN-1477, the dependencies of SBT and maven are different.
--
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]