|
@@ -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>
|
|
|
+ <artifactId>jaxb-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>javax.activation</groupId>
|
|
|
+ <artifactId>activation</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>io.dropwizard.metrics</groupId>
|
|
|
<artifactId>metrics-core</artifactId>
|