K0K0V0K commented on code in PR #7928:
URL: https://github.com/apache/hadoop/pull/7928#discussion_r2319871051
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/pom.xml:
##########
@@ -208,6 +208,12 @@
<artifactId>jersey-media-json-jettison</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>${jaxb.version}</version>
+ <scope>test</scope>
Review Comment:
I was not sure this needed in every case for the Jetty.
But in that case if i see well we will need this every where where we are
using the HttpServer2.
So if i see well this will be needed in HDFS NN also.
In that case shall we add this to the just to the `hadoop-common` project
and let others use it transitively?
--
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]