diff --git a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml
index 4679f8f7ae..ce3efc88c8 100644
--- a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml
+++ b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-nar/pom.xml
@@ -39,6 +39,10 @@
org.apache.hadoop
hadoop-client
+
+ org.apache.hadoop
+ hadoop-yarn-server-resourcemanager
+
org.xerial.snappy
snappy-java
@@ -59,14 +63,14 @@
com.google.guava
guava
-
- com.google.guava
- guava
-
commons-logging
commons-logging
+
+ commons-compress
+ commons-compress
+
org.apache.commons
commons-compress
@@ -75,6 +79,42 @@
commons-codec
commons-codec
+
+ commons-cli
+ commons-cli
+
+
+ commons-collections
+ commons-collections
+
+
+ commons-lang
+ commons-lang
+
+
+ commons-lang3
+ commons-lang3
+
+
+ org.apache.zookeeper
+ zookeeper
+
+
+ org.apache.curator
+ curator-framework
+
+
+ org.apache.curator
+ curator-client
+
+
+ org.apache.curator
+ curator-recipes
+
+
+ org.apache.log4j
+ apache-log4j-extras
+
org.apache.avro
avro
diff --git a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml
index 62aaec85a2..d8a38399b5 100644
--- a/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml
@@ -26,6 +26,7 @@
1.0.0
+ 1.2.0
1.3.9-1
@@ -56,10 +57,28 @@
+
+ org.kitesdk
+ kite-data-hive
+ ${kite.version}
+
+
+
+ com.google.code.findbugs
+ jsr305
+
+
+ com.twitter
+ parquet-hive-bundle
+
+
+
+
org.kitesdk
kite-hadoop-dependencies
pom
+ provided
${kite.version}
@@ -73,6 +92,103 @@
+
+
+ org.apache.hive.hcatalog
+ hive-hcatalog-core
+ ${hive.version}
+
+
+ com.google.code.findbugs
+ jsr305
+
+
+ jersey-servlet
+ com.sun.jersey
+
+
+ jersey-core
+ com.sun.jersey
+
+
+ jersey-server
+ com.sun.jersey
+
+
+ servlet-api
+ javax.servlet
+
+
+ jetty-all
+ org.eclipse.jetty.aggregate
+
+
+ org.apache.hive
+ hive-exec
+
+
+ org.apache.hive
+ hive-cli
+
+
+ org.apache.hive
+ hive-service
+
+
+ com.twitter
+ parquet-hadoop-bundle
+
+
+ org.apache.hadoop
+ hadoop-yarn-server-resourcemanager
+
+
+ org.apache.hadoop
+ hadoop-mapreduce-client-core
+
+
+ org.antlr
+ antlr-runtime
+
+
+ org.apache.ant
+ ant
+
+
+ org.json
+ json
+
+
+ commons-pool
+ commons-pool
+
+
+ commons-dbcp
+ commons-dbcp
+
+
+ com.jolbox
+ bonecp
+
+
+ org.apache.derby
+ derby
+
+
+ org.apache.httpcomponents
+ httpclient
+
+
+ org.apache.httpcomponents
+ httpcore
+
+
+ jline
+ jline
+
+
+
+
com.google.guava
guava
@@ -105,6 +221,40 @@
kite-minicluster
${kite.version}
test
+
+
+ org.kitesdk
+ kite-hadoop-cdh5-dependencies
+
+
+ org.kitesdk
+ kite-hbase-cdh5-dependencies
+
+
+ org.kitesdk
+ kite-hadoop-cdh5-test-dependencies
+
+
+ org.kitesdk
+ kite-hbase-cdh5-test-dependencies
+
+
+ org.apache.hive
+ hive-serde
+
+
+ org.apache.hive
+ hive-exec
+
+
+ org.apache.hive
+ hive-service
+
+
+ org.apache.flume
+ flume-ng-node
+
+