You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2017/01/24 19:22:53 UTC

hive git commit: HIVE-15472 : JDBC: Standalone jar is missing ZK dependencies (Tao Li via Thejas Nair)

Repository: hive
Updated Branches:
  refs/heads/master e9475e482 -> 3040f6e71


HIVE-15472 : JDBC: Standalone jar is missing ZK dependencies (Tao Li via Thejas Nair)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3040f6e7
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3040f6e7
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3040f6e7

Branch: refs/heads/master
Commit: 3040f6e71becba2bad850a093e8cd31ea0dab04c
Parents: e9475e4
Author: Tao Li <tl...@hortonworks.com>
Authored: Tue Jan 24 11:22:44 2017 -0800
Committer: Thejas M Nair <th...@hortonworks.com>
Committed: Tue Jan 24 11:22:52 2017 -0800

----------------------------------------------------------------------
 jdbc/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/3040f6e7/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 5efc686..522eb8d 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -241,12 +241,10 @@
                   <exclude>joda-time:*</exclude>
                   <exclude>net.java.dev.jets3t:*</exclude>
                   <exclude>org.apache.commons:commons-math3</exclude>
-                  <exclude>org.apache.curator:*</exclude>
                   <exclude>org.apache.derby:*</exclude>
                   <exclude>org.apache.directory.api:*</exclude>
                   <exclude>org.apache.directory.server:*</exclude>
                   <exclude>org.apache.geronimo.specs:*</exclude>
-                  <exclude>org.apache.zookeeper:*</exclude>
                   <exclude>org.codehaus.jackson:*</exclude>
                   <exclude>org.codehaus.jettison:*</exclude>
                   <exclude>org.datanucleus:*</exclude>
@@ -280,10 +278,6 @@
                   <shadedPattern>org.apache.hive.org.apache.log4j</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.logging</pattern>
-                  <shadedPattern>org.apache.hive.org.apache.logging</shadedPattern>
-                </relocation>
-                <relocation>
                   <pattern>org.slf4j</pattern>
                   <shadedPattern>org.apache.hive.org.slf4j</shadedPattern>
                 </relocation>