xiaoyuyao commented on a change in pull request #660: [HDDS-1351] NoClassDefFoundError when running ozone genconf URL: https://github.com/apache/hadoop/pull/660#discussion_r270234817
########## 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: Agree, since you don't add jaxb-impl. We should be good. There is no need to exclude. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
