From 4345e6e10f5e116c2d0d30bb188130dd06982d5f Mon Sep 17 00:00:00 2001
From: "Doroszlai, Attila" <6454655+adoroszlai@users.noreply.github.com>
Date: Fri, 29 Mar 2019 17:01:56 +0100
Subject: [PATCH] [HDDS-1351] NoClassDefFoundError when running ozone genconf
(). Contributed by Doroszlai Attila.
This closes #659.
(cherry picked from commit 7dc0ecc446e3e58a795a925b3546b6d328b4eb02)
---
hadoop-ozone/tools/pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/hadoop-ozone/tools/pom.xml b/hadoop-ozone/tools/pom.xml
index fbc8a7d3133..6008eb9cc32 100644
--- a/hadoop-ozone/tools/pom.xml
+++ b/hadoop-ozone/tools/pom.xml
@@ -59,6 +59,18 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
hadoop-hdfs
compile
+
+ com.sun.xml.bind
+ jaxb-core
+
+
+ javax.xml.bind
+ jaxb-api
+
+
+ javax.activation
+ activation
+
io.dropwizard.metrics
metrics-core