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 ce3efc88c8..4679f8f7ae 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,10 +39,6 @@ org.apache.hadoop hadoop-client - - org.apache.hadoop - hadoop-yarn-server-resourcemanager - org.xerial.snappy snappy-java @@ -64,12 +60,12 @@ guava - commons-logging - commons-logging + com.google.guava + guava - commons-compress - commons-compress + commons-logging + commons-logging org.apache.commons @@ -79,42 +75,6 @@ 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 60cce0d770..62aaec85a2 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,7 +26,6 @@ 1.0.0 - 1.2.0 1.3.9-1 @@ -57,28 +56,10 @@ - - 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} @@ -92,103 +73,6 @@ - - - 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