wayneguow commented on code in PR #49854: URL: https://github.com/apache/spark/pull/49854#discussion_r1948060171
########## pom.xml: ########## @@ -599,7 +599,7 @@ <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>2.3.2</version> + <version>4.0.5</version> Review Comment: There is currently no mutual dependence between the `org.glassfish.jersey` series (3.0.16) and the `org.glassfish.jaxb` (4.0.5) series. But they both depend on `jakarta.xml.bind:jakarta.xml.bind-api` and `jakarta.activation:jakarta.activation-api`, and the dependency versions of `jaxb` are newer (xml: 4.0.2 vs 3.0.1, activation: 2.1.3 vs 2.0.1). -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org