turboFei commented on code in PR #2371:
URL: https://github.com/apache/celeborn/pull/2371#discussion_r1540543981
##########
pom.xml:
##########
@@ -497,6 +497,12 @@
<groupId>org.glassfish.jersey.test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>${jersey.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>jakarta.activation</groupId>
+ <artifactId>jakarta.activation-api</artifactId>
+ </exclusion>
Review Comment:
I checked the existing dependencies involved in this pr, all of them appear
in the kyuubi dependency list.
So, I think the dependencies looks fine.
--
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]