You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2016/11/10 13:34:02 UTC

nifi git commit: NIFI-2991 This closes #1194. Exclude org.json dependency from Hive bundle

Repository: nifi
Updated Branches:
  refs/heads/master 1b5a28d13 -> 435d9cf35


NIFI-2991 This closes #1194. Exclude org.json dependency from Hive bundle


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/435d9cf3
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/435d9cf3
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/435d9cf3

Branch: refs/heads/master
Commit: 435d9cf3538a905e3c0bb6f9c0ad1dc49868f933
Parents: 1b5a28d
Author: Matt Burgess <ma...@apache.org>
Authored: Wed Nov 9 14:44:02 2016 -0500
Committer: joewitt <jo...@apache.org>
Committed: Thu Nov 10 08:33:43 2016 -0500

----------------------------------------------------------------------
 nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/435d9cf3/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 eebdcbf..b6f1d8e 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
@@ -38,6 +38,12 @@
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-jdbc</artifactId>
             <version>${hive.version}</version>
+            <exclusions>
+                <exclusion>
+                        <groupId>org.json</groupId>
+                        <artifactId>json</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.hive.hcatalog</groupId>