diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
index 9cfa8b3d67..6bc805c700 100644
--- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
@@ -20,6 +20,7 @@
true
true
+ 2.11.0
@@ -46,5 +47,11 @@
findbugs-annotations
1.3.9-1
+
+
+ org.apache.curator
+ curator-client
+ ${curator.version}
+
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
index 02face9127..d5b5e16319 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml
@@ -132,6 +132,14 @@
com.google.code.findbugs
jsr305
+
+ org.apache.curator
+ curator-framework
+
+
+ org.apache.curator
+ curator-client
+
@@ -151,6 +159,14 @@
org.apache.calcite
calcite-avatica
+
+ org.apache.curator
+ curator-framework
+
+
+ org.apache.curator
+ curator-client
+
@@ -166,6 +182,16 @@
org.apache.hadoop
hadoop-common
provided
+
+
+ org.apache.curator
+ curator-framework
+
+
+ org.apache.curator
+ curator-client
+
+
org.apache.nifi