From 80224e3e5ed7ee7b09c4985a920a7fa393bff26c Mon Sep 17 00:00:00 2001 From: vijayk Date: Wed, 7 Sep 2016 06:09:36 +0000 Subject: [PATCH] NIFI-2741 Move HBase, Storm, Hive, and Kafka versions into properties. Signed-off-by: Bryan Bende --- nifi-external/nifi-storm-spout/pom.xml | 2 +- .../nifi-hive-bundle/nifi-hive-processors/pom.xml | 5 ----- .../nifi-kafka-bundle/nifi-kafka-0-10-processors/pom.xml | 4 ++-- .../nifi-kafka-bundle/nifi-kafka-0-8-processors/pom.xml | 4 ++-- .../nifi-kafka-bundle/nifi-kafka-0-9-processors/pom.xml | 4 ++-- nifi-nar-bundles/nifi-kafka-bundle/pom.xml | 7 +++++++ .../nifi-kite-bundle/nifi-kite-processors/pom.xml | 1 - .../nifi-hbase_1_1_2-client-service-bundle/pom.xml | 2 +- pom.xml | 3 +++ 9 files changed, 18 insertions(+), 14 deletions(-) diff --git a/nifi-external/nifi-storm-spout/pom.xml b/nifi-external/nifi-storm-spout/pom.xml index 4ae36faaa3..53eca36063 100644 --- a/nifi-external/nifi-storm-spout/pom.xml +++ b/nifi-external/nifi-storm-spout/pom.xml @@ -27,7 +27,7 @@ org.apache.storm storm-core - 1.0.1 + ${storm.version} provided 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 d2d0c23306..f68d5a56cb 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 @@ -25,11 +25,6 @@ nifi-hive-processors jar - - 1.2.1 - - - org.apache.nifi diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/pom.xml index a9e3a4f5aa..ad3fb7d38c 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-10-processors/pom.xml @@ -41,12 +41,12 @@ org.apache.kafka kafka-clients - 0.10.0.1 + ${kafka10.version} org.apache.kafka kafka_2.10 - 0.10.0.1 + ${kafka10.version} test diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-9-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-9-processors/pom.xml index 0ed7a65c01..465aaae4ce 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-9-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-0-9-processors/pom.xml @@ -41,12 +41,12 @@ org.apache.kafka kafka-clients - 0.9.0.1 + ${kafka9.version} org.apache.kafka kafka_2.10 - 0.9.0.1 + ${kafka9.version} test diff --git a/pom.xml b/pom.xml index ce14757634..0f1d088c9f 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,9 @@ language governing permissions and limitations under the License. --> 4.2.5 2.2.0 0.6.0 + 1.2.1 + 1.1.2 + 1.0.1