You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2018/06/26 09:33:26 UTC

nifi git commit: NIFI-5336: Exclude hbase-server from Hive 3 bundle

Repository: nifi
Updated Branches:
  refs/heads/master a274918dc -> 921403ff5


NIFI-5336: Exclude hbase-server from Hive 3 bundle

This closes #2811

Signed-off-by: Mike Thomsen <mi...@gmail.com>


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

Branch: refs/heads/master
Commit: 921403ff558a7922210db6107ff33dff4c879483
Parents: a274918
Author: Matthew Burgess <ma...@apache.org>
Authored: Mon Jun 25 15:07:05 2018 -0400
Committer: Mike Thomsen <mi...@gmail.com>
Committed: Tue Jun 26 05:33:07 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi/blob/921403ff/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
index e4b218a..f213b47 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive3-processors/pom.xml
@@ -80,6 +80,10 @@
                         <groupId>org.json</groupId>
                         <artifactId>json</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.hbase</groupId>
+                    <artifactId>hbase-server</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>