Repository: nifi Updated Branches: refs/heads/0.x e97d7460a -> 5593be400
NIFI-3017: Exclude org.json dependency from Hive bundle This closes #1199. Signed-off-by: Bryan Rosander <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/5593be40 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/5593be40 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/5593be40 Branch: refs/heads/0.x Commit: 5593be4000709de112ac5240df0ea0c673bc7e40 Parents: e97d746 Author: Matt Burgess <[email protected]> Authored: Wed Nov 9 14:44:02 2016 -0500 Committer: Bryan Rosander <[email protected]> Committed: Tue Feb 14 15:01:46 2017 -0500 ---------------------------------------------------------------------- nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/5593be40/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml ---------------------------------------------------------------------- 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 1531f76..6deb3f9 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 @@ -44,6 +44,10 @@ <artifactId>hive-jdbc</artifactId> <version>${hive.version}</version> <exclusions> + <exclusion> + <groupId>org.json</groupId> + <artifactId>json</artifactId> + </exclusion> <exclusion> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId>
