Repository: nifi Updated Branches: refs/heads/master 6b2f5ad1f -> 31fba6b33
Bumped nifi-kafka-processors Kafka version This closes #99. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/31fba6b3 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/31fba6b3 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/31fba6b3 Branch: refs/heads/master Commit: 31fba6b3332978ca2f6a1d693f6053d719fb9daa Parents: 6b2f5ad Author: Randy Gelhausen <[email protected]> Authored: Fri Oct 2 18:09:02 2015 -0400 Committer: Aldrin Piri <[email protected]> Committed: Mon Oct 5 10:39:22 2015 -0400 ---------------------------------------------------------------------- nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/31fba6b3/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml index e4db495..ff10c09 100644 --- a/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml +++ b/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-processors/pom.xml @@ -36,8 +36,8 @@ </dependency> <dependency> <groupId>org.apache.kafka</groupId> - <artifactId>kafka_2.8.2</artifactId> - <version>0.8.1</version> + <artifactId>kafka_2.9.1</artifactId> + <version>0.8.2.2</version> <exclusions> <!-- Transitive dependencies excluded because they are located in a legacy Maven repository, which Maven 3 doesn't support. -->
