adoroszlai commented on a change in pull request #660: [HDDS-1351] NoClassDefFoundError when
running ozone genconf
URL: https://github.com/apache/hadoop/pull/660#discussion_r270233396
##########
File path: hadoop-ozone/tools/pom.xml
##########
@@ -59,6 +59,18 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>hadoop-hdfs</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
Review comment:
Hi @xiaoyuyao, thanks for the review. This change adds 3 dependencies, but none of them
is a transitive dependency via `hadoop-common`. Can you please clarify what needs to be excluded
and why?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org
|