[HDDS-1351] NoClassDefFoundError when running ozone genconf (). Contributed by Doroszlai Attila.

This closes #659.

(cherry picked from commit 7dc0ecc446)
This commit is contained in:
Doroszlai, Attila 2019-03-29 17:01:56 +01:00 committed by Xiaoyu Yao
parent f2dee89b4f
commit 4345e6e10f
No known key found for this signature in database
GPG Key ID: 2A33E32176F50EF3
1 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,18 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>hadoop-hdfs</artifactId> <artifactId>hadoop-hdfs</artifactId>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</dependency>
<dependency> <dependency>
<groupId>io.dropwizard.metrics</groupId> <groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId> <artifactId>metrics-core</artifactId>