You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2015/08/18 00:00:49 UTC

[19/50] [abbrv] hive git commit: HIVE-11442: Remove commons-configuration.jar from Hive distribution

HIVE-11442: Remove commons-configuration.jar from Hive distribution


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

Branch: refs/heads/hbase-metastore
Commit: c4ceefb4c7a5e17780e43acbeabdcca872bef3ae
Parents: df138f2
Author: Daniel Dai <da...@hortonworks.com>
Authored: Wed Aug 12 10:12:02 2015 -0700
Committer: Daniel Dai <da...@hortonworks.com>
Committed: Wed Aug 12 10:12:59 2015 -0700

----------------------------------------------------------------------
 jdbc/pom.xml                        | 1 +
 packaging/src/main/assembly/bin.xml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/c4ceefb4/jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 4fee22c..371d709 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -189,6 +189,7 @@
               <artifactSet>
                 <excludes>
                   <exclude>org.apache.commons:commons-compress</exclude>
+                  <exclude>commons-configuration:commons-configuration</exclude>
                   <exclude>org.apache.hadoop:*</exclude>
                   <exclude>org.apache.hive:hive-ant</exclude>
                   <exclude>org.apache.ant:*</exclude>

http://git-wip-us.apache.org/repos/asf/hive/blob/c4ceefb4/packaging/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml
index a1c176f..63253c5 100644
--- a/packaging/src/main/assembly/bin.xml
+++ b/packaging/src/main/assembly/bin.xml
@@ -41,7 +41,8 @@
       <excludes>
         <exclude>org.apache.hadoop:*</exclude>
         <exclude>org.apache.hive.hcatalog:*</exclude>
-		    <exclude>org.slf4j:*</exclude>
+        <exclude>org.slf4j:*</exclude>
+        <exclude>commons-configuration:commons-configuration</exclude>
       </excludes>
     </dependencySet>
     <dependencySet>