You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mo...@apache.org on 2017/05/11 17:33:23 UTC

[21/39] nifi git commit: NIFI-3017: Exclude org.json dependency from Hive bundle

NIFI-3017: Exclude org.json dependency from Hive bundle

This closes #1199.

Signed-off-by: Bryan Rosander <br...@apache.org>


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/support/nifi-0.7.x
Commit: 5593be4000709de112ac5240df0ea0c673bc7e40
Parents: e97d746
Author: Matt Burgess <ma...@apache.org>
Authored: Wed Nov 9 14:44:02 2016 -0500
Committer: Bryan Rosander <br...@apache.org>
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>